Skip to content

Commit

Permalink
php fixed to 7.4 stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Aug 6, 2022
1 parent c0389a6 commit ee49e4a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^7.4|^8.1",
"ext-iconv": "*",
"ext-simplexml": "*",
"ext-xml": "*",
Expand All @@ -25,9 +25,9 @@
"intervention/image": "^2.7",
"kyslik/column-sortable": "^6.4",
"laravolt/avatar": "^4.1",
"openspout/openspout": "^3.7",
"owen-it/laravel-auditing": "^13.0",
"php-flasher/flasher-laravel": "^1.7",
"rap2hpoutre/fast-excel": "^4.1",
"spatie/laravel-backup": "^6.16",
"spatie/laravel-medialibrary": "^9.12"
},
Expand Down Expand Up @@ -58,6 +58,10 @@
"allow-plugins": {
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
},
"platform-check": false,
"platform": {
"php" : "7.4.30"
}
},
"extra": {
Expand Down

0 comments on commit ee49e4a

Please sign in to comment.