Skip to content

Commit c37a2d6

Browse files
authored
Widened required psr/log version
1 parent 562c902 commit c37a2d6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
{
2-
"name": "donatasbartkus/soap-ntlm",
2+
"name": "timobakx/soap-ntlm",
33
"description": "Provides a NTLM Soap implementation",
44
"authors": [
55
{
66
"name": "Donatas Bartkus",
77
"email": "donatas.bartkus@nfq.lt"
8+
},
9+
{
10+
"name": "Timo Bakx",
11+
"email": "timobakx@gmail.com"
812
}
913
],
1014
"minimum-stability": "stable",
1115
"require": {
12-
"psr/log": "1.0.0"
16+
"psr/log": "^1.0"
1317
},
1418
"autoload": {
1519
"psr-0": {"soapNTLM": "src/"}

0 commit comments

Comments
 (0)