Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 08a44d4

Browse files
chore: allow php 8 as a platform requirement (#25)
1 parent 459e2af commit 08a44d4

File tree

2 files changed

+689
-570
lines changed

2 files changed

+689
-570
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
}
1111
],
1212
"require": {
13+
"php": "^7.4|^8.0",
1314
"illuminate/support": "^8.0",
1415
"livewire/livewire": "^2.0",
1516
"pragmarx/google2fa-laravel": "^1.3",
@@ -18,8 +19,7 @@
1819
"arkecosystem/ui": "^1.0",
1920
"spatie/laravel-personal-data-export": "^1.3",
2021
"spatie/laravel-medialibrary": "^8.9",
21-
"konceiver/laravel-data-bags": "^1.1",
22-
"php": "^7.4"
22+
"konceiver/laravel-data-bags": "^1.1"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)