Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 65288d5

Browse files
committed
bumped min PHP version to 5.3.9
1 parent da2405d commit 65288d5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Acl/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.9",
2020
"symfony/security-core": "~2.4|~3.0.0"
2121
},
2222
"require-dev": {

Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3"
19+
"php": ">=5.3.9"
2020
},
2121
"require-dev": {
2222
"symfony/event-dispatcher": "~2.1|~3.0.0",

Csrf/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.9",
2020
"symfony/security-core": "~2.4|~3.0.0"
2121
},
2222
"require-dev": {

Http/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.9",
2020
"symfony/security-core": "~2.6|~3.0.0",
2121
"symfony/event-dispatcher": "~2.1|~3.0.0",
2222
"symfony/http-foundation": "~2.4|~3.0.0",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.9",
2020
"symfony/event-dispatcher": "~2.2|~3.0.0",
2121
"symfony/http-foundation": "~2.1|~3.0.0",
2222
"symfony/http-kernel": "~2.4|~3.0.0"

0 commit comments

Comments
 (0)