Skip to content

Commit 21a9656

Browse files
committed
Fix typo in php and illuminate version
1 parent d02f3de commit 21a9656

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0|^9.0",
20-
"illuminate/support": "^8.0 || ^8.1"
19+
"php": "^8.0|^8.1",
20+
"illuminate/support": "^8.0 || ^9.0"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "^6.0",

0 commit comments

Comments
 (0)