Skip to content

Commit 34b9fe0

Browse files
committed
🔧 Update PHP requirement to allow for PHP 7.4 or higher
1 parent 04bb977 commit 34b9fe0

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

‎composer.json‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"homepage": "https://github.com/Brixion/Bardecoder",
1212
"type": "library",
1313
"require": {
14-
"php": "^7.4"
14+
"php": ">=7.4"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^9.5"
@@ -35,9 +35,6 @@
3535
],
3636
"config": {
3737
"sort-packages": true,
38-
"platform": {
39-
"php": "7.4"
40-
}
4138
},
4239
"scripts": {
4340
"test": "phpunit",

‎composer.lock‎

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)