Skip to content

Commit d931b61

Browse files
committed
Decrease PHPStan version
1 parent fc173c5 commit d931b61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
matrix:
6767
php-version:
68-
- '8.0'
68+
- '7.4'
6969
steps:
7070
- uses: actions/checkout@v2
7171
- uses: php-actions/composer@v6

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"issues": "https://github.com/Ouxsoft/phpmarkup/issues"
1818
},
1919
"require": {
20-
"php": "^7.3 || ^8.0",
20+
"php": ">=7.3",
2121
"ext-dom": "*",
2222
"ext-json": "*",
2323
"ext-libxml": "*",

0 commit comments

Comments
 (0)