Skip to content

Commit 2a743dd

Browse files
authored
Merge pull request #108 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents ceba2f8 + a3feaa4 commit 2a743dd

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

composer.json

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
11
{
22
"name": "lord/laroute",
33
"description": "Access Laravels URL/Route helper functions, from JavaScript.",
4-
"keywords" : ["laravel", "routes", "routing", "javascript"],
4+
"keywords": [
5+
"laravel",
6+
"routes",
7+
"routing",
8+
"javascript"
9+
],
510
"authors": [
611
{
712
"name": "Aaron Lord",
813
"email": "hello@aaronlord.is"
914
}
1015
],
11-
"license" : "MIT",
16+
"license": "MIT",
1217
"require": {
13-
"php" : ">=5.4.0",
14-
"illuminate/support" : "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0",
15-
"illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0",
16-
"illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0",
17-
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0",
18-
"illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0"
18+
"php": ">=5.4.0",
19+
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0",
20+
"illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0",
21+
"illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0",
22+
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0",
23+
"illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0"
1924
},
20-
"require-dev" : {
21-
"phpunit/phpunit" : "~4.0",
22-
"mockery/mockery" : "dev-master"
25+
"require-dev": {
26+
"phpunit/phpunit": "~4.0|^9.5.10",
27+
"mockery/mockery": "dev-master"
2328
},
2429
"autoload": {
2530
"psr-4": {

0 commit comments

Comments
 (0)