Skip to content

Commit

Permalink
update laminas/laminas-coding-standard to ~2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Lockett <[email protected]>
  • Loading branch information
Gary Lockett committed Sep 11, 2022
1 parent 1a773cb commit 52085e5
Show file tree
Hide file tree
Showing 49 changed files with 806 additions and 471 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.phpcs-cache
/clover.xml
/coveralls-upload.json
/phpunit.xml
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true,
"platform": {
"php": "7.4.99"
Expand All @@ -39,7 +42,7 @@
"symfony/var-dumper": "^5.0.1 || ^6.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.3"
},
"suggest": {
Expand Down
Loading

0 comments on commit 52085e5

Please sign in to comment.