Skip to content

Commit 14584f6

Browse files
committed
Update php version
1 parent bc15a82 commit 14584f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.0.0"
15+
"php": "~5.4 || ~7.0"
1616
},
1717
"autoload": {
18-
"psr-4": { "pubsubhubbub/subscriber": "src/" }
18+
"psr-4": { "pubsubhubbub\\subscriber\\": "src/" }
1919
}
2020
}

0 commit comments

Comments
 (0)