|
12 | 12 | "license": "MIT", |
13 | 13 | "authors": [ |
14 | 14 | { |
15 | | - "name": "Sebastian Fix", |
16 | | - "email": "sebastian.fix@codebar.ch", |
| 15 | + "name": "Sebastian Bürgin-Fix", |
| 16 | + "email": "sebastian.buergin@buergin.ch", |
17 | 17 | "homepage": "https://www.codebar.ch", |
18 | | - "role": "Software Engineer" |
| 18 | + "role": "Sofware-Engineer" |
| 19 | + }, |
| 20 | + { |
| 21 | + "name": "Rhys Lees", |
| 22 | + "role": "Software-Engineer" |
19 | 23 | } |
20 | 24 | ], |
21 | 25 | "require": { |
22 | | - "php": ">=8.2", |
| 26 | + "php": "8.2.*|8.3.*|8.4.*", |
23 | 27 | "guzzlehttp/guzzle": "^7.8", |
24 | | - "illuminate/contracts": "^11.0", |
25 | | - "spatie/laravel-package-tools": "^1.16", |
26 | | - "cloudinary/cloudinary_php": "^2.13", |
27 | | - "nesbot/carbon": "^2.72" |
| 28 | + "illuminate/contracts": "^12.0", |
| 29 | + "cloudinary/cloudinary_php": "^3.1", |
| 30 | + "nesbot/carbon": "^3.8", |
| 31 | + "spatie/laravel-package-tools": "^1.19" |
28 | 32 | }, |
29 | 33 | "require-dev": { |
30 | | - "laravel/pint": "^1.14", |
31 | | - "nunomaduro/collision": "^8.1", |
32 | | - "larastan/larastan": "^2.9", |
33 | | - "orchestra/testbench": "^9.0", |
34 | | - "pestphp/pest": "^2.34", |
35 | | - "pestphp/pest-plugin-arch": "^2.7", |
36 | | - "pestphp/pest-plugin-laravel": "^2.3", |
37 | | - "phpstan/extension-installer": "^1.3", |
38 | | - "phpstan/phpstan-deprecation-rules": "^1.1", |
39 | | - "phpstan/phpstan-phpunit": "^1.3", |
40 | | - "spatie/laravel-ray": "^1.35" |
| 34 | + "laravel/pint": "^1.21", |
| 35 | + "larastan/larastan": "^v3.1", |
| 36 | + "orchestra/testbench": "^10.0", |
| 37 | + "pestphp/pest": "^3.7", |
| 38 | + "phpstan/extension-installer": "^1.4", |
| 39 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 40 | + "phpstan/phpstan-phpunit": "^2.0", |
| 41 | + "spatie/laravel-ray": "^1.39" |
41 | 42 | }, |
42 | 43 | "autoload": { |
43 | 44 | "psr-4": { |
|
0 commit comments