aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/composer.json
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16112] Update composer dependencies for 3.2.xMarc Alexander2019-07-281-1/+1
| | | | PHPBB3-16112
* [ticket/15921] Updated dependencies to latest textformatterJoshyPHP2018-12-261-1/+1
| | | | PHPBB3-15921
* [ticket/15525] Update to valid SPDX license name GPL-2.0-onlyMatt Friedman2018-01-201-1/+1
| | | | PHPBB3-15525
* [ticket/15457] Updated s9e/text-formatter dependencyJoshyPHP2017-12-101-2/+2
| | | | PHPBB3-15457
* [ticket/15304] Update s9e/text-formatter dependencyJoshyPHP2017-08-051-1/+1
| | | | | | https://github.com/s9e/TextFormatter/releases/tag/0.11.0 PHPBB3-15304
* [ticket/15261] Fix censoring HTML tagsJoshyPHP2017-07-031-1/+1
| | | | PHPBB3-15261
* Merge branch 'ticket/15178' into ticket/15179Marc Alexander2017-05-311-1/+1
|\
| * [ticket/15178] Update dependencies for 3.1.xMarc Alexander2017-04-171-1/+1
| | | | | | | | PHPBB3-15178
| * [ticket/14382] Specify the branch-alias in the composer.json filesTristan Darricau2016-01-091-0/+5
| | | | | | | | PHPBB3-14382
* | [ticket/15016] Fixed an issue with some parentheses in smiliesJoshyPHP2017-01-151-1/+1
| | | | | | | | PHPBB3-15016
* | [ticket/14947] Updates phpunit to 4.8Tristan Darricau2016-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ composer update phpunit/phpunit --with-dependencies Dependency "symfony/yaml" is also a root requirement, but is not explicitly whitelisted. Ignoring. Loading composer repositories with package information Updating dependencies (including require-dev) - Installing sebastian/global-state (1.1.1) Loading from cache - Installing doctrine/instantiator (1.0.5) Loading from cache - Removing phpunit/phpunit-mock-objects (2.1.5) - Installing phpunit/phpunit-mock-objects (2.3.8) Loading from cache - Removing phpunit/php-file-iterator (1.3.4) - Installing phpunit/php-file-iterator (1.4.2) Loading from cache - Installing phpdocumentor/reflection-docblock (2.0.4) Downloading: 100% - Installing phpspec/prophecy (v1.6.2) Loading from cache - Removing phpunit/phpunit (4.1.6) - Installing phpunit/phpunit (4.8.31) Downloading: 100% sebastian/global-state suggests installing ext-uopz (*) phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0) phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0) Writing lock file Generating autoload files > echo 'You MUST manually modify the clean-vendor-dir target in build/build.xml when adding or upgrading dependencies.' You MUST manually modify the clean-vendor-dir target in build/build.xml when adding or upgrading dependencies. PHPBB3-14947
* | [ticket/14891] Use own proxy instantiator for open_basedir compatibilityMarc Alexander2016-12-091-1/+1
| | | | | | | | | | | | Also reverted random_compat lib to 1.4.x. PHPBB3-14891
* | [ticket/14892] Revert to twig 1.24 to have working assets againMarc Alexander2016-12-061-1/+1
| | | | | | | | | | | | | | | | | | Twig 1.25 and after introduced a way of handling both relative and absolute paths. However, it seems to handle absolute windows paths as relative paths. This breaks any assets or similar ways of including files into the main template files. PHPBB3-14892
* | [ticket/14867] Revert back to twig 1.26.* and update dependenciesMarc Alexander2016-11-161-1/+1
| | | | | | | | | | | | | | | | The revert of twig back to 1.26.* is necessary due to a breaking change in the way the Filesystem loader returns the paths to template files. PHPBB3-14867
* | [ticket/14807] Updates paragonie/random_compatTristan Darricau2016-10-091-2/+2
| | | | | | | | PHPBB3-14807
* | [ticket/14807] Updates everything elseTristan Darricau2016-10-021-20/+20
| | | | | | | | PHPBB3-14807
* | [ticket/14797] Support PHP 7.1 and clearly state support for latest versionsMarc Alexander2016-09-251-1/+1
| | | | | | | | PHPBB3-14797
* | [ticket/14735] Update composer dependencies to latest versionsMarc Alexander2016-08-051-2/+2
| | | | | | | | | | | | | | This will update Symfony to 2.8.9, fast-image-size to 1.1.1, and text-formatter to 0.6.1. PHPBB3-14735
* | [ticket/14706] Updated [list] BBCode to automatically create a list itemJoshyPHP2016-07-081-1/+1
| | | | | | | | | | | | Fixes issues with missing list items. Produces valid HTML. PHPBB3-14706
* | [ticket/14547] Use package compatible with phpBB requirementsMatt Friedman2016-04-281-1/+1
| | | | | | | | PHPBB3-14547
* | [ticket/14547] Add Vagrant to phpBBMatt Friedman2016-04-281-0/+1
| | | | | | | | PHPBB3-14547
* | [ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexerTristan Darricau2016-04-031-0/+6
| | | | | | | | PHPBB3-13616
* | [ticket/14495] Specify correct version numbers in 3.2.xMarc Alexander2016-04-021-1/+1
| | | | | | | | | | | | | | | | DO NOT apply these changes into master when merging it. This means that you'll have to checkout the latest files from upstream after merging this into master (possibly while resolving likely merge conflicts). PHPBB3-14495
* | [ticket/14495] Updates the version to 3.3.0-a1-devTristan Darricau2016-02-241-1/+1
| | | | | | | | PHPBB3-14495
* | [ticket/14457] Replaces unique_id implementation by random_bytes()Tristan Darricau2016-02-181-0/+1
| | | | | | | | PHPBB3-14457
* | [ticket/14478] Move facebook/webdriver dependency to main composer fileMarc Alexander2016-02-141-0/+1
| | | | | | | | | | | | | | Also updated to latest version and now using proper version in composer.json. PHPBB3-14478
* | [ticket/14448] Update composer.json and lock file for guzzlehttpMarc Alexander2016-02-031-1/+1
| | | | | | | | PHPBB3-14448
* | [ticket/14431] Remote avatar uploadingScott Dutton2016-02-031-0/+1
| | | | | | | | | | | | | | | | replace the 3.1 way with guzzle Adds guzzle as a dependency Removed a test as it wont wont with guzzle (as far as I know) PHPBB3-14431
* | [ticket/14442] Use Goutte 2.0 instead of outdated 1.0Marc Alexander2016-02-011-2/+1
| | | | | | | | PHPBB3-14442
* | [ticket/14382] Specify the branch-alias in the composer.json filesTristan Darricau2016-01-091-0/+5
| | | | | | | | PHPBB3-14382
* | [ticket/14250] Added symfony/debug as requirementOliver Schramm2016-01-061-0/+1
| | | | | | | | PHPBB3-14250
* | [ticket/14250] Update symfony dev-requirements to stableOliver Schramm2016-01-051-8/+4
| | | | | | | | PHPBB3-14250
* | [ticket/14250] Replace abandoned guzzle packagesOliver Schramm2016-01-041-0/+1
| | | | | | | | PHPBB3-14250
* | [ticket/14250] Track version numbers instead of commit idOliver Schramm2016-01-041-2/+2
| | | | | | | | PHPBB3-14250
* | [ticket/14250] Fix composer.jsonOliver Schramm2016-01-041-8/+13
| | | | | | | | | | | | | | Symfony dependencies that aren't required by phpBB itself but by one of its dependencies are now forced to be 2.8 LTS again. PHPBB3-14250
* | [ticket/14250] Review/bump dependenciesOliver Schramm2016-01-041-16/+11
| | | | | | | | PHPBB3-14250
* | Merge branch 'ticket/14339' into ticket/14339-masterMarc Alexander2015-12-071-1/+1
|\ \ | |/ | | | | | | | | | | Conflicts: phpBB/composer.json phpBB/docs/INSTALL.html phpBB/docs/README.html
| * [ticket/14339] Properly state PHP version supportMarc Alexander2015-12-051-1/+1
| | | | | | | | PHPBB3-14339
| * [ticket/14099] Update twig/twig to 1.20.0Tristan Darricau2015-08-141-1/+1
| | | | | | | | PHPBB3-14099
* | [ticket/14341] Update dependencies to Symfony 2.8 stableMichaelC2015-12-061-19/+19
| | | | | | | | PHPBB3-14341
* | [ticket/13789] Upgrade reCaptcha plugin to 2.0 API.Cesar G2015-10-141-0/+1
| | | | | | | | PHPBB3-13789
* | [ticket/14205] Bump PHP requirement to PHP 5.4Tristan Darricau2015-10-041-1/+1
| | | | | | | | PHPBB3-14205
* | [ticket/13904] Add bantu/ini-get-wrapper to composer.jsonMarc Alexander2015-09-091-0/+1
| | | | | | | | PHPBB3-13904
* | [ticket/14150] Update fast-image-size to newest versionMarc Alexander2015-09-081-1/+1
| | | | | | | | PHPBB3-14150
* | Merge branch '3.1.x'Nils Adermann2015-05-301-1/+1
|\ \ | |/ | | | | | | | | | | | | | | * 3.1.x: [ticket/13790] Update phpcs Conflicts: phpBB/composer.json phpBB/composer.lock
| * [ticket/13790] Update phpcsTristan Darricau2015-05-191-2/+2
| | | | | | | | PHPBB3-13790
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+1
| | | | | | | | PHPBB3-13762
* | [ticket/8672] Add fast-image-size library to composer.jsonMarc Alexander2015-04-241-0/+1
| | | | | | | | PHPBB3-8672
* | [ticket/13768] Update to symfony 2.8.*@devTristan Darricau2015-04-191-20/+20
| | | | | | | | PHPBB3-13768
* | Merge pull request #3487 from MateBartus/ticket/13697Tristan Darricau2015-04-161-1/+1
|\ \ | | | | | | | | | [ticket/13697] Moving filesystem related functions to filesystem service