|
19 | 19 | "email": "james@yieldstudio.fr",
|
20 | 20 | "homepage": "https://yieldstudio.fr",
|
21 | 21 | "role": "Developer"
|
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "Arthur Monney", |
| 25 | + "email": "arthur.monney@yieldstudio.fr", |
| 26 | + "homepage": "https://yieldstudio.fr", |
| 27 | + "role": "Developer" |
22 | 28 | }
|
23 | 29 | ],
|
24 | 30 | "require": {
|
25 |
| - "php": "^8.0", |
26 |
| - "illuminate/support": "^9|^10", |
27 |
| - "illuminate/database": "^9|^10", |
28 |
| - "mailjet/mailjet-apiv3-php": "^1.5" |
| 31 | + "php": "^8.1|^8.2", |
| 32 | + "illuminate/database": "^9|^10|^11", |
| 33 | + "illuminate/support": "^9|^10|^11", |
| 34 | + "mailjet/mailjet-apiv3-php": "^1.6" |
29 | 35 | },
|
30 | 36 | "require-dev": {
|
31 | 37 | "ciareis/bypass": "^1.0",
|
32 |
| - "friendsofphp/php-cs-fixer": "^3.8", |
33 |
| - "orchestra/testbench": "7.*|8.*", |
34 |
| - "pestphp/pest": "^1.21", |
35 |
| - "phpunit/phpunit": "^9.1" |
| 38 | + "laravel/pint": "^1.16", |
| 39 | + "orchestra/testbench": "^7.44|^8.25|^9.0", |
| 40 | + "pestphp/pest": "^2.34", |
| 41 | + "phpunit/phpunit": "^9.5|^10.5" |
36 | 42 | },
|
37 | 43 | "autoload": {
|
38 | 44 | "psr-4": {
|
|
45 | 51 | }
|
46 | 52 | },
|
47 | 53 | "scripts": {
|
48 |
| - "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes", |
| 54 | + "format": "vendor/bin/pint", |
49 | 55 | "test": "vendor/bin/pest",
|
50 | 56 | "post-autoload-dump": [
|
51 | 57 | "@php ./vendor/bin/testbench package:discover --ansi"
|
|
0 commit comments