Skip to content

Commit

Permalink
Update composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Dec 1, 2023
1 parent f83a22b commit 3e8f8cc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"phpunit/phpunit": "^9.5",
"platine-php/dev": "1.0.x-dev",
"squizlabs/php_codesniffer": "3.*",
"phpstan/phpstan": "0.12.x-dev"
"phpstan/phpstan": "^1.8"
},

"autoload": {
Expand All @@ -48,6 +48,12 @@
"sort-packages": true
},

"extra": {
"branch-alias": {
"dev-develop": "1.0.x-dev"
}
},

"scripts": {
"test": "phpunit --colors=always",
"static": "phpstan analyze",
Expand Down

0 comments on commit 3e8f8cc

Please sign in to comment.