Skip to content

Commit

Permalink
Update PHP version in Travis and composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
squigg committed Feb 7, 2018
1 parent d36fe01 commit 24f0c5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php

php:
- 7.0
- 7.1

install:
- travis_retry composer install --no-interaction
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PHP Laravel 5 Queue Driver package to support Microsoft Azure Storage Queues

## Prerequisites

- PHP 5.6+, PHP7+ for Laravel 5.5+
- PHP 5.6+, PHP 7+ for Laravel 5.5+, PHP 7.1+ for Laravel 5.6
- Laravel 5.2 - 5.6 (not tested on previous versions)
- Microsoft Azure Storage account and API key
- Queue container created through Azure Portal or via Azure CLI / PowerShell
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1",
"illuminate/queue": "5.6.*",
"microsoft/azure-storage-queue": "^1.0"
},
Expand Down

0 comments on commit 24f0c5d

Please sign in to comment.