Skip to content

Commit

Permalink
Aligned dependencies with other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 21, 2023
1 parent 6507cb3 commit a295f31
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 182 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"prefer-stable": true,
"require": {
"php": "^8.2",
"nikic/php-parser": "^4.10",
"nikic/php-parser": "^4.15",
"symfony/expression-language": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.0",
"infection/infection": "^0.26.18",
"rector/rector": "^0.15"
"infection/infection": "^0.26",
"rector/rector": "^0.15",
"friendsofphp/php-cs-fixer": "^3.38"
},
"autoload": {
"psr-4": {
Expand Down
202 changes: 24 additions & 178 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a295f31

Please sign in to comment.