Skip to content

Commit

Permalink
Update phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Jan 16, 2025
1 parent 2b02096 commit c4df2a5
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 75 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
},
"require": {
"php": ">=5.2.4",
"composer/installers": "~1.0"
},
"require-dev": {
"10up/phpcs-composer": "dev-master",
"phpcompatibility/phpcompatibility-wp": "*"
"composer/installers": "^1.0 || ^2.0"
},
"scripts": {
"lint": "phpcs brightcove-video-connect.php includes uninstall.php",
Expand All @@ -27,5 +23,8 @@
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true
}
},
"require-dev": {
"10up/phpcs-composer": "^3.0"
}
}
Loading

0 comments on commit c4df2a5

Please sign in to comment.