Skip to content

Commit b5d6015

Browse files
Using namespaces requires php 5.3.0 or higher
1 parent 7c361ae commit b5d6015

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@
99
"homepage": "http://www.php-fig.org/"
1010
}
1111
],
12+
"require": {
13+
"php": ">=5.3.0"
14+
},
1215
"autoload": {
1316
"psr-4": {
14-
"Psr\\Http\\Message\\": "src"
17+
"Psr\\Http\\Message\\": "src/"
1518
}
1619
},
1720
"extra": {

0 commit comments

Comments
 (0)