Skip to content

Commit 897b0c0

Browse files
authored
Merge pull request #16 from BitBagCommerce/OP-164-update-for-ecs
OP-164: Update dependencies (with BCs)
2 parents 52a3e72 + 33b047e commit 897b0c0

File tree

4 files changed

+165
-293
lines changed

4 files changed

+165
-293
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"description": "BitBag coding standard",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.4 || ^8.0",
7+
"php": "^8.0",
88
"phpstan/extension-installer": "^1.0",
99
"phpstan/phpstan": "^1.4",
1010
"phpstan/phpstan-doctrine": "^1.0",
1111
"phpstan/phpstan-strict-rules": "^1.0",
1212
"phpstan/phpstan-webmozart-assert": "^1.0",
13-
"symplify/easy-coding-standard": "^8.3 || ^9.4 || ^10.0 || ^11.0",
13+
"symplify/easy-coding-standard": "^10.0 || ^11.0",
1414
"friendsofphp/php-cs-fixer": "^3.0",
15-
"slevomat/coding-standard": "^7.0"
15+
"slevomat/coding-standard": "^8.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)