Skip to content

Commit d1e1119

Browse files
committed
Update dependencies
1 parent 7fd318f commit d1e1119

File tree

8 files changed

+550
-3160
lines changed

8 files changed

+550
-3160
lines changed

.php-cs-fixer.dist.php

Lines changed: 0 additions & 63 deletions
This file was deleted.

composer.json

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -20,39 +20,16 @@
2020
}
2121
],
2222
"require": {
23+
"php": "^8.0",
2324
"ext-gd": "*",
2425
"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"
3629
},
3730
"require-dev": {
3831
"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"
5734
}
5835
}

0 commit comments

Comments
 (0)