|
1 | 1 | {
|
2 |
| - "name": "codebar-ag/laravel-docuware", |
3 |
| - "description": "DocuWare integration with Laravel", |
4 |
| - "keywords": [ |
5 |
| - "laravel", |
6 |
| - "docuware", |
7 |
| - "codebar-ag", |
8 |
| - "laravel-docuware", |
9 |
| - "codebar Solutions AG", |
10 |
| - "Ricoh Schweiz AG", |
11 |
| - "Docu Ware" |
12 |
| - ], |
13 |
| - "homepage": "https://github.com/codebar-ag/laravel-docuware", |
14 |
| - "license": "MIT", |
15 |
| - "authors": [ |
16 |
| - { |
17 |
| - "name": "Sebastian Bürgin-Fix", |
18 |
| - |
19 |
| - "homepage": "https://www.codebar.ch", |
20 |
| - "role": "Sofware-Engineer" |
| 2 | + "name": "codebar-ag/laravel-docuware", |
| 3 | + "description": "DocuWare integration with Laravel", |
| 4 | + "keywords": [ |
| 5 | + "laravel", |
| 6 | + "docuware", |
| 7 | + "codebar-ag", |
| 8 | + "laravel-docuware", |
| 9 | + "codebar Solutions AG", |
| 10 | + "Ricoh Schweiz AG", |
| 11 | + "Docu Ware" |
| 12 | + ], |
| 13 | + "homepage": "https://github.com/codebar-ag/laravel-docuware", |
| 14 | + "license": "MIT", |
| 15 | + "authors": [ |
| 16 | + { |
| 17 | + "name": "Sebastian Bürgin-Fix", |
| 18 | + |
| 19 | + "homepage": "https://www.codebar.ch", |
| 20 | + "role": "Sofware-Engineer" |
| 21 | + }, |
| 22 | + { |
| 23 | + "name": "Rhys Lees", |
| 24 | + "role": "Software-Engineer" |
| 25 | + } |
| 26 | + ], |
| 27 | + "require": { |
| 28 | + "php": "8.2.*|8.3.*|8.4.*", |
| 29 | + "guzzlehttp/guzzle": "^7.8", |
| 30 | + "illuminate/contracts": "^12.0", |
| 31 | + "nesbot/carbon": "^3.8", |
| 32 | + "saloonphp/cache-plugin": "^3.0", |
| 33 | + "saloonphp/laravel-plugin": "^3.5", |
| 34 | + "saloonphp/saloon": "^3.10.1", |
| 35 | + "spatie/laravel-package-tools": "^1.19" |
21 | 36 | },
|
22 |
| - { |
23 |
| - "name": "Rhys Lees", |
24 |
| - "role": "Software-Engineer" |
25 |
| - } |
26 |
| - ], |
27 |
| - "require": { |
28 |
| - "php": "8.2.*|8.3.*|8.4.*", |
29 |
| - "guzzlehttp/guzzle": "^7.8", |
30 |
| - "illuminate/contracts": "^12.0", |
31 |
| - "nesbot/carbon": "^3.8", |
32 |
| - "saloonphp/cache-plugin": "^3.0", |
33 |
| - "saloonphp/laravel-plugin": "^3.5", |
34 |
| - "saloonphp/saloon": "^3.10.1", |
35 |
| - "spatie/laravel-package-tools": "^1.16" |
36 |
| - }, |
37 |
| - "require-dev": { |
38 |
| - "laravel/pint": "^1.21", |
39 |
| - "larastan/larastan": "^v3.1", |
40 |
| - "orchestra/testbench": "^10.0", |
41 |
| - "pestphp/pest": "^3.7", |
42 |
| - "phpstan/extension-installer": "^1.4", |
43 |
| - "phpstan/phpstan-deprecation-rules": "^2.0", |
44 |
| - "phpstan/phpstan-phpunit": "^2.0", |
45 |
| - "spatie/laravel-ray": "^1.39" |
46 |
| - }, |
47 |
| - "autoload": { |
48 |
| - "psr-4": { |
49 |
| - "CodebarAg\\DocuWare\\": "src" |
50 |
| - } |
51 |
| - }, |
52 |
| - "autoload-dev": { |
53 |
| - "psr-4": { |
54 |
| - "CodebarAg\\DocuWare\\Tests\\": "tests" |
55 |
| - } |
56 |
| - }, |
57 |
| - "scripts": { |
58 |
| - "post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi", |
59 |
| - "analyse": "vendor/bin/phpstan analyse", |
60 |
| - "test": "vendor/bin/pest", |
61 |
| - "test-coverage": "vendor/bin/pest --coverage", |
62 |
| - "format": "vendor/bin/pint" |
63 |
| - }, |
64 |
| - "config": { |
65 |
| - "sort-packages": true, |
66 |
| - "allow-plugins": { |
67 |
| - "composer/package-versions-deprecated": true, |
68 |
| - "phpstan/extension-installer": true, |
69 |
| - "pestphp/pest-plugin": true |
70 |
| - } |
71 |
| - }, |
72 |
| - "extra": { |
73 |
| - "laravel": { |
74 |
| - "providers": [ |
75 |
| - "CodebarAg\\DocuWare\\DocuWareServiceProvider" |
76 |
| - ], |
77 |
| - "aliases": { |
78 |
| - "DocuWare": "CodebarAg\\DocuWare\\Facades\\DocuWare" |
79 |
| - } |
80 |
| - } |
81 |
| - }, |
82 |
| - "minimum-stability": "dev", |
83 |
| - "prefer-stable": true |
| 37 | + "require-dev": { |
| 38 | + "laravel/pint": "^1.21", |
| 39 | + "larastan/larastan": "^v3.1", |
| 40 | + "orchestra/testbench": "^10.0", |
| 41 | + "pestphp/pest": "^3.7", |
| 42 | + "phpstan/extension-installer": "^1.4", |
| 43 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 44 | + "phpstan/phpstan-phpunit": "^2.0", |
| 45 | + "spatie/laravel-ray": "^1.39" |
| 46 | + }, |
| 47 | + "autoload": { |
| 48 | + "psr-4": { |
| 49 | + "CodebarAg\\DocuWare\\": "src" |
| 50 | + } |
| 51 | + }, |
| 52 | + "autoload-dev": { |
| 53 | + "psr-4": { |
| 54 | + "CodebarAg\\DocuWare\\Tests\\": "tests" |
| 55 | + } |
| 56 | + }, |
| 57 | + "scripts": { |
| 58 | + "post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi", |
| 59 | + "analyse": "vendor/bin/phpstan analyse", |
| 60 | + "test": "vendor/bin/pest", |
| 61 | + "test-coverage": "vendor/bin/pest --coverage", |
| 62 | + "format": "vendor/bin/pint" |
| 63 | + }, |
| 64 | + "config": { |
| 65 | + "sort-packages": true, |
| 66 | + "allow-plugins": { |
| 67 | + "composer/package-versions-deprecated": true, |
| 68 | + "phpstan/extension-installer": true, |
| 69 | + "pestphp/pest-plugin": true |
| 70 | + } |
| 71 | + }, |
| 72 | + "extra": { |
| 73 | + "laravel": { |
| 74 | + "providers": [ |
| 75 | + "CodebarAg\\DocuWare\\DocuWareServiceProvider" |
| 76 | + ], |
| 77 | + "aliases": { |
| 78 | + "DocuWare": "CodebarAg\\DocuWare\\Facades\\DocuWare" |
| 79 | + } |
| 80 | + } |
| 81 | + }, |
| 82 | + "minimum-stability": "dev", |
| 83 | + "prefer-stable": true |
84 | 84 | }
|
0 commit comments