Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #18 from samjarrett/cleanup
Browse files Browse the repository at this point in the history
Update deps, travis, remove vendored phpunit
  • Loading branch information
samjarrett authored Jun 19, 2020
2 parents d6ee943 + 74ea592 commit bf2c3f5
Show file tree
Hide file tree
Showing 3 changed files with 573 additions and 1,764 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php
php:
- '7.3'
- '7.4'
- nightly

matrix:
Expand All @@ -11,4 +12,4 @@ before_script:
- composer install

script:
- vendor/bin/phpunit
- phpunit
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"symfony/framework-bundle": "^3.0|^4.0|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"symfony/yaml": "^4.0|^5.0"
}
}
}
Loading

0 comments on commit bf2c3f5

Please sign in to comment.