We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1cce9f + 6f66316 commit 5508132Copy full SHA for 5508132
.travis.yml
@@ -5,11 +5,6 @@ php:
5
- 5.6
6
- 7.0
7
- 7.1
8
- - hhvm
9
-
10
-matrix:
11
- allow_failures:
12
- - php: 7.1
13
14
before_script: composer install
15
composer.json
@@ -17,7 +17,8 @@
17
"psr/http-message": "^1.0"
18
},
19
"require-dev": {
20
- "slim/slim": "^3.0"
+ "slim/slim": "^3.0",
21
+ "phpunit/phpunit": "^4.0"
22
23
"autoload": {
24
"psr-4": {
0 commit comments