Skip to content

Commit 7ee2701

Browse files
authored
Merge pull request #1 from VTsarnas-g4m/feature/S7T-30
Feature (S7T-30) Added support for php 8
2 parents 295f0ba + 1555d18 commit 7ee2701

File tree

5 files changed

+4
-1965
lines changed

5 files changed

+4
-1965
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
/vendor
1+
/vendor
2+
.idea
3+
composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121

2222
"require": {
23-
"php": "^7.0",
23+
"php": "^7.0|^8.0",
2424
"ext-json": "*",
2525
"filp/whoops": "^v2.7.2"
2626
},

0 commit comments

Comments
 (0)