Skip to content

Commit 2759502

Browse files
committed
Remove support for PHP 5.5 - closes #9
1 parent 35effeb commit 2759502

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sudo: false
22
language: php
33
php:
4-
- '5.5'
54
- '5.6'
65
- '7.0'
76
- '7.1'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This project is designed to be executed in a server environment with [Apache HTT
5151

5252
### Prerequisites
5353

54-
A recent version of [PHP](http://php.net/), equal to or greater than 5.5.0 is required.
54+
A recent version of [PHP](http://php.net/), equal to or greater than 5.6.0 is required.
5555

5656
The default [EncryptionProvider](/src/Providers/EncryptionProvider.php) class provided in this package relies on the [OpenSSL](http://php.net/manual/en/book.openssl.php) extension. If OpenSSL is unavailable, the consumer has the option to implement a custom EncryptionProvider class that implements our [EncryptionInterface](/src/Interfaces/EncryptionInterface.php). (For more information, see the [EncryptionProvider](#encryptionprovider) section.)
5757

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "npr/npr-one-backend-proxy",
33
"description": "A server-side proxy for interacting with the NPR One API's authorization server",
4-
"version": "1.1.2",
4+
"version": "2.0.0",
55
"keywords": [
66
"npr",
77
"oauth",
@@ -42,7 +42,7 @@
4242
}
4343
},
4444
"require": {
45-
"php": ">=5.5.0",
45+
"php": ">=5.6.0",
4646
"guzzlehttp/guzzle": "~6.0",
4747
"php-di/php-di": "^5.2"
4848
},

0 commit comments

Comments
 (0)