Skip to content

Commit 3de20ca

Browse files
authored
Merge pull request #4 from kaidesu/composer-dependencies
Update PHP constraint
2 parents 1926eb8 + 1d594d1 commit 3de20ca

3 files changed

Lines changed: 3013 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/vendor/
22
.DS_Store
3-
composer.lock
43
phpunit.xml
54
.phpunit.result.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2.9",
15+
"php": "^7.2.9|^8.0",
1616
"symfony/console": "^4.0|^5.0",
1717
"symfony/filesystem": "^4.0|^5.0",
1818
"symfony/finder": "^5.2",

0 commit comments

Comments
 (0)