|
1 | 1 | { |
2 | 2 | "name": "lord/laroute", |
3 | 3 | "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 | + ], |
5 | 10 | "authors": [ |
6 | 11 | { |
7 | 12 | "name": "Aaron Lord", |
8 | 13 | "email": "hello@aaronlord.is" |
9 | 14 | } |
10 | 15 | ], |
11 | | - "license" : "MIT", |
| 16 | + "license": "MIT", |
12 | 17 | "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" |
19 | 24 | }, |
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" |
23 | 28 | }, |
24 | 29 | "autoload": { |
25 | 30 | "psr-4": { |
|
0 commit comments