Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0eb6b1e

Browse filesBrowse files
Update required PHP to 5.5.0
1 parent 7adb842 commit 0eb6b1e
Copy full SHA for 0eb6b1e

File tree

Expand file treeCollapse file tree

46 files changed

+46
-50
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

46 files changed

+46
-50
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-5Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
language: php
22

33
php:
4-
- 5.3.3
5-
- 5.3
6-
- 5.4
74
- 5.5
85
- 5.6
96
- hhvm-nightly
@@ -12,7 +9,7 @@ matrix:
129
allow_failures:
1310
- php: hhvm-nightly
1411
include:
15-
- php: 5.5
12+
- php: 5.5.0
1613
env: components=yes
1714

1815
services: mongodb
@@ -29,7 +26,6 @@ before_install:
2926
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then pecl install -f memcached-2.1.0; fi;'
3027
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
3128
- sudo locale-gen fr_FR.UTF-8 && sudo update-locale
32-
# - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "5.3.3" ]; then phpunit --self-update; fi;'
3329

3430
install:
3531
- sh -c 'if [ "$components" = "no" ]; then sh -c "COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install"; fi;'

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1-1Lines 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.5",
2020
"doctrine/common": "~2.2",
2121
"twig/twig": "~1.12",
2222
"psr/log": "~1.0"

‎src/Symfony/Bridge/Doctrine/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/composer.json
+1-1Lines 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.5",
2020
"doctrine/common": "~2.2"
2121
},
2222
"require-dev": {

‎src/Symfony/Bridge/Monolog/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/composer.json
+1-1Lines 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.5",
2020
"monolog/monolog": "~1.11"
2121
},
2222
"require-dev": {

‎src/Symfony/Bridge/Propel1/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Propel1/composer.json
+1-1Lines 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.5",
2020
"symfony/http-foundation": "~2.0",
2121
"symfony/http-kernel": "~2.0",
2222
"symfony/form": "~2.2",

‎src/Symfony/Bridge/ProxyManager/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/composer.json
+1-1Lines 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.5",
2020
"symfony/dependency-injection": "~2.3",
2121
"ocramius/proxy-manager": ">=0.3.1,<0.6-dev"
2222
},

‎src/Symfony/Bridge/Swiftmailer/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Swiftmailer/composer.json
+1-1Lines 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.5",
2020
"swiftmailer/swiftmailer": ">=4.2.0,<6.0-dev"
2121
},
2222
"suggest": {

‎src/Symfony/Bridge/Twig/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/composer.json
+1-1Lines 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.5",
2020
"symfony/security-csrf": "~2.4",
2121
"twig/twig": "~1.12"
2222
},

‎src/Symfony/Bundle/DebugBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/DebugBundle/composer.json
+1-1Lines 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.5",
2020
"symfony/http-kernel": "~2.6",
2121
"symfony/twig-bridge": "~2.6",
2222
"symfony/var-dumper": "~2.6"

‎src/Symfony/Bundle/FrameworkBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json
+1-1Lines 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.5",
2020
"symfony/dependency-injection" : "~2.2",
2121
"symfony/config" : "~2.4",
2222
"symfony/event-dispatcher": "~2.5",

‎src/Symfony/Bundle/SecurityBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/composer.json
+1-1Lines 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.5",
2020
"symfony/security": "~2.6",
2121
"symfony/http-kernel": "~2.2"
2222
},

‎src/Symfony/Bundle/TwigBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/composer.json
+1-1Lines 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.5",
2020
"symfony/twig-bridge": "~2.5",
2121
"symfony/http-foundation": "~2.5",
2222
"symfony/http-kernel": "~2.1"

‎src/Symfony/Bundle/WebProfilerBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/composer.json
+1-1Lines 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.5",
2020
"symfony/http-kernel": "~2.3",
2121
"symfony/routing": "~2.2",
2222
"symfony/twig-bridge": "~2.2"

‎src/Symfony/Component/BrowserKit/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/BrowserKit/composer.json
+1-1Lines 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.5",
2020
"symfony/dom-crawler": "~2.0"
2121
},
2222
"require-dev": {

‎src/Symfony/Component/ClassLoader/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/ClassLoader/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"minimum-stability": "dev",
1919
"require": {
20-
"php": ">=5.3.3"
20+
"php": ">=5.5"
2121
},
2222
"require-dev": {
2323
"symfony/finder": "~2.0"

‎src/Symfony/Component/Config/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/composer.json
+1-1Lines 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.5",
2020
"symfony/filesystem": "~2.3"
2121
},
2222
"autoload": {

‎src/Symfony/Component/Console/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/composer.json
+1-1Lines 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.5"
2020
},
2121
"require-dev": {
2222
"symfony/event-dispatcher": "~2.1",

‎src/Symfony/Component/CssSelector/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=5.3.3"
23+
"php": ">=5.5"
2424
},
2525
"autoload": {
2626
"psr-0": { "Symfony\\Component\\CssSelector\\": "" }

‎src/Symfony/Component/Debug/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/composer.json
+1-1Lines 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.5",
2020
"psr/log": "~1.0"
2121
},
2222
"require-dev": {

‎src/Symfony/Component/DependencyInjection/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/composer.json
+1-1Lines 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.5"
2020
},
2121
"require-dev": {
2222
"symfony/yaml": "~2.0",

‎src/Symfony/Component/DomCrawler/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/composer.json
+1-1Lines 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.5"
2020
},
2121
"require-dev": {
2222
"symfony/css-selector": "~2.0"

‎src/Symfony/Component/EventDispatcher/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/composer.json
+1-1Lines 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.5"
2020
},
2121
"require-dev": {
2222
"symfony/dependency-injection": "~2.6",

‎src/Symfony/Component/ExpressionLanguage/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/ExpressionLanguage/composer.json
+1-1Lines 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.5"
2020
},
2121
"autoload": {
2222
"psr-0": { "Symfony\\Component\\ExpressionLanguage\\": "" }

‎src/Symfony/Component/Filesystem/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Filesystem/composer.json
+1-1Lines 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.5"
2020
},
2121
"autoload": {
2222
"psr-0": { "Symfony\\Component\\Filesystem\\": "" }

‎src/Symfony/Component/Finder/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Finder/composer.json
+1-1Lines 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.5"
2020
},
2121
"autoload": {
2222
"psr-0": { "Symfony\\Component\\Finder\\": "" }

‎src/Symfony/Component/Form/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/composer.json
+1-1Lines 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.5",
2020
"symfony/event-dispatcher": "~2.1",
2121
"symfony/intl": "~2.3",
2222
"symfony/options-resolver": "~2.1",

‎src/Symfony/Component/HttpFoundation/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/composer.json
+1-1Lines 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.5"
2020
},
2121
"require-dev": {
2222
"symfony/expression-language": "~2.4"

‎src/Symfony/Component/HttpKernel/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/composer.json
+1-1Lines 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.5",
2020
"symfony/event-dispatcher": "~2.5",
2121
"symfony/http-foundation": "~2.5",
2222
"symfony/debug": "~2.6",

‎src/Symfony/Component/Intl/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Intl/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": ">=5.3.3"
27+
"php": ">=5.5"
2828
},
2929
"require-dev": {
3030
"symfony/filesystem": ">=2.1"

‎src/Symfony/Component/Locale/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Locale/composer.json
+1-1Lines 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.5",
2020
"symfony/intl": ">=2.3"
2121
},
2222
"autoload": {

‎src/Symfony/Component/OptionsResolver/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/OptionsResolver/composer.json
+1-1Lines 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.5"
2020
},
2121
"autoload": {
2222
"psr-0": { "Symfony\\Component\\OptionsResolver\\": "" }

‎src/Symfony/Component/Process/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/composer.json
+1-1Lines 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.5"
2020
},
2121
"autoload": {
2222
"psr-0": { "Symfony\\Component\\Process\\": "" }

‎src/Symfony/Component/PropertyAccess/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/composer.json
+1-1Lines 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.5"
2020
},
2121
"autoload": {
2222
"psr-0": { "Symfony\\Component\\PropertyAccess\\": "" }

‎src/Symfony/Component/Routing/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/composer.json
+1-1Lines 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.5"
2020
},
2121
"require-dev": {
2222
"symfony/config": "~2.2",

‎src/Symfony/Component/Security/Acl/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Acl/composer.json
+1-1Lines 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.5",
2020
"symfony/security-core": "~2.4"
2121
},
2222
"require-dev": {

‎src/Symfony/Component/Security/Core/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/composer.json
+1-1Lines 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.5"
2020
},
2121
"require-dev": {
2222
"symfony/event-dispatcher": "~2.1",

‎src/Symfony/Component/Security/Csrf/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Csrf/composer.json
+1-1Lines 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.5",
2020
"symfony/security-core": "~2.4"
2121
},
2222
"require-dev": {

‎src/Symfony/Component/Security/Http/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/composer.json
+1-1Lines 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.5",
2020
"symfony/security-core": "~2.4",
2121
"symfony/event-dispatcher": "~2.1",
2222
"symfony/http-foundation": "~2.4",

‎src/Symfony/Component/Security/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/composer.json
+1-1Lines 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.5",
2020
"symfony/event-dispatcher": "~2.1",
2121
"symfony/http-foundation": "~2.1",
2222
"symfony/http-kernel": "~2.4"

‎src/Symfony/Component/Serializer/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/composer.json
+1-1Lines 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.5"
2020
},
2121
"autoload": {
2222
"psr-0": { "Symfony\\Component\\Serializer\\": "" }

‎src/Symfony/Component/Stopwatch/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Stopwatch/composer.json
+1-1Lines 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.5"
2020
},
2121
"autoload": {
2222
"psr-0": { "Symfony\\Component\\Stopwatch\\": "" }

‎src/Symfony/Component/Templating/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Templating/composer.json
+1-1Lines 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.5"
2020
},
2121
"require-dev": {
2222
"psr/log": "~1.0"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.