|
13 | 13 | { |
14 | 14 | "name": "Patrick Brouwers", |
15 | 15 | |
| 16 | + }, |
| 17 | + { |
| 18 | + "name": "Tom H Anderson", |
| 19 | + |
16 | 20 | } |
17 | 21 | ], |
18 | 22 | "require": { |
19 | | - "php": "^8.0", |
20 | | - "doctrine/annotations": "^2", |
21 | | - "doctrine/dbal": "^3.2", |
22 | | - "doctrine/orm": "^2.14", |
23 | | - "doctrine/persistence": "^3", |
24 | | - "illuminate/auth": "^9.0|^10.0|^11.0", |
25 | | - "illuminate/console": "^9.0|^10.0|^11.0", |
26 | | - "illuminate/container": "^9.0|^10.0|^11.0", |
27 | | - "illuminate/contracts": "^9.0|^10.0|^11.0", |
28 | | - "illuminate/pagination": "^9.0|^10.0|^11.0", |
29 | | - "illuminate/routing": "^9.0|^10.0|^11.0", |
30 | | - "illuminate/support": "^9.0|^10.0|^11.0", |
31 | | - "illuminate/validation": "^9.0|^10.0|^11.0", |
32 | | - "illuminate/view": "^9.0|^10.0|^11.0", |
| 23 | + "php": "^8.1", |
| 24 | + "doctrine/dbal": "^4.1", |
| 25 | + "doctrine/orm": "^3.1", |
| 26 | + "doctrine/persistence": "^3.3", |
| 27 | + "illuminate/auth": "^10.0|^11.0", |
| 28 | + "illuminate/console": "^10.0|^11.0", |
| 29 | + "illuminate/container": "^10.0|^11.0", |
| 30 | + "illuminate/contracts": "^10.0|^11.0", |
| 31 | + "illuminate/pagination": "^10.0|^11.0", |
| 32 | + "illuminate/routing": "^10.0|^11.0", |
| 33 | + "illuminate/support": "^10.0|^11.0", |
| 34 | + "illuminate/validation": "^10.0|^11.0", |
| 35 | + "illuminate/view": "^10.0|^11.0", |
33 | 36 | "symfony/cache": "^6.0|^7.0", |
34 | | - "symfony/serializer": "^5.0|^6.0|^7.0", |
35 | | - "symfony/yaml": "^5.0|^6.0|^7.0" |
| 37 | + "symfony/serializer": "^5.0|^6.0|^7.0" |
36 | 38 | }, |
37 | 39 | "conflict": { |
38 | 40 | "laravel/lumen": "*" |
39 | 41 | }, |
40 | 42 | "require-dev": { |
41 | 43 | "phpunit/phpunit": "^9.3", |
42 | | - "mockery/mockery": "^1.3.1", |
| 44 | + "mockery/mockery": "^1.6.12", |
43 | 45 | "illuminate/log": "^9.0|^10.0|^11.0", |
44 | 46 | "illuminate/notifications": "^9.0|^10.0|^11.0", |
45 | 47 | "illuminate/queue": "^9.0|^10.0|^11.0", |
46 | 48 | "phpstan/phpstan": "^1.9", |
47 | | - "phpstan/phpstan-deprecation-rules": "^1.1" |
| 49 | + "phpstan/phpstan-deprecation-rules": "^1.1", |
| 50 | + "doctrine/coding-standard": "^12.0", |
| 51 | + "php-parallel-lint/php-parallel-lint": "^1.4", |
| 52 | + "vimeo/psalm": "^0.3.14" |
48 | 53 | }, |
49 | 54 | "autoload": { |
50 | 55 | "psr-4": { |
|
78 | 83 | "EntityManager": "LaravelDoctrine\\ORM\\Facades\\EntityManager" |
79 | 84 | } |
80 | 85 | } |
| 86 | + }, |
| 87 | + "config": { |
| 88 | + "allow-plugins": { |
| 89 | + "dealerdirect/phpcodesniffer-composer-installer": true |
| 90 | + } |
| 91 | + }, |
| 92 | + "scripts": { |
| 93 | + "test": [ |
| 94 | + "vendor/bin/parallel-lint src tests", |
| 95 | + "vendor/bin/phpcs", |
| 96 | + "vendor/bin/phpunit" |
| 97 | + ], |
| 98 | + "coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html=coverage" |
81 | 99 | } |
82 | 100 | } |
0 commit comments