Skip to content

Commit 1f90bc4

Browse files
committed
πŸ“Œ forced php 8 min
1 parent c575f47 commit 1f90bc4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ž.github/workflows/tests.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: [ '7.3', '8.1', '8.2' ]
17+
php-version: [ '8.1', '8.2' ]
1818
laravel-version: [ '^8.0', '^9.0', '^10.0' ]
1919
database: [ 'sqlite', 'mysql', 'pgsql' ]
2020

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Laravel Rest Api is an elegant way to expose your app through an API, it takes f
66

77
## Requirements
88

9-
PHP 7.3+ and Laravel 8.0+
9+
PHP 8.0+ and Laravel 8.0+
1010

1111
# BETA
1212
Please note that this package is under beta and is not recommended to use for production environment for now. End of beta should be by October 2023.

β€Žcomposer.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.3|^8.0",
13+
"php": "^8.0",
1414
"ext-json": "*",
1515
"illuminate/contracts": "^8.37|^9.0|^10.0",
1616
"illuminate/http": "^8.37|^9.0|^10.0",

0 commit comments

Comments
Β (0)