Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Sep 4, 2023
1 parent 930dfa0 commit 9847a70
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 360 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.1",
"illuminate/events": "^10.9",
"illuminate/database": "^10.9",
"friendsofphp/php-cs-fixer": "^3.16"
"phpunit/phpunit": "^10.3",
"illuminate/events": "^10.21",
"illuminate/database": "^10.21",
"friendsofphp/php-cs-fixer": "^3.25"
},
"scripts": {
"tests": "phpunit ./tests",
Expand Down
Loading

0 comments on commit 9847a70

Please sign in to comment.