Skip to content

Commit 7d46225

Browse files
committed
Use stable phpcq requirements and bump minimum PHP version to 7.4
1 parent eb1dfbe commit 7d46225

File tree

2 files changed

+18
-22
lines changed

2 files changed

+18
-22
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.3 || ^8.0",
21+
"php": "^7.4 || ^8.0",
2222
"ext-pcre": "*",
23-
"phpcq/plugin-api": "^1.0@dev"
23+
"phpcq/plugin-api": "^1.0"
2424
},
2525
"require-dev": {
2626
"phpcq/runner-bootstrap": "^1.0@dev",
27-
"phpcq/schema": "^1.0@dev"
27+
"phpcq/schema": "^1.0"
2828
},
2929
"autoload-dev": {
3030
"psr-4": {

composer.lock

+15-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)