Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 77d32b6

Browse files
committed
Chore: Composer updates
1 parent 0b5f37b commit 77d32b6

File tree

2 files changed

+1263
-377
lines changed

2 files changed

+1263
-377
lines changed

composer.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,21 @@
1717
"wiki": "https://github.com/bensquire/php-image-optim/wiki"
1818
},
1919
"require": {
20-
"php": ">=7.0.0"
20+
"php": ">=7.1.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "5.*",
24-
"friendsofphp/php-cs-fixer": "^2.11"
23+
"phpunit/phpunit": "7.*",
24+
"friendsofphp/php-cs-fixer": "^2.14",
25+
"phpstan/phpstan": "^0.11.5"
2526
},
2627
"autoload": {
2728
"psr-4": {
2829
"PHPImageOptim\\": "src/PHPImageOptim"
2930
}
31+
},
32+
"scripts": {
33+
"php-cs-fixer": "./vendor/bin/php-cs-fixer fix .",
34+
"php-stan": "./vendor/bin/phpstan analyse ./src --level=max",
35+
"tests": "./vendor/bin/phpunit"
3036
}
3137
}

0 commit comments

Comments
 (0)