duvholt / TDT4237

TDT4237 Software Security Patentsy
0 stars 0 forks source link

Upgrade dependencies #26

Closed duvholt closed 8 years ago

duvholt commented 8 years ago

"slim/slim": "2.", "slim/views": "0.1.", "twig/twig": "1.16.*"

Pretty oudated.

duvholt commented 8 years ago
$ php composer.phar outdated

phpdocumentor/reflection-docblock 3.1.0   3.1.1   With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.
phpunit/php-code-coverage         2.2.4   4.0.1   Library that provides collection, processing, and rendering functionality for PHP code coverage information.
phpunit/phpunit                   4.8.27  5.6.2   The PHP Unit Testing framework.
phpunit/phpunit-mock-objects      2.3.8   3.4.0   Mock Object library for PHPUnit
sebastian/version                 1.0.6   2.0.0   Library that helps with managing the version number of Git-hosted PHP projects
slim/slim                         2.6.2   3.5.0   Slim Framework, a PHP micro framework
symfony/config                    v3.1.4  v3.1.5  Symfony Config Component
symfony/dependency-injection      v3.1.4  v3.1.5  Symfony DependencyInjection Component
symfony/filesystem                v3.1.4  v3.1.5  Symfony Filesystem Component
symfony/yaml                      v3.1.4  v3.1.5  Symfony Yaml Component
twig/twig                         v1.16.3 v1.26.1 Twig, the flexible, fast, and secure template language for PHP
duvholt commented 8 years ago

Slim made a lot of backwards incompatible changes in version 3. I don't think it's worth upgrading at the moment.