John Stevenson
c3b76a8532
Upgrade to xdebug-handler 2 ( #9832 )
...
This adds support for Xdebug3 modes and changes the default behaviour
from always restarting if Xdebug is loaded, to only restarting if Xdebug
is active.
Xdebug is considered active if it is loaded, and for Xdebug3, if it is
running in a mode other than `xdebug.mode=off`.
2021-04-13 09:59:06 +02:00
Jordi Boggiano
a4eb2d4096
Merge branch '2.0'
2021-04-07 15:58:25 +02:00
Jordi Boggiano
ddc3693725
Switch to composer/metadata-minifier, fixes #9727
2021-04-07 15:56:34 +02:00
Jordi Boggiano
1955f98937
Update target version to 2.1
2021-02-23 16:21:43 +01:00
Jordi Boggiano
f7df96f968
Allow php8 for Composer 2
2020-06-05 10:39:56 +02:00
Jordi Boggiano
d8ada9e585
Merge branch '1.10'
2020-05-27 22:09:13 +02:00
Jordi Boggiano
f7abfc9d7f
Update deps
2020-05-27 22:07:55 +02:00
Jordi Boggiano
0a3d87512d
Update deps
2020-05-27 21:57:40 +02:00
Jordi Boggiano
863e7076ba
Bump to use composer/semver 3.x
2020-05-26 19:18:34 +02:00
Graham Campbell
17fa85d7c2
Tweaked symfony versions ( #8920 )
2020-05-21 15:49:07 +02:00
Jordi Boggiano
4e1f8cf89d
Build tweaks
2020-05-20 16:20:54 +02:00
Jordi Boggiano
0a4df6c3b4
Bump PHPUnitBridge to higher release as it still supports php 5.3
2020-05-20 09:52:49 +02:00
Jordi Boggiano
7d87688032
Fix 5.3 build
2020-05-06 10:22:44 +02:00
Jordi Boggiano
73b9a3960f
Fix 5.3 build
2020-05-06 10:21:58 +02:00
Jordi Boggiano
21aeef1365
Allow php 8 tests to run, require latest semver dev
2020-05-04 14:33:58 +02:00
Jordi Boggiano
a5f86a494e
Add a conflict on latest phpunit-bridge
2020-04-30 15:19:18 +02:00
Jordi Boggiano
62cd332a57
Go back to stable composer/semver
2020-04-21 15:30:46 +02:00
Jordi Boggiano
2c8a4a1b93
Add platform-check config option to disable platform_check.php generation, and disable it for Composer
2020-04-21 15:25:35 +02:00
Ayesh Karunaratne
280f02b4bc
Update HTTP URLs to their HTTPS if they already redirect automatically
2020-04-13 06:22:02 +07:00
Jordi Boggiano
a7a975ec1c
Alias dev-master/trunk/default to 9999999-dev instead of normalizing the version to that, fixes #8323
2020-03-11 15:04:18 +01:00
Jordi Boggiano
45ecbae8f5
Merge branch 'master' into 2.0
2020-02-07 22:20:51 +01:00
Jordi Boggiano
f1a71f5599
Fix composer test cmd
2020-02-07 21:57:11 +01:00
Ion Bazan
8d3c1f4a71
downgrade PHPUnit Bridge to 3.4 (fail-fast when passthru fails)
2020-02-07 16:17:18 +08:00
Ion Bazan
a2137d5263
use Symfony PHPUnit Bridge
2020-02-07 12:22:22 +08:00
Adam Žurek
e5b13b4c8f
Added PHPStan rule that checks we don't use $this in closures.
2019-12-16 21:58:05 +01:00
Jordi Boggiano
88b051c96b
Merge branch 'master' into 2.0
...
Update deps
2019-11-23 12:27:41 +01:00
Kyle
6c9e2d0b3f
Allow Symfony 5
2019-11-16 17:46:49 +01:00
Jordi Boggiano
5b4fad9056
Update target version for master branch
2019-10-06 21:39:10 +02:00
Markus Staab
e33560a33f
Fixed 2.0 branch alias
2019-04-30 14:07:46 +02:00
Jordi Boggiano
0317199507
Merge branch 'master' into 2.0
2019-04-01 18:03:34 +02:00
Quynh Xuan Nguyen
077bbe3372
Correct description grammar
2019-03-19 11:20:21 +07:00
Jordi Boggiano
0b928b2a42
Merge branch 'master' into 2.0
2019-01-28 14:33:10 +01:00
Jordi Boggiano
ea978ee7f8
Update react/promise requirement
2019-01-18 08:46:46 +01:00
Jordi Boggiano
56805ecafe
Add HttpDownloader to wrap/replace RemoteFilesystem with a new curl multi implementation
2019-01-14 17:29:23 +01:00
Marko Kaznovac
cc4e5ec281
add compile script call to composer.json
...
expose call for compiling `composer.phar` in composer json, along with description
2019-01-10 15:00:56 +01:00
Jordi Boggiano
4301c19ce3
Update target for master
2018-12-03 10:39:36 +01:00
Jordi Boggiano
81516098e5
Update target release for master
2018-08-16 16:58:19 +02:00
Andreas Möller
e0022f69da
Enhancement: Normalize composer.json
2018-06-24 10:56:35 +02:00
Helmut Hummel
b99798068d
Use symfony/console for hidden questions
...
Fixes : #7337
2018-05-14 17:05:36 +02:00
Jordi Boggiano
03fb68009c
Merge branch '1.6'
2018-04-13 15:44:15 +02:00
Jordi Boggiano
0704cd5142
Revert symfony/console to 2.8.37
...
Workaround for issues caused by https://github.com/symfony/symfony/pull/26609
Fixes #7264
2018-04-13 15:26:34 +02:00
johnstevenson
30e9ede1e3
Update to 1.1.0 release
2018-04-11 17:19:13 +01:00
johnstevenson
ed97c2116c
Use external XdebugHandler library
2018-03-08 19:20:16 +00:00
Jordi Boggiano
8ff3a8bcc0
Merge branch '1.6'
2018-01-04 14:28:12 +01:00
Remi Collet
b0fa2bd5e2
Fix dependency on seld/jsonlint 1.4
...
As deprecated flag is used.
2018-01-04 14:26:27 +01:00
Jordi Boggiano
749b4c46b7
Bump branch alias
2018-01-04 12:22:11 +01:00
Gabriel Caruso
afc9a7643e
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
2017-11-30 13:44:43 -02:00
Gawain Lynch
3a491a9b34
Add Syfmony 4.0 component constraints
2017-11-06 12:09:17 +01:00
Jordi Boggiano
6be57475ac
Bump branch alias
2017-08-08 11:30:46 +02:00
Jordi Boggiano
79044bdf4c
Switch master target
2017-03-09 09:58:26 +01:00