Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Dec 14, 2023
1 parent 9847a70 commit 83b99df
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 213 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.3",
"illuminate/events": "^10.21",
"illuminate/database": "^10.21",
"friendsofphp/php-cs-fixer": "^3.25"
"phpunit/phpunit": "^10.5",
"illuminate/events": "^10.37",
"illuminate/database": "^10.37",
"friendsofphp/php-cs-fixer": "^3.41"
},
"scripts": {
"tests": "phpunit ./tests",
Expand Down
Loading

0 comments on commit 83b99df

Please sign in to comment.