Skip to content

Commit 8521584

Browse files
authored
PHP 8.1 Support (#710)
* Add PHP 8.1 to the testing matrix. * Update symfony components to 4.x. * Move behat tests to Control project. * Untangle composer dependencies in components. * Default PHP to 8.0 for dev and install.
1 parent 58b1eef commit 8521584

15 files changed

Lines changed: 1 addition & 4532 deletions

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@
2121
}
2222
],
2323
"require": {
24-
"cpliakas/git-wrapper": "~1.0",
2524
"guzzlehttp/guzzle": "^6",
2625
"knplabs/github-api": "^3.0||^1.0",
2726
"sensiolabs/ansi-to-html": "^1.1",
28-
"symfony/process": "^3.4",
29-
"symfony/yaml": "^3.4",
27+
"symfony/yaml": "^4.4",
3028
"toin0u/digitalocean-v2": "^2.3"
3129
},
3230
"minimum-stability": "dev",

tests/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/behat.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

tests/composer.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)