Skip to content

Commit a714653

Browse files
committed
Abandoning PHP 5.3 support, for now
1 parent 5a2d38d commit a714653

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ sudo: false
22

33
language: php
44
php:
5-
- 5.3
65
- 5.4
76
- 5.5
87
- 5.6

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ secure version of a credential for storage (rather than storing passwords in "pl
1515
## Requirements
1616

1717
- 64-bit PHP runtime (NTLM negotiation bit flags extend beyond the 32-bit integer size)
18-
- PHP `>=5.3.0`
18+
- PHP `>=5.4.0`
1919

2020

2121
## Installation
@@ -45,6 +45,7 @@ secure version of a credential for storage (rather than storing passwords in "pl
4545
- [x] Extended session security (NTLM2 session key) support
4646
- [ ] \(Add-on) Encrypted session key exchange support
4747
- [ ] Datagram ("connectionless") support
48+
- [ ] PHP 5.3.x support
4849
- [ ] Tests... ugh.
4950

5051

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"source": "https://github.com/robinpowered/php-ntlm"
1717
},
1818
"require": {
19-
"php-64bit": ">=5.3.0"
19+
"php-64bit": ">=5.4.0"
2020
},
2121
"require-dev": {
2222
"ext-mcrypt": "*",

0 commit comments

Comments
 (0)