Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dump dev dependencies, update changelog #168

Merged
merged 13 commits into from
Mar 1, 2023
Prev Previous commit
Next Next commit
Fix PHP 8.0 support
  • Loading branch information
alies-dev committed Feb 12, 2023
commit 260de5624fbdf507edfca51440b268dc5474a927
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14",
"phpunit/phpunit": "^10.0",
"spatie/phpunit-snapshot-assertions": "^5.0",
"phpunit/phpunit": "^9.6 || ^10.0",
"spatie/phpunit-snapshot-assertions": "^4.2 || ^5.0",
"vimeo/psalm": "^5.6"
},
"autoload": {
Expand Down