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