Skip to content

Commit

Permalink
made auto discovery package and omit php 7
Browse files Browse the repository at this point in the history
  • Loading branch information
prokawsar committed Sep 21, 2018
1 parent c723696 commit 3ac0f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.0
- 7.1
- 7.2
env:
Expand All @@ -12,6 +11,7 @@ matrix:

before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
- composer update
script:
- phpunit
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
"laravel": {
"providers": [
"prokawsar\\PasswordValidator\\PasswordValidatorServiceProvider"
],
"aliases": {

}
]
}
}
}

0 comments on commit 3ac0f67

Please sign in to comment.