Skip to content

Commit ce256bf

Browse files
committed
bump php version
1 parent b825acc commit ce256bf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
.idea
22
.editorconfig
3-
vendor
3+
/vendor
4+
composer.lock
5+
/phpunit.xml
6+
.phpunit.result.cache

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.0",
17+
"php": "^7.3|^8.0",
1818
"ext-json": "*",
1919
"illuminate/support": "^8.0|^9.0",
2020
"illuminate/http": "^8.0|^9.0",

0 commit comments

Comments
 (0)