Skip to content

Commit

Permalink
Php8 compatibility (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
slepic authored Apr 20, 2021
1 parent 07b67a2 commit 3b3468a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
"email": "[email protected]"
}],
"require": {
"php": "^7.1",
"php": ">=7.1",
"ext-json": "*",
"nette/caching": "^3.0",
"nette/safe-stream": "^2.4",
"nette/utils": "^3.0"
},
"require-dev": {
"nette/di": "^2.4",
"nette/di": "^2.4 || ^3.0",
"nette/tester": "^2.0",
"tracy/tracy": "^2.4"
},
Expand Down
5 changes: 2 additions & 3 deletions travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: php
php:
- 5.4
- 7.1
- 7.2
- 7.4
- 8.0

before_install:
# turn off XDebug
Expand Down

0 comments on commit 3b3468a

Please sign in to comment.