8000 Update required PHP to 5.5.0 · symfony/symfony@15ab0ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 15ab0ff

Browse files
Update required PHP to 5.5.0
1 parent 7adb842 commit 15ab0ff

File tree

46 files changed

+49
-53
lines changed
  • Debug
  • DependencyInjection
  • DomCrawler
  • EventDispatcher
  • ExpressionLanguage
  • Filesystem
  • Finder
  • Form
  • HttpKernel
  • Intl
  • Locale
  • OptionsResolver
  • Process
  • PropertyAccess
  • Routing
  • Security
  • Serializer
  • Stopwatch
  • Templating
  • Translation
  • Validator
  • VarDumper
  • Yaml
  • Some content is hidden

    Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

    46 files changed

    +49
    -53
    lines changed

    .travis.yml

    Lines changed: 0 additions & 4 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
    @@ -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

    Lines changed: 5 additions & 5 deletions
    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"
    @@ -30,14 +30,14 @@
    3030
    "symfony/dependency-injection": "self.version",
    3131
    "symfony/debug": "self.version",
    3232
    "symfony/debug-bundle": "self.version",
    33-
    "symfony/doctrine-bridge": "self.version",
    33+
    "symfony/doctrine-bridge": "2.99.99",
    3434
    "symfony/dom-crawler": "self.version",
    3535
    "symfony/event-dispatcher": "self.version",
    3636
    "symfony/expression-language": "self.version",
    3737
    "symfony/filesystem": "self.version",
    3838
    "symfony/finder": "self.version",
    3939
    "symfony/form": "self.version",
    40-
    "symfony/framework-bundle": "self.version",
    40+
    "symfony/framework-bundle": "2.99.99",
    4141
    "symfony/http-foundation": "self.version",
    4242
    "symfony/http-kernel": "self.version",
    4343
    "symfony/intl": "self.version",
    @@ -62,10 +62,10 @@
    6262
    "symfony/translation": "self.version",
    6363
    "symfony/twig-bridge": "self.version",
    6464
    "symfony/twig-bundle": "self.version",
    65-
    "symfony/validator": "self.version",
    65+
    "symfony/validator": "2.99.99",
    6666
    "symfony/var-dumper": "self.version",
    6767
    "symfony/web-profiler-bundle": "self.version",
    68-
    "symfony/yaml": "self.version"
    68+
    "symfony/yaml": "2.99.99"
    6969
    },
    7070
    "require-dev": {
    7171
    "doctrine/data-fixtures": "1.0.*",

    src/Symfony/Bridge/Doctrine/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.5",
    2020
    "doctrine/common": "~2.2"
    2121
    },
    2222
    "require-dev": {

    src/Symfony/Bridge/Monolog/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.5",
    2020
    "monolog/monolog": "~1.11"
    2121
    },
    2222
    "require-dev": {

    src/Symfony/Bridge/Propel1/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.5",
    2020
    "symfony/http-foundation": "~2.0",
    2121
    "symfony/http-kernel": "~2.0",
    2222
    "symfony/form": "~2.2",

    src/Symfony/Bridge/ProxyManager/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.5",
    2020
    "symfony/dependency-injection": "~2.3",
    2121
    "ocramius/proxy-manager": ">=0.3.1,<0.6-dev"
    2222
    },

    src/Symfony/Bridge/Swiftmailer/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.5",
    2020
    "swiftmailer/swiftmailer": ">=4.2.0,<6.0-dev"
    2121
    },
    2222
    "suggest": {

    src/Symfony/Bridge/Twig/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.5",
    2020
    "symfony/security-csrf": "~2.4",
    2121
    "twig/twig": "~1.12"
    2222
    },

    src/Symfony/Bundle/DebugBundle/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.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

    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.5",
    2020
    "symfony/dependency-injection" : "~2.2",
    2121
    "symfony/config" : "~2.4",
    2222
    "symfony/event-dispatcher": "~2.5",

    src/Symfony/Bundle/SecurityBundle/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.5",
    2020
    "symfony/security": "~2.6",
    2121
    "symfony/http-kernel": "~2.2"
    2222
    },

    src/Symfony/Bundle/TwigBundle/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.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

    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.5",
    2020
    "symfony/http-kernel": "~2.3",
    2121
    "symfony/routing": "~2.2",
    2222
    "symfony/twig-bridge": "~2.2"

    src/Symfony/Component/BrowserKit/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.5",
    2020
    "symfony/dom-crawler": "~2.0"
    2121
    },
    2222
    "require-dev": {

    src/Symfony/Component/ClassLoader/composer.json

    Lines 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

    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.5",
    2020
    "symfony/filesystem": "~2.3"
    2121
    },
    2222
    "autoload": {

    src/Symfony/Component/Console/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.5"
    2020
    },
    2121
    "require-dev": {
    2222
    "symfony/event-dispatcher": "~2.1",

    src/Symfony/Component/CssSelector/composer.json

    Lines 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

    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.5",
    2020
    "psr/log": "~1.0"
    2121
    },
    2222
    "require-dev": {< F438 /div>

    src/Symfony/Component/DependencyInjection/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.5"
    2020
    },
    2121
    "require-dev": {
    2222
    "symfony/yaml": "~2.0",

    src/Symfony/Component/DomCrawler/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.5"
    2020
    },
    2121
    "require-dev": {
    2222
    "symfony/css-selector": "~2.0"

    src/Symfony/Component/EventDispatcher/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.5"
    2020
    },
    2121
    "require-dev": {
    2222
    "symfony/dependency-injection": "~2.6",

    src/Symfony/Component/ExpressionLanguage/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.5"
    2020
    },
    2121
    "autoload": {
    2222
    "psr-0": { "Symfony\\Component\\ExpressionLanguage\\": "" }

    src/Symfony/Component/Filesystem/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.5"
    2020
    },
    2121
    "autoload": {
    2222
    "psr-0": { "Symfony\\Component\\Filesystem\\": "" }

    src/Symfony/Component/Finder/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.5"
    2020
    },
    2121
    "autoload": {
    2222
    "psr-0": { "Symfony\\Component\\Finder\\": "" }

    src/Symfony/Component/Form/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.5",
    2020
    "symfony/event-dispatcher": "~2.1",
    2121
    "symfony/intl": "~2.3",
    2222
    "symfony/options-resolver": "~2.1",

    src/Symfony/Component/HttpFoundation/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.5"
    2020
    },
    2121
    "require-dev": {
    2222
    "symfony/expression-language": "~2.4"

    src/Symfony/Component/HttpKernel/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.5",
    2020
    "symfony/event-dispatcher": "~2.5",
    2121
    "symfony/http-foundation": "~2.5",
    2222
    "symfony/debug": "~2.6",

    src/Symfony/Component/Intl/composer.json

    Lines 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

    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.5",
    2020
    "symfony/intl": ">=2.3"
    2121
    },
    2222
    "autoload": {

    src/Symfony/Component/OptionsResolver/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.5"
    2020
    },
    2121
    "autoload": {
    2222
    "psr-0": { "Symfony\\Component\\OptionsResolver\\": "" }

    src/Symfony/Component/Process/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.5"
    2020
    },
    2121
    "autoload": {
    2222
    "psr-0": { "Symfony\\Component\\Process\\": "" }

    src/Symfony/Component/PropertyAccess/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.5"
    2020
    },
    2121
    "autoload": {
    2222
    "psr-0": { "Symfony\\Component\\PropertyAccess\\": "" }

    src/Symfony/Component/Routing/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.5"
    2020
    },
    2121
    "require-dev": {
    2222
    "symfony/config": "~2.2",

    src/Symfony/Component/Security/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.5",
    2020
    "symfony/security-core": "~2.4"
    2121
    },
    2222
    "require-dev": {

    src/Symfony/Component/Security/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.5"
    2020
    },
    2121
    "require-dev": {
    2222
    "symfony/event-dispatcher": "~2.1",

    src/Symfony/Component/Security/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.5",
    2020
    "symfony/security-core": "~2.4"
    2121
    },
    2222
    "require-dev": {

    src/Symfony/Component/Security/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.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

    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.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

    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.5"
    2020
    },
    2121
    "autoload": {
    2222
    "psr-0": { "Symfony\\Component\\Serializer\\": "" }

    0 commit comments

    Comments
     (0)
    0