Skip to content

Commit

Permalink
Move dependency to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Apr 23, 2024
1 parent 58edd04 commit c3bceb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^7.3|^8.0",
"laravel/serializable-closure": "^1.3"
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "^9.3",
"spatie/phpunit-snapshot-assertions": "^4.2",
"laravel/serializable-closure": "^1.3",
"symfony/var-dumper": "^5.1"
},
"autoload": {
Expand Down

0 comments on commit c3bceb0

Please sign in to comment.