Skip to content

Commit 5400091

Browse files
committed
🔧 Update PHP requirement to allow for PHP 7.4 or higher
1 parent 4ab9bc2 commit 5400091

2 files changed

Lines changed: 237 additions & 544 deletions

File tree

‎composer.json‎

Lines changed: 2 additions & 5 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"
@@ -34,10 +34,7 @@
3434
}
3535
],
3636
"config": {
37-
"sort-packages": true,
38-
"platform": {
39-
"php": "7.4"
40-
}
37+
"sort-packages": true
4138
},
4239
"scripts": {
4340
"test": "phpunit",

0 commit comments

Comments
 (0)