|
14 | 14 | }], |
15 | 15 | "require": { |
16 | 16 | "php": ">=7.2.5", |
17 | | - "dingo/blueprint": "dev-master", |
18 | | - "illuminate/routing": "^7.0|^8.0", |
19 | | - "illuminate/support": "^7.0|^8.0", |
20 | | - "league/fractal": "^0.19" |
| 17 | + "dingo/blueprint": "dev-laravel9", |
| 18 | + "illuminate/routing": "^7.0|^8.0|^9.0", |
| 19 | + "illuminate/support": "^7.0|^8.0|^9.0", |
| 20 | + "league/fractal": "^0.20" |
21 | 21 | }, |
22 | 22 | "require-dev": { |
23 | | - "phpdocumentor/reflection-docblock": "3.3.2", |
24 | | - "friendsofphp/php-cs-fixer": "~2", |
25 | | - "illuminate/auth": "^7.0|^8.0", |
26 | | - "illuminate/cache": "^7.0|^8.0", |
27 | | - "illuminate/console": "^7.0|^8.0", |
28 | | - "illuminate/database": "^7.0|^8.0", |
29 | | - "illuminate/events": "^7.0|^8.0", |
30 | | - "illuminate/filesystem": "^7.0|^8.0", |
31 | | - "illuminate/log": "^7.0|^8.0", |
32 | | - "illuminate/pagination": "^7.0|^8.0", |
33 | | - "laravel/lumen-framework": "^7.0|^8.0", |
| 23 | + "phpdocumentor/reflection-docblock": "3.3.2 || ^4.1 || ^5", |
| 24 | + "friendsofphp/php-cs-fixer": "~2|~3", |
| 25 | + "illuminate/auth": "^7.0|^8.0|^9.0", |
| 26 | + "illuminate/cache": "^7.0|^8.0|^9.0", |
| 27 | + "illuminate/console": "^7.0|^8.0|^9.0", |
| 28 | + "illuminate/database": "^7.0|^8.0|^9.0", |
| 29 | + "illuminate/events": "^7.0|^8.0|^9.0", |
| 30 | + "illuminate/filesystem": "^7.0|^8.0|^9.0", |
| 31 | + "illuminate/log": "^7.0|^8.0|^9.0", |
| 32 | + "illuminate/pagination": "^7.0|^8.0|^9.0", |
| 33 | + "laravel/lumen-framework": "^7.0|^8.0|^9.0", |
34 | 34 | "mockery/mockery": "~1.0", |
35 | 35 | "phpunit/phpunit": "^8.5|^9.0", |
36 | | - "squizlabs/php_codesniffer": "~2.0", |
| 36 | + "squizlabs/php_codesniffer": "~2.0|^3.6", |
37 | 37 | "tymon/jwt-auth": "1.0.*" |
38 | 38 | }, |
39 | 39 | "suggest": { |
|
72 | 72 | "prefer-stable": true, |
73 | 73 | "repositories": [ |
74 | 74 | { |
75 | | - "url": "https://github.com/EpsilonTelecommunications/blueprint", |
76 | | - "type": "vcs" |
| 75 | + "url": "C:\\laragon\\www\\blueprint", |
| 76 | + "type": "path" |
77 | 77 | } |
78 | 78 | ] |
79 | 79 | } |
0 commit comments