Skip to content

Commit 8f21238

Browse files
authored
Merge pull request #4 from abdosaeedelhassan/master
Adding ability to work with laravel last versions
2 parents ced561a + 13a9266 commit 8f21238

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.4",
20-
"illuminate/support": "^8.0"
19+
"php": "^7.4|^8.0",
20+
"illuminate/support": "^8.0|^9.0"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "^6.4",
@@ -36,7 +36,6 @@
3636
"scripts": {
3737
"test": "vendor/bin/phpunit",
3838
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
39-
4039
},
4140
"config": {
4241
"sort-packages": true
@@ -51,4 +50,4 @@
5150
}
5251
}
5352
}
54-
}
53+
}

0 commit comments

Comments
 (0)