Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Updated php version
Browse files Browse the repository at this point in the history
  • Loading branch information
gpressutto5 committed May 11, 2020
1 parent 26d0e4f commit d9dbabb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: php

php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

sudo: false

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
}
],
"require": {
"php": ">=7.0.0",
"php": ">=7.1.3",
"guzzlehttp/guzzle": "^6.3",
"illuminate/notifications": "^5.8 || ^6.0 || ^7.0",
"illuminate/support": "^5.8 || ^6.0 || ^7.0",
"laravel/slack-notification-channel": "^2.0"
},
"require-dev": {
"orchestra/testbench": "*",
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d9dbabb

Please sign in to comment.