File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ sudo: false
22
33language : php
44php :
5- - 5.3
65 - 5.4
76 - 5.5
87 - 5.6
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : " *" ,
You can’t perform that action at this time.
0 commit comments