Skip to content

Commit

Permalink
Use sminee fork for PHP 8 compat. Add mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
bummzack committed Oct 11, 2021
1 parent 7f632e8 commit 59ef263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: php
sudo: false

services:
- mysql

env:
global:
- SS_ENVIRONMENT_TYPE="dev"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"bummzack/swiftmailer-emogrifyplugin" : "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"sminnee/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3"
},
"extra": {
Expand Down

0 comments on commit 59ef263

Please sign in to comment.