Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 3fe685a

Browse files
committed
Bump minimum PHP version to ^8.0
Update symfony/console and symfony/yaml to ^6.0.
1 parent cd4c19a commit 3fe685a

File tree

2 files changed

+165
-390
lines changed

2 files changed

+165
-390
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"issues": "https://github.com/tomzx/php-semver-checker/issues"
2121
},
2222
"require": {
23-
"php": ">=7.3",
23+
"php": "^8.0",
2424

2525
"hassankhan/config": "^3.0",
2626
"nikic/php-parser": "^4.0",
27-
"symfony/console": "^4.0||^5.0",
28-
"symfony/yaml": "^4.0||^5.0",
27+
"symfony/console": "^6.0",
28+
"symfony/yaml": "^6.0",
2929
"tomzx/finder": "^0.2"
3030
},
3131
"require-dev": {
@@ -47,7 +47,7 @@
4747
},
4848
"config": {
4949
"platform": {
50-
"php": "7.3"
50+
"php": "8.0.2"
5151
}
5252
},
5353
"extra": {

0 commit comments

Comments
 (0)