Skip to content

Commit a676556

Browse files
authored
Add PHP 8.0 support (#5)
* Update composer.json added php 8 support * Update README.md updated requirements to add php 8 support as well
1 parent 502f558 commit a676556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ By installing StageFront with composer, adding the middleware and setting 3 vari
2020

2121
## ✅ Requirements
2222

23-
- PHP >= 7.1
23+
- PHP >= 7.1 | 8.0
2424
- [Laravel](https://laravel.com/) >= 5.7
2525

2626
## 📦 Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.1",
18+
"php": "^7.1|^8.0",
1919
"codezero/dotenv-updater": "^1.1",
2020
"illuminate/support": "^5.7|^6.0|^7.0|^8.0"
2121
},

0 commit comments

Comments
 (0)