Tristan Darricau
5cdbef860d
[ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexer
...
PHPBB3-13616
2016-04-03 16:22:07 +02:00
Marc Alexander
83b56f7855
[ticket/14495] Specify correct version numbers in 3.2.x
...
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
2016-04-02 10:06:59 +02:00
Tristan Darricau
294f926bfc
[ticket/14495] Updates the version to 3.3.0-a1-dev
...
PHPBB3-14495
2016-02-24 22:25:41 +01:00
Tristan Darricau
58359b1587
[ticket/14457] Replaces unique_id implementation by random_bytes()
...
PHPBB3-14457
2016-02-18 17:30:31 +01:00
Marc Alexander
d330ef8c1b
[ticket/14478] Move facebook/webdriver dependency to main composer file
...
Also updated to latest version and now using proper version in
composer.json.
PHPBB3-14478
2016-02-14 16:24:00 +01:00
Marc Alexander
5ee559d524
[ticket/14448] Update composer.json and lock file for guzzlehttp
...
PHPBB3-14448
2016-02-03 11:30:44 +01:00
Scott Dutton
cec63974c3
[ticket/14431] Remote avatar uploading
...
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
2016-02-03 11:24:47 +01:00
Marc Alexander
e4f562bdba
[ticket/14442] Use Goutte 2.0 instead of outdated 1.0
...
PHPBB3-14442
2016-02-01 15:25:31 +01:00
Tristan Darricau
e8a4526f4a
[ticket/14382] Specify the branch-alias in the composer.json files
...
PHPBB3-14382
2016-01-09 15:42:42 +01:00
Oliver Schramm
529880f911
[ticket/14250] Added symfony/debug as requirement
...
PHPBB3-14250
2016-01-06 16:06:27 +01:00
Oliver Schramm
e45ba44754
[ticket/14250] Update symfony dev-requirements to stable
...
PHPBB3-14250
2016-01-05 19:12:18 +01:00
Oliver Schramm
d90509bb31
[ticket/14250] Replace abandoned guzzle packages
...
PHPBB3-14250
2016-01-04 03:55:18 +01:00
Oliver Schramm
b9acf83653
[ticket/14250] Track version numbers instead of commit id
...
PHPBB3-14250
2016-01-04 03:47:38 +01:00
Oliver Schramm
0e94693089
[ticket/14250] Fix composer.json
...
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
2016-01-04 03:44:33 +01:00
Oliver Schramm
e738dad729
[ticket/14250] Review/bump dependencies
...
PHPBB3-14250
2016-01-04 03:33:42 +01:00
Marc Alexander
1dba763e09
Merge branch 'ticket/14339' into ticket/14339-master
...
Conflicts:
phpBB/composer.json
phpBB/docs/INSTALL.html
phpBB/docs/README.html
2015-12-07 21:33:59 +01:00
MichaelC
d9b107d2a3
[ticket/14341] Update dependencies to Symfony 2.8 stable
...
PHPBB3-14341
2015-12-06 16:21:14 +01:00
Marc Alexander
e8247faacc
[ticket/14339] Properly state PHP version support
...
PHPBB3-14339
2015-12-05 13:54:39 +01:00
Cesar G
90038e32cd
[ticket/13789] Upgrade reCaptcha plugin to 2.0 API.
...
PHPBB3-13789
2015-10-14 19:05:27 -07:00
Tristan Darricau
f3dc2a801d
[ticket/14205] Bump PHP requirement to PHP 5.4
...
PHPBB3-14205
2015-10-04 16:19:48 +02:00
Marc Alexander
b2957b9d65
[ticket/13904] Add bantu/ini-get-wrapper to composer.json
...
PHPBB3-13904
2015-09-09 08:28:49 +02:00
Marc Alexander
58286171f1
[ticket/14150] Update fast-image-size to newest version
...
PHPBB3-14150
2015-09-08 12:59:55 +02:00
Tristan Darricau
a24f9a7ad7
[ticket/14099] Update twig/twig to 1.20.0
...
PHPBB3-14099
2015-08-14 15:52:24 +02:00
Nils Adermann
f958d05aed
Merge branch '3.1.x'
...
* 3.1.x:
[ticket/13790] Update phpcs
Conflicts:
phpBB/composer.json
phpBB/composer.lock
2015-05-30 10:58:40 +02:00
Tristan Darricau
a462f14aa3
[ticket/13790] Update phpcs
...
PHPBB3-13790
2015-05-19 22:19:18 +02:00
MateBartus
179a470022
[ticket/13762] Moving language related functionality into a separate class
...
PHPBB3-13762
2015-05-02 13:37:12 +02:00
Marc Alexander
3fc7a352ff
[ticket/8672] Add fast-image-size library to composer.json
...
PHPBB3-8672
2015-04-24 13:33:13 +02:00
Tristan Darricau
9939ced81f
[ticket/13768] Update to symfony 2.8.*@dev
...
PHPBB3-13768
2015-04-19 17:33:06 +02:00
Tristan Darricau
f077b72d0d
Merge pull request #3487 from MateBartus/ticket/13697
...
[ticket/13697] Moving filesystem related functions to filesystem service
2015-04-16 20:44:02 +02:00
MateBartus
4bdef6fd21
[ticket/13697] Moving filesystem related functions to filesystem service
...
* Moving filesystem service to \phpbb\filesystem namespace
* Wraping Symfony's Filesystem component
* Moving filesystem related functions from includes/functions.php
into \phpbb\filesystem\filesystem
Functions moved (and deprecated):
- phpbb_chmod
- phpbb_is_writable
- phpbb_is_absolute
- phpbb_own_realpath
- phpbb_realpath
* Adding interface for filesystem service
PHPBB3-13697
2015-04-16 13:24:10 +02:00
JoshyPHP
cfbf02bcba
[ticket/11768] Re-added the code that got lost in rebase
...
PHPBB3-11768
2015-04-02 19:16:01 +02:00
Nicofuma
b8939da242
[ticket/13407] Bump minimal version to php 5.3.9
...
PHPBB3-13407
2015-02-04 17:40:18 +01:00
Nicofuma
9e104b0915
[ticket/13407] Update Symfony to 2.7.*@dev
...
PHPBB3-13407
2015-02-04 17:40:06 +01:00
Tristan Darricau
e1f983d3cf
[ticket/13139] Update Twig to 1.16.2
...
PHPBB3-13139
2015-02-03 13:34:53 +01:00
Tristan Darricau
f81d8c53fc
[ticket/13063] Adds Twig routing extension
...
PHPBB3-13063
2014-11-20 16:09:44 +01:00
Nicolas Grekas
5a7caf6508
[feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallback
2014-11-08 11:36:13 +01:00
Tristan Darricau
03a1c7ed2e
[ticket/13130] Updates dependencies to Symfony 2.5
...
PHPBB3-13130
2014-10-04 21:16:12 +02:00
Andreas Fischer
a3c63f6c03
[ticket/13032] Also update symfony/css-selector and pin it down.
...
PHPBB3-13032
2014-09-03 21:47:41 +02:00
Dhruv
dd8adb5d6e
[ticket/11528] Revert Mink changes
...
PHPBB3-11528
2014-08-09 17:18:33 +02:00
Nils Adermann
9f3e678117
[ticket/12920] Fix sh syntax error in post-update-cmd script
...
PHPBB3-12920
2014-08-07 15:40:57 +02:00
Nils Adermann
9e282b8d4d
[ticket/12920] Remove incorrect @ from self.version reference in composer.json
...
PHPBB3-12920
2014-08-07 15:38:04 +02:00
Nils Adermann
e0b7a3e9ff
[ticket/12920] Output warning message about vendor cleaning target
...
PHPBB3-12920
2014-08-07 15:37:13 +02:00
Nils Adermann
c863136a69
[ticket/12920] Turn phpBB composer.json into publishable full version
...
PHPBB3-12920
2014-08-07 15:26:02 +02:00
Dhruv
b4e8e9e29f
[ticket/12788] Force 2.3.* on symfony dependencies
...
PHPBB3-12788
2014-07-03 20:50:06 +05:30
Dhruv
0ebf6011b7
[ticket/11528] Add behat/mink and mink-goutte-driver as dependency
...
PHPBB3-11528
2014-06-23 01:26:02 +05:30
Andreas Fischer
9cea96ad4e
Merge branch 'task/sami' into task/sami-ascraeus
...
* task/sami:
[task/sami] Replace phpdoctor with sami.
[task/sami] Add sami/sami as a composer development dependency.
Conflicts:
phpBB/composer.json
phpBB/composer.lock
2014-05-16 18:13:45 +02:00
Andreas Fischer
b32f91b9c6
[task/sami] Add sami/sami as a composer development dependency.
...
PHPBB3-12495
2014-05-16 17:55:41 +02:00
Andreas Fischer
0cee35aeef
Merge branch 'ticket/12429' into ticket/12429-develop
...
* ticket/12429:
[ticket/12429] Update PHPUnit to 4.1, update DBUnit to 1.3.
Conflicts:
phpBB/composer.json
phpBB/composer.lock
2014-05-02 20:28:58 +02:00
Andreas Fischer
30dc3afb69
[ticket/12429] Update PHPUnit to 4.1, update DBUnit to 1.3.
...
PHPBB3-12429
2014-05-02 20:19:10 +02:00
Andreas Fischer
ca5438d8fe
[ticket/12423] Increase Composer minimum-stability to stable.
...
PHPBB3-12423
2014-04-20 16:45:34 +02:00