Skip to content

Commit

Permalink
Update dev dependencies to Laravel 11 and PHPUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Aug 21, 2024
1 parent 5a197a4 commit 407aa25
Show file tree
Hide file tree
Showing 3 changed files with 567 additions and 440 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"php": "^7.3|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
"illuminate/events": "^10.37",
"illuminate/database": "^10.37",
"friendsofphp/php-cs-fixer": "^3.41"
"phpunit/phpunit": "^11.3",
"illuminate/events": "^11.21",
"illuminate/database": "^11.21",
"friendsofphp/php-cs-fixer": "^3.62"
},
"scripts": {
"tests": "phpunit ./tests",
Expand Down
Loading

0 comments on commit 407aa25

Please sign in to comment.