|
37 | 37 | ], |
38 | 38 | "require": { |
39 | 39 | "php": "^8.0.0", |
40 | | - "illuminate/console": "^9.0|^10.0", |
41 | | - "illuminate/database": "^9.0|^10.0", |
42 | | - "illuminate/support": "^9.0|^10.0", |
| 40 | + "illuminate/console": "^9.0|^10.0|^11.0", |
| 41 | + "illuminate/database": "^9.0|^10.0|^11.0", |
| 42 | + "illuminate/support": "^9.0|^10.0|^11.0", |
43 | 43 | "jackpopp/geodistance": "^1.2.0", |
44 | 44 | "rinvex/countries": "^8.0.0", |
45 | 45 | "spatie/laravel-package-tools": "^1.9.2" |
46 | 46 | }, |
47 | 47 | "require-dev": { |
48 | | - "illuminate/container": "^9.0|^10.0", |
| 48 | + "illuminate/container": "^9.0|^10.0|^11.0", |
49 | 49 | "nunomaduro/collision": "^6.0|^7.0", |
50 | 50 | "nunomaduro/larastan": "^2.0.1", |
51 | | - "orchestra/testbench": "^7.0", |
52 | | - "phpstan/extension-installer": "^1.1", |
53 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
54 | | - "phpstan/phpstan-phpunit": "^1.0", |
55 | | - "phpunit/phpunit": "^9.5.0|^10.0" |
| 51 | + "orchestra/testbench": "^7.0|^8.0|^9.0", |
| 52 | + "phpstan/extension-installer": "*", |
| 53 | + "phpstan/phpstan-deprecation-rules": "*", |
| 54 | + "phpstan/phpstan-phpunit": "*", |
| 55 | + "phpunit/phpunit": "^9.5.0|^10.0|^11.0" |
56 | 56 | }, |
57 | 57 | "autoload": { |
58 | 58 | "psr-4": { |
|
65 | 65 | } |
66 | 66 | }, |
67 | 67 | "scripts": { |
68 | | - "analyse": "vendor/bin/phpstan analyse", |
| 68 | + "phpstan": "vendor/bin/phpstan analyse", |
69 | 69 | "test": "vendor/bin/phpunit" |
70 | 70 | }, |
71 | 71 | "config": { |
|
0 commit comments