Skip to content

Commit

Permalink
Merge pull request #36 from motomedialab/master
Browse files Browse the repository at this point in the history
New version to run on Laravel 9.0 LTS
  • Loading branch information
petericebear authored Mar 17, 2022
2 parents 05e515a + e98d9db commit 92a3c04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ build
composer.phar
composer.lock
.idea
.phpunit.result.cache
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: php

php:
- 7.2
- 7.3
- 7.4
- 8.1

env:
matrix:
Expand Down
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@
}
],
"require": {
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/queue": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"guzzlehttp/guzzle": "^6.2 || ^7.0",
"php": "^8.1",
"illuminate/notifications": "^9.0",
"illuminate/support": "^9.0",
"illuminate/queue": "^9.0",
"guzzlehttp/guzzle": "^7.2",
"ext-json": "*"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.5"
"mockery/mockery": "^1.4.4",
"phpunit/phpunit": "^9.5.8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 92a3c04

Please sign in to comment.