Skip to content

Commit a5fc5a7

Browse files
committed
Update requirements
1 parent 7b873ab commit a5fc5a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "Easy to use GIT wrapper for PHP.",
44
"license": "MIT",
55
"require": {
6-
"php": "^5.6 || ^7.0",
7-
"psr/log": "^1.0",
8-
"symfony/process": "^3.4 || ^4.0 || ^5.0"
6+
"php": "^7.4 || ^8.0",
7+
"psr/log": "^1.0 || ^2.0 || ^3.0",
8+
"symfony/process": "^4.0 || ^5.0 || ^6.0"
99
},
1010
"require-dev": {
11-
"symfony/filesystem": "^4.0 || ^5.0",
12-
"phpcq/runner-bootstrap": "^1.0@dev"
11+
"phpcq/runner-bootstrap": "^1.0@dev",
12+
"symfony/filesystem": "^4.0 || ^5.0 || ^6.0"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)