We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a7704 commit 7176e76Copy full SHA for 7176e76
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- php-versions: [ '8.0', '8.1', '8.2' ]
+ php-versions: [ '8.1', '8.2' ]
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v2
README.md
@@ -6,11 +6,11 @@ Laravel Patcher
6

7
8
#### Requirements:
-* PHP : 8.\*
+* PHP : 8.1 / 8.2
* Laravel: 9.\* / 10.\*
### Installation
-do either of this methods below.
+Do either of this methods below.
* via shell
```shell script
16
composer require dentro/laravel-patcher
0 commit comments