Commit Graph
526 Commits
Author SHA1 Message Date
Nicolas Grekas b341fbe67c Revert "Merge pull request #721"
This reverts commit ed25f50bef, reversing
changes made to 9880918fbf.
2020-04-03 15:45:57 +02:00
Fabien Potencier 0413ca589e Comment deprecation logs 2020-04-03 09:36:31 +02:00
symfony-flex-server[bot]andGitHub ed25f50bef Merge pull request #721 2020-04-02 19:55:51 +00:00
symfony-flex-server[bot]andGitHub 9880918fbf Merge pull request #738 2020-03-29 16:24:56 +00:00
Fabien Potencier 5ea0d377f1 Remove old symlinks 2020-02-27 07:21:19 +01:00
Ryan Weaver 91ebb0fa08 removing services_test.yaml from symfony/phpunit-bridge recipe
Since Symfony 4.1, you can fetch private services from a test using
a special method - creating public aliases is not required anymore.
2020-02-24 13:08:58 -05:00
Nicolas Grekas 8da7d03c93 Use PHP to define the services and routes of the app 2020-02-24 17:24:22 +01:00
Jules Pietri 844198da6a [Security] Renamed in memory provider 2020-02-13 18:20:57 +01:00
symfony-flex-server[bot]andGitHub b364e60751 Merge pull request #736 2020-02-11 05:45:37 +00:00
symfony-flex-server[bot]andGitHub bca4badd4e Merge pull request #740 2020-02-11 05:43:44 +00:00
Jules Pietri d80a799ad7 [FrameworkBundle] Added the new RoutingConfigurator 2020-02-11 00:59:47 +01:00
Nicolas Grekas a871481ea6 Enable "cookie_samesite: lax" on 3.4 2020-02-07 10:58:48 +01:00
Oskar StarkandGitHub cbe1858486 Remove space
yamllint is complaining about it
2020-02-06 12:59:17 +01:00
Oskar StarkandGitHub 28153091b9 Remove space
yamllint is complaining about it
2020-02-06 12:58:19 +01:00
Fabien Potencier 37d61b6d54 Fix broken link 2020-01-31 17:51:50 +01:00
Nyholm 0142d02a80 [Monolog] Add buffer_size on fingers_crossed handler 2020-01-30 14:10:07 +01:00
symfony-flex-server[bot]andGitHub 3229808f4e Merge pull request #724 2020-01-30 12:05:03 +00:00
Guilliam XavierandGitHub 86714aef30 Fix TRUSTED_HOSTS regexp example 2020-01-29 17:46:04 +01:00
Guilliam XavierandGitHub f3d210946a Fix TRUSTED_HOSTS regexp example 2020-01-29 17:45:58 +01:00
Nicolas Grekas a0cb2ea41f Get rid of config/bootstrap.php for 5.1 apps 2020-01-29 16:53:59 +01:00
Guilliam XavierandGitHub 7d12a7bf9e Fix TRUSTED_HOSTS regexp example 2020-01-29 16:31:47 +01:00
Guilliam XavierandGitHub bc2ac1be8b Fix TRUSTED_HOSTS regexp example 2020-01-29 16:31:21 +01:00
Nicolas Grekas 8ca8f49826 Fix loading .env.local.php 2020-01-25 11:21:29 +01:00
Nicolas Grekas 4912cc6f87 Some cleanups 2020-01-23 11:42:12 +01:00
Christian Flothmann c0aa165e43 fix PHP syntax error 2020-01-11 10:26:23 +01:00
symfony-flex-server[bot]andGitHub 602a78bd4e Merge pull request #698 2020-01-10 07:58:46 +00:00
symfony-flex-server[bot]andGitHub 3f91d6dbe2 Merge pull request #683 2020-01-10 07:52:36 +00:00
symfony-flex-server[bot]andGitHub a4cb97d0c0 Merge pull request #714 2020-01-10 07:46:24 +00:00
thewalkingcoderandGitHub 1d3ba22b75 Fix error synthax in bootstrap.php
PR to fix #35293
2020-01-10 08:00:49 +01:00
Nicolas Grekas 321ef8390c Allow missing APP_ENV in .env.local.php 2020-01-06 20:17:28 +01:00
Oleg Voronkovich a03235ded6 Fix broken link in .env file 2020-01-01 04:26:57 +03:00
KevinandGitHub d8149875da Code coverage settings for phpunit-bridge
Same reasoning as commit a51bcbbcdc
2019-12-18 18:22:12 +01:00
Nicolas Grekas 3015f125e3 Enable inline_class_loader in debug mode 2019-12-18 12:15:32 +01:00
Nicolas Grekas 5d24d659fc Simplify the default Kernel 2019-12-17 11:15:13 +01:00
Ryan Weaver cb9d2fc495 Creating phpunit-bridge 4.2 recipe to point to 4.2 version of bootstrap.php
This also updates the 4.3 recipe to use all the stuff from 4.2
2019-12-13 14:33:55 -05:00
symfony-flex-server[bot]andGitHub fac3cdef6c Merge pull request #708 2019-12-13 18:36:33 +00:00
symfony-flex-server[bot]andGitHub 4c5c2188da Merge pull request #710 2019-12-13 18:36:07 +00:00
symfony-flex-server[bot]andGitHub 3d0d46bf33 Merge pull request #709 2019-12-13 18:36:03 +00:00
Ryan Weaver 1a886501b8 Making symfony/console 4.2 use symfony/framework 4.2's config/bootstrap.php file
This assumes that the components are upgraded at the same time, but that is
an assumption we need to make for sane versioning. This assumption is already
made (for example) in the framework-bundle 4.2 recipe, whose config/bootstrap.php
file references a DotEnv 4.2 method
2019-12-12 16:48:07 -05:00
Nicolas Grekas 1a4241eda7 Dont inline_class_loader on PHP 7.4 2019-12-11 11:45:05 +01:00
Nicolas Grekas e32a75b3cd Dont create config/secrets/ by default 2019-12-11 11:35:47 +01:00
Fabien Potencier 39f031b39b Remove ; 2019-12-11 09:36:04 +01:00
symfony-flex-server[bot]andGitHub be57d37840 Merge pull request #702 2019-12-08 18:58:37 +00:00
Yannick Ihmels a3e45d607e Use configureBabelPresetEnv() 2019-12-08 11:41:28 +01:00
Roland FranssenandGitHub 5b81a617eb Update monolog.yaml 2019-12-02 18:50:32 +01:00
Roland FranssenandGitHub f94f51f156 Update monolog.yaml 2019-12-02 18:47:28 +01:00
Roland FranssenandGitHub 9851993758 Update monolog.yaml 2019-12-02 18:46:28 +01:00
Roland FranssenandGitHub adb0480079 Update monolog.yaml 2019-12-02 18:28:48 +01:00
Valentin Udaltsov 95e75e5e42 Use MicroKernel::configureRouting(Configurator) in FrameworkBundle >= 5.1 2019-11-25 13:06:38 +03:00
Yonel Ceruto 074ef26b48 Simplify Twig config for 5.0 recipe 2019-11-21 08:55:26 -05:00