Skip to content

Commit

Permalink
update php version and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jan 6, 2021
1 parent 8f833fb commit e754145
Show file tree
Hide file tree
Showing 4 changed files with 906 additions and 340 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php
php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'

sudo: false

Expand Down
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
}],
"type": "library",
"require": {
"php": ">=7.2"
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^9.5.0"
},
"autoload": {
"psr-4": {
Expand All @@ -45,5 +45,10 @@
"prefer-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"scripts": {
"test": [
"phpunit tests/*.php"
]
}
}
Loading

0 comments on commit e754145

Please sign in to comment.