Skip to content

Commit

Permalink
Drop PHP v8.0 support and update composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic committed Jan 8, 2023
1 parent e9aeac6 commit a8b4440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dist: bionic
language: php

php:
- 8.0
- 8.1
- 8.2

env:
global:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
}
],
"require": {
"php": "^8.0.0"
"php": "^8.1.0"
},
"require-dev": {
"codedungeon/phpunit-result-printer": "^0.31.0",
"codedungeon/phpunit-result-printer": "^0.32.0",
"phpunit/phpunit": "^9.5.0"
},
"autoload": {
Expand Down

0 comments on commit a8b4440

Please sign in to comment.