|
1 | 1 | { |
2 | | - "name": "codebar-ag/laravel-bexio", |
3 | | - "description": "Bexio integration with Laravel", |
4 | | - "keywords": [ |
5 | | - "bexio", |
6 | | - "laravel", |
7 | | - "codebar-ag", |
8 | | - "laravel-bexio" |
9 | | - ], |
10 | | - "homepage": "https://github.com/codebar-ag/laravel-bexio", |
11 | | - "license": "MIT", |
12 | | - "authors": [ |
13 | | - { |
14 | | - "name": "Sebastian Fix", |
15 | | - "email": "sebastian.fix@codebar.ch", |
16 | | - "homepage": "https://www.codebar.ch", |
17 | | - "role": "Developer" |
18 | | - }, |
19 | | - { |
20 | | - "name": "Rhys Lees", |
21 | | - "role": "Software-Developer" |
22 | | - } |
23 | | - ], |
24 | | - "require": { |
25 | | - "php": "^8.2", |
26 | | - "guzzlehttp/guzzle": "^7.8", |
27 | | - "laravel/framework": "^11", |
28 | | - "orchestra/testbench": "^9.0", |
29 | | - "saloonphp/cache-plugin": "^3.0", |
30 | | - "saloonphp/laravel-plugin": "^3.2", |
31 | | - "saloonphp/saloon": "^3.4", |
32 | | - "spatie/laravel-data": "^4.1", |
33 | | - "spatie/laravel-enum": "^3.0", |
34 | | - "spatie/laravel-package-tools": "^1.16" |
| 2 | + "name": "codebar-ag/laravel-bexio", |
| 3 | + "description": "Bexio integration with Laravel", |
| 4 | + "keywords": [ |
| 5 | + "bexio", |
| 6 | + "laravel", |
| 7 | + "codebar-ag", |
| 8 | + "laravel-bexio" |
| 9 | + ], |
| 10 | + "homepage": "https://github.com/codebar-ag/laravel-bexio", |
| 11 | + "license": "MIT", |
| 12 | + "authors": [ |
| 13 | + { |
| 14 | + "name": "Sebastian Bürgin", |
| 15 | + "email": "sebastian.buergin@codebar.ch", |
| 16 | + "homepage": "https://www.codebar.ch", |
| 17 | + "role": "Developer" |
35 | 18 | }, |
36 | | - "require-dev": { |
37 | | - "laravel/pint": "^1.13", |
38 | | - "nunomaduro/collision": "^8.1", |
39 | | - "nunomaduro/larastan": "^2.8", |
40 | | - "orchestra/testbench": "^9.0", |
41 | | - "pestphp/pest": "^2.30", |
42 | | - "pestphp/pest-plugin-laravel": "^2.2", |
43 | | - "phpstan/extension-installer": "^1.3", |
44 | | - "phpstan/phpstan-deprecation-rules": "^1.1", |
45 | | - "phpstan/phpstan-phpunit": "^1.3", |
46 | | - "spatie/laravel-ray": "^1.33" |
47 | | - }, |
48 | | - "autoload": { |
49 | | - "psr-4": { |
50 | | - "CodebarAg\\Bexio\\": "src" |
51 | | - } |
52 | | - }, |
53 | | - "autoload-dev": { |
54 | | - "psr-4": { |
55 | | - "CodebarAg\\Bexio\\Tests\\": "tests" |
56 | | - } |
57 | | - }, |
58 | | - "scripts": { |
59 | | - "analyse": "vendor/bin/phpstan analyse", |
60 | | - "test": "vendor/bin/pest", |
61 | | - "test-coverage": "vendor/bin/pest --coverage", |
62 | | - "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes" |
63 | | - }, |
64 | | - "config": { |
65 | | - "sort-packages": true, |
66 | | - "allow-plugins": { |
67 | | - "composer/package-versions-deprecated": false, |
68 | | - "pestphp/pest-plugin": true, |
69 | | - "phpstan/extension-installer": true, |
70 | | - "dealerdirect/phpcodesniffer-composer-installer": true |
71 | | - } |
72 | | - }, |
73 | | - "extra": { |
74 | | - "laravel": { |
75 | | - "providers": [ |
76 | | - "CodebarAg\\Bexio\\BexioServiceProvider" |
77 | | - ] |
78 | | - } |
79 | | - }, |
80 | | - "minimum-stability": "dev", |
81 | | - "prefer-stable": true |
| 19 | + { |
| 20 | + "name": "Rhys Lees", |
| 21 | + "role": "Software-Developer" |
| 22 | + } |
| 23 | + ], |
| 24 | + "require": { |
| 25 | + "php": ">=8.2", |
| 26 | + "guzzlehttp/guzzle": "^7.8", |
| 27 | + "laravel/framework": "^11", |
| 28 | + "illuminate/contracts": "^11.0", |
| 29 | + "saloonphp/cache-plugin": "^3.0", |
| 30 | + "saloonphp/laravel-plugin": "^3.2", |
| 31 | + "saloonphp/saloon": "^3.4", |
| 32 | + "spatie/laravel-data": "^4.4", |
| 33 | + "spatie/laravel-enum": "^3.0", |
| 34 | + "spatie/laravel-package-tools": "^1.16" |
| 35 | + }, |
| 36 | + "require-dev": { |
| 37 | + "laravel/pint": "^1.13", |
| 38 | + "nunomaduro/collision": "^8.1", |
| 39 | + "nunomaduro/larastan": "^2.8", |
| 40 | + "larastan/larastan": "^2.8", |
| 41 | + "orchestra/testbench": "^9.0", |
| 42 | + "pestphp/pest": "^2.31", |
| 43 | + "pestphp/pest-plugin-laravel": "^2.2", |
| 44 | + "phpstan/extension-installer": "^1.3", |
| 45 | + "phpstan/phpstan-deprecation-rules": "^1.1", |
| 46 | + "phpstan/phpstan-phpunit": "^1.3", |
| 47 | + "spatie/laravel-ray": "^1.33" |
| 48 | + }, |
| 49 | + "autoload": { |
| 50 | + "psr-4": { |
| 51 | + "CodebarAg\\Bexio\\": "src" |
| 52 | + } |
| 53 | + }, |
| 54 | + "autoload-dev": { |
| 55 | + "psr-4": { |
| 56 | + "CodebarAg\\Bexio\\Tests\\": "tests" |
| 57 | + } |
| 58 | + }, |
| 59 | + "scripts": { |
| 60 | + "analyse": "vendor/bin/phpstan analyse", |
| 61 | + "test": "vendor/bin/pest", |
| 62 | + "test-coverage": "vendor/bin/pest --coverage", |
| 63 | + "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes" |
| 64 | + }, |
| 65 | + "config": { |
| 66 | + "sort-packages": true, |
| 67 | + "allow-plugins": { |
| 68 | + "composer/package-versions-deprecated": false, |
| 69 | + "pestphp/pest-plugin": true, |
| 70 | + "phpstan/extension-installer": true, |
| 71 | + "dealerdirect/phpcodesniffer-composer-installer": true |
| 72 | + } |
| 73 | + }, |
| 74 | + "extra": { |
| 75 | + "laravel": { |
| 76 | + "providers": [ |
| 77 | + "CodebarAg\\Bexio\\BexioServiceProvider" |
| 78 | + ] |
| 79 | + } |
| 80 | + }, |
| 81 | + "minimum-stability": "dev", |
| 82 | + "prefer-stable": true |
82 | 83 | } |
0 commit comments