Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Laravel7 #375

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.phar
composer.lock
vendor
.i
2 changes: 2 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- 8.0
- hhvm

matrix:
Expand All @@ -26,6 +28,10 @@ matrix:
# Test against dev dependencies
- php: 7.2
env: DEPS=dev
- php: 7.3
env: DEPS=dev
- php: 8.0
env: DEPS=dev

before_install:
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/lts=$SYMFONY_VERSION; fi;
Expand Down