aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/composer.json
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16271] Add Sami 4.x and update necessary dependenciesMarc Alexander2019-12-271-3/+5
| | | | PHPBB3-16271
* [ticket/16196] Remove paragonie/random_compatrubencm2019-10-301-1/+0
| | | | PHPBB3-16196
* Merge branch 'ticket/16112' into ticket/16112-3.3.xMarc Alexander2019-07-281-1/+1
|\
| * [ticket/16112] Update composer dependencies for 3.2.xMarc Alexander2019-07-281-1/+1
| | | | | | | | PHPBB3-16112
* | [ticket/16072] Update s9e/text-formatterJoshyPHP2019-05-311-1/+1
| | | | | | | | PHPBB3-16072
* | [ticket/16052] Update version numbers to 3.3Marc Alexander2019-05-111-1/+1
| | | | | | | | PHPBB3-16052
* | [ticket/14948] Require json extension in composer.jsonMarc Alexander2019-05-091-0/+1
| | | | | | | | PHPBB3-14948
* | [ticket/14948] Require PHP 7.1 and update dependenciesMarc Alexander2019-05-091-29/+29
| | | | | | | | PHPBB3-14948
* | [ticket/15508] Update composer dependencies to allow Twig 2.xFrançois-Xavier de Guillebon2019-05-091-1/+1
| | | | | | | | PHPBB3-15508
* | [ticket/15686] Update homesteadRubén Calvo2019-05-081-1/+1
| | | | | | | | PHPBB3-15686
* | [ticket/14972] Bump PHP requirements to 5.6. Update dependencies.rxu2019-05-081-4/+4
| | | | | | | | | | | | Also bump to PHP 7.2 compatible versions: PHPUnit to 5.7, Guzzle to 6.3. PHPBB3-14972
* | [ticket/15153] Update to newer homestead for vagrantMatt Friedman2019-05-061-1/+1
| | | | | | | | PHPBB3-15153
* | [ticket/14670] Use symfony 3.1 in master branchMarc Alexander2019-05-061-29/+28
|/ | | | | | | Removed sami as it doesn't have a version compatible with symfony 3.x. PHPBB3-14670
* [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