Skip to content

Commit 98aa7e8

Browse files
authored
Ensure dev-tools are up to date (#235)
* Ensure dev-tools are up to date * Update dev dependencies
1 parent fd8b426 commit 98aa7e8

File tree

3 files changed

+249
-183
lines changed

3 files changed

+249
-183
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"symfony/finder": "^3.0 || ^4.0 || ^5.0"
1717
},
1818
"require-dev": {
19-
"johnkary/phpunit-speedtrap": "^3.1.0",
20-
"phpunit/phpunit": "^7.5.20 || ^8.5.2"
19+
"johnkary/phpunit-speedtrap": "^3.2.0",
20+
"phpunit/phpunit": "^8.5.2 || ^9.0.1"
2121
},
2222
"autoload": {
2323
"psr-4": {

dev-tools/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"scripts": {
2626
"analyse": [
2727
"composer validate --strict --working-dir=..",
28+
"composer outdated --ignore=php-cs-fixer/diff --strict",
2829
"composer normalize --dry-run ../composer.json",
2930
"composer-require-checker check ../composer.json",
3031
"phpcs --exclude=Generic.Files.LineLength --report-full --standard=PSR2 ../src ../dev-tools/src ../tests",

0 commit comments

Comments
 (0)