Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
byWulf committed Mar 13, 2022
1 parent 7fd318f commit d1e1119
Show file tree
Hide file tree
Showing 8 changed files with 550 additions and 3,160 deletions.
63 changes: 0 additions & 63 deletions .php-cs-fixer.dist.php

This file was deleted.

35 changes: 6 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,39 +20,16 @@
}
],
"require": {
"php": "^8.0",
"ext-gd": "*",
"emcconville/point-reduction-algorithms": "^1.2",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"rubix/ml": "^1.2",
"symfony/console": "^6.0",
"symfony/cache": "^6.0",
"symfony/filesystem": "^6.0",
"twig/twig": "^3.3",
"symfony/var-dumper": "^6.0",
"symfony/validator": "^6.0",
"php-amqplib/php-amqplib": "^3.1",
"symfony/process": "^6.0",
"symfony/event-dispatcher": "^6.0"
"psr/log": "^1 || ^2 || ^3",
"rubix/ml": "^1.3.2",
"symfony/validator": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9",
"friendsofphp/php-cs-fixer": "^3.2",
"phpstan/phpstan": "^0.12.99",
"phpstan/phpstan-deprecation-rules": "^0.12.6",
"phpspec/prophecy-phpunit": "^2.0"
},
"scripts": {
"test:php-cs-fixer": "./vendor/bin/php-cs-fixer fix --verbose --dry-run",
"test:phpstan": "./vendor/bin/phpstan analyse -c phpstan.neon src",
"test:phpunit": "./vendor/bin/phpunit tests --verbose",
"test": [
"@test:php-cs-fixer",
"@test:phpstan",
"@test:phpunit"
],
"fix:php-cs-fixer": "./vendor/bin/php-cs-fixer fix --verbose",
"fix": [
"@fix:php-cs-fixer"
]
"phpspec/prophecy-phpunit": "^2.0",
"symfony/var-dumper": "^6.0"
}
}
Loading

0 comments on commit d1e1119

Please sign in to comment.