|
20 | 20 | } |
21 | 21 | ], |
22 | 22 | "require": { |
| 23 | + "php": "^8.0", |
23 | 24 | "ext-gd": "*", |
24 | 25 | "emcconville/point-reduction-algorithms": "^1.2", |
25 | | - "psr/log": "^1.0 || ^2.0 || ^3.0", |
26 | | - "rubix/ml": "^1.2", |
27 | | - "symfony/console": "^6.0", |
28 | | - "symfony/cache": "^6.0", |
29 | | - "symfony/filesystem": "^6.0", |
30 | | - "twig/twig": "^3.3", |
31 | | - "symfony/var-dumper": "^6.0", |
32 | | - "symfony/validator": "^6.0", |
33 | | - "php-amqplib/php-amqplib": "^3.1", |
34 | | - "symfony/process": "^6.0", |
35 | | - "symfony/event-dispatcher": "^6.0" |
| 26 | + "psr/log": "^1 || ^2 || ^3", |
| 27 | + "rubix/ml": "^1.3.2", |
| 28 | + "symfony/validator": "^6.0" |
36 | 29 | }, |
37 | 30 | "require-dev": { |
38 | 31 | "phpunit/phpunit": "^9", |
39 | | - "friendsofphp/php-cs-fixer": "^3.2", |
40 | | - "phpstan/phpstan": "^0.12.99", |
41 | | - "phpstan/phpstan-deprecation-rules": "^0.12.6", |
42 | | - "phpspec/prophecy-phpunit": "^2.0" |
43 | | - }, |
44 | | - "scripts": { |
45 | | - "test:php-cs-fixer": "./vendor/bin/php-cs-fixer fix --verbose --dry-run", |
46 | | - "test:phpstan": "./vendor/bin/phpstan analyse -c phpstan.neon src", |
47 | | - "test:phpunit": "./vendor/bin/phpunit tests --verbose", |
48 | | - "test": [ |
49 | | - "@test:php-cs-fixer", |
50 | | - "@test:phpstan", |
51 | | - "@test:phpunit" |
52 | | - ], |
53 | | - "fix:php-cs-fixer": "./vendor/bin/php-cs-fixer fix --verbose", |
54 | | - "fix": [ |
55 | | - "@fix:php-cs-fixer" |
56 | | - ] |
| 32 | + "phpspec/prophecy-phpunit": "^2.0", |
| 33 | + "symfony/var-dumper": "^6.0" |
57 | 34 | } |
58 | 35 | } |
0 commit comments