Skip to content

Commit

Permalink
Bump dev dependencies. Remove PHP 7.1 from Travis configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDoctor0 committed Mar 24, 2020
1 parent 34358c7 commit 44e9160
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ npm-debug.log
.env
composer.lock
/bin/

.phpunit.result.cache
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: php
php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@
"authors": [
{
"name": "Dawid Janik",
"role": "Maintainer",
"email": "dawid.janik95@gmail.com",
"homepage": "https://github.com/TheDoctor0"
},
{
"name": "Gaetan DELBART",
"name": "Gaetan Delbart",
"email": "gaetan@moltencore.io",
"homepage": "https://github.com/gagaXD"
},
{
"name": "Titouan BENOIT",
"name": "Titouan Benoit",
"email": "titouan.benoit@gmx.fr",
"homepage": "https://github.com/Nightbr"
},
Expand All @@ -28,16 +29,15 @@
}
],
"require": {
"php": "^7.1.3",
"laravel/framework": "~5.1|^6.0|^7.0",
"mailjet/mailjet-apiv3-php": "^1.2",
"mailjet/mailjet-swiftmailer": "^2.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~7.0",
"orchestra/testbench": "3.6"
"fzaninotto/faker": "~1.9",
"mockery/mockery": "~1.3",
"phpunit/phpunit": "~8.5",
"orchestra/testbench": "~5.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 44e9160

Please sign in to comment.