Skip to content

Commit

Permalink
Merge pull request #2 from Soapbox/change/update-to-laravel-7
Browse files Browse the repository at this point in the history
Update to laravel 7
  • Loading branch information
devsquad-maycon-medeiros authored Jul 23, 2021
2 parents 369638d + 98b133b commit e4da5f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 7.2
- 7.3
- 7.4
- 8.0

before_script:
- composer update --prefer-source --no-interaction
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"datadog/php-datadogstatsd": "^1.3",
"illuminate/support": "^6.0"
"illuminate/support": "^7.0"
},
"autoload": {
"psr-4": {
Expand All @@ -23,8 +23,8 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^5.0",
"mockery/mockery": "^1.2"
},
"extra": {
Expand Down

0 comments on commit e4da5f4

Please sign in to comment.