Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

Commit 4f7d967

Browse files
committed
Update dependencies & compatibility
1 parent 3d698a6 commit 4f7d967

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22
php:
33
- '7.0'
44
- '7.1'
5+
- '7.2'
56
install:
67
- composer install --prefer-dist
78
script:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ Please refer to [CHANGELOG.md](CHANGELOG.md).
463463

464464
## Compatibility
465465

466-
* Tested with Laravel 5.2, 5.3 and 5.4
467-
* Works with PHP 5.6 upwards
466+
* Tested with Laravel 5.2 - 5.6
467+
* Tested with PHP 7.0 - 7.2
468468

469469

470470
## Testing

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@
2222
"php": ">=5.4"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "~6.0",
26-
"phpspec/phpspec": "~2.1",
27-
"laravel/laravel": "~5.3",
28-
"mockery/mockery": "^0.9.9"
25+
"phpunit/phpunit": "~7.0",
26+
"laravel/laravel": "~5.6",
27+
"mockery/mockery": "~1.0"
2928
},
3029
"autoload": {
3130
"psr-4": { "SehrGut\\Laravel5_Api\\": "src/Laravel5_Api" }

0 commit comments

Comments
 (0)