Skip to content

Commit

Permalink
php updated to min 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Aug 6, 2022
1 parent 8d732dc commit c9234f8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.4|^8.1",
"php": "^8.0",
"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,11 +58,7 @@
"allow-plugins": {
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
},
"platform-check" : false,
"platform" : {
"php":"7.4"
}
}
},
"extra": {
"laravel": {
Expand Down

0 comments on commit c9234f8

Please sign in to comment.