Skip to content

Commit 00c12e7

Browse files
author
J. Fulbright
authored
Merge pull request #3 from byteasc/9.0.0
v9.. Laravel 9 update
2 parents 957508d + 2ed26be commit 00c12e7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.3.0",
16-
"illuminate/support": "^8.0",
17-
"illuminate/container": "^8.0",
18-
"illuminate/database": "^8.0",
19-
"illuminate/events": "^8.0"
20-
},
21-
"require-dev": {
15+
"php": "^7.2.5|^8.0",
16+
"illuminate/support": "^7.0|^8.0|^9.0",
17+
"illuminate/container": "^7.0|^8.0|^9.0",
18+
"illuminate/database": "^7.0|^8.0|^9.0",
19+
"illuminate/events": "^7.0|^8.0|^9.0"
20+
},
21+
"require-dev": {
2222
"phpunit/phpunit": "^8.4|^9.0",
23-
"orchestra/testbench": "^5.0",
23+
"orchestra/testbench": "^5.0|^6.0|^7.0",
2424
"codacy/coverage": "dev-master"
25-
},
25+
},
2626
"autoload": {
2727
"psr-4": {
2828
"Askedio\\SoftCascade\\": "src/"
2929
}
3030
},
3131
"autoload-dev": {
3232
"psr-4": {
33-
"Askedio\\Tests\\" : "tests"
33+
"Askedio\\Tests\\": "tests"
3434
}
3535
},
3636
"extra": {
@@ -40,4 +40,4 @@
4040
]
4141
}
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)