Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BornSupercharged authored Feb 19, 2023
1 parent 2f0a5dc commit 03de498
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
}
],
"require": {
"php": "^8.0",
"bensampo/laravel-enum": "^5.0 || ^6.0",
"illuminate/support": "^9.0 || ^10.0",
"php": "^8.1",
"bensampo/laravel-enum": "^6.0",
"laravel/framework": "^10.0",
"laravel/nova": "^4.0"
},
"require-dev": {
"joshgaber/novaunit": "dev-l10-compatibility",
"laravel/pint": "^1.2",
"mockery/mockery": "^1.3.3",
"nunomaduro/collision": "^6.1 || ^7.0",
"orchestra/testbench": "^7.0 || ^8.0",
"phpunit/phpunit": "^9.3.3",
"nunomaduro/collision": "^7.0",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^10",
"symfony/var-dumper": "^6.0"
},
"autoload": {
Expand Down

0 comments on commit 03de498

Please sign in to comment.