Skip to content

Commit

Permalink
Revert change to phpstan dependency in composer.json (it breaks PHP 7.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyamcl committed Dec 7, 2024
1 parent fa70f4c commit 6d168f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vlucas/phpdotenv" : "^2.4",
"symfony/config" : "^3.4|^4.0|^5.0|^6.0",
"squizlabs/php_codesniffer": "^3.0",
"phpstan/phpstan" : "^1.12"
"phpstan/phpstan" : "^1.0"
},
"suggest": {
"vlucas/phpdotenv": "Allows loading values from .env files",
Expand Down

0 comments on commit 6d168f2

Please sign in to comment.