Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit e316c7a

Browse files
Laravel 9.x support, third pass
1 parent 9583847 commit e316c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.3|^8.0",
15-
"dyrynda/laravel-model-uuid": "^6.5",
15+
"dyrynda/laravel-model-uuid": "^6.5|dev-chore/laravel-9",
1616
"illuminate/container": "^8.12|^9.0",
1717
"illuminate/contracts": "^8.12|^9.0",
1818
"illuminate/database": "^8.12|^9.0",
@@ -21,7 +21,7 @@
2121
"require-dev": {
2222
"laravel/legacy-factories": "^1.1",
2323
"mockery/mockery": "^1.4.2",
24-
"orchestra/testbench": "^6.0",
24+
"orchestra/testbench": "^6.0|^7.0",
2525
"phpunit/phpunit": "^9.3"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)