|
17 | 17 | "swagger" |
18 | 18 | ], |
19 | 19 | "license": "MIT", |
20 | | - "authors": [{ |
21 | | - "name": "Mitul Golakiya", |
22 | | - "email": "me@mitul.me" |
23 | | - }], |
| 20 | + "authors": [ |
| 21 | + { |
| 22 | + "name": "Mitul Golakiya", |
| 23 | + "email": "me@mitul.me" |
| 24 | + } |
| 25 | + ], |
24 | 26 | "require": { |
25 | 27 | "php": "^8.1.0", |
26 | | - "illuminate/support": "^10.0", |
27 | | - "illuminate/console": "^10.0", |
| 28 | + "illuminate/support": "^10.0|^11.0", |
| 29 | + "illuminate/console": "^10.0|^11.0", |
28 | 30 | "laracasts/flash": "^3.2.2", |
29 | 31 | "laravelcollective/html": "^6.4", |
30 | | - "symfony/var-exporter": "^6.2.5" |
| 32 | + "symfony/var-exporter": "^6.2.5|^7.0" |
31 | 33 | }, |
32 | 34 | "require-dev": { |
33 | 35 | "phpunit/phpunit": "^10.0.7", |
34 | 36 | "mockery/mockery": "^1.5.1", |
35 | | - "orchestra/testbench": "^8.0.0", |
36 | | - "pestphp/pest": "2.x-dev", |
37 | | - "pestphp/pest-plugin-laravel": "2.x-dev" |
| 37 | + "orchestra/testbench": "^8.0.0|^9.0", |
| 38 | + "pestphp/pest": "2.x-dev|^2.34", |
| 39 | + "pestphp/pest-plugin-laravel": "2.x-dev|^2.3" |
38 | 40 | }, |
39 | 41 | "autoload": { |
40 | 42 | "psr-4": { |
|
56 | 58 | ] |
57 | 59 | } |
58 | 60 | }, |
59 | | - "funding": [{ |
60 | | - "type": "opencollective", |
61 | | - "url": "https://opencollective.com/infyomlabs" |
62 | | - }], |
| 61 | + "funding": [ |
| 62 | + { |
| 63 | + "type": "opencollective", |
| 64 | + "url": "https://opencollective.com/infyomlabs" |
| 65 | + } |
| 66 | + ], |
63 | 67 | "minimum-stability": "dev", |
64 | 68 | "prefer-stable": true, |
65 | 69 | "config": { |
|
0 commit comments