Skip to content

Commit 90c3689

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into simplify-install-instructions
2 parents 76037c6 + f24dd98 commit 90c3689

3 files changed

Lines changed: 180 additions & 201 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "8.2"
1717
- "8.3"
1818
- "8.4"
19+
- "8.5"
1920
dependencies:
2021
- "lowest"
2122
- "highest"

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
"AFL-3.0"
77
],
88
"type": "phpcodesniffer-standard",
9-
"version": "38",
9+
"version": "39",
1010
"require": {
11-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
12-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2 || ^1.0",
11+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
12+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0 || ^1.0",
1313
"webonyx/graphql-php": "^15.0",
1414
"ext-simplexml": "*",
1515
"ext-dom": "*",
16-
"squizlabs/php_codesniffer": "^3.6.1",
16+
"squizlabs/php_codesniffer": "^3.10.2",
1717
"rector/rector": "^1.2.4",
18-
"phpcsstandards/phpcsutils": "^1.0.5",
18+
"phpcsstandards/phpcsutils": "^1.2.2",
1919
"magento/php-compatibility-fork": "^0.1"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^9.5.10",
22+
"phpunit/phpunit": "^9.6.20",
2323
"yoast/phpunit-polyfills": "^1.0"
2424
},
2525
"autoload-dev": {

0 commit comments

Comments
 (0)