There was an error while loading. Please reload this page.
1 parent 83afa1a commit f258e9bCopy full SHA for f258e9b
composer.json
@@ -11,13 +11,13 @@
11
"type": "library",
12
"homepage": "https://www.softinklab.com",
13
"require": {
14
- "php": ">=7.2.5",
15
- "illuminate/support": "^6.0|^7.0|^8.0",
16
- "illuminate/database": "^6.0|^7.0|8.0"
+ "php": "^7.3|^8.0",
+ "illuminate/support": "^8.2",
+ "illuminate/database": "^8.2",
17
},
18
"require-dev": {
19
- "orchestra/database": "^4.0|^5.0|^6.0",
20
- "orchestra/testbench": "^4.0|^5.0|^6.0"
+ "orchestra/database": "^6.0",
+ "orchestra/testbench": "^6.0",
21
22
"autoload": {
23
"files": [
0 commit comments