Commit Graph
513 Commits
Author SHA1 Message Date
Jules Pietri d80a799ad7 [FrameworkBundle] Added the new RoutingConfigurator 2020-02-11 00:59:47 +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
Yonel Ceruto a223fa8a2e remove Twig config symlink 2019-11-21 08:51:10 -05:00
Yonel Ceruto ec6087a441 Restoring Twig config directory for 5.0 recipe 2019-11-21 08:30:07 -05:00
symfony-flex-server[bot]andGitHub b451acb08e Merge pull request #684 2019-11-20 13:07:21 +00:00
Fabien Potencier 895ce06f37 Move the mail and mailer aliases to symfony/mailer instead of swiftmailer 2019-11-20 13:36:30 +01:00
Antoine MakdessiandGitHub 5fe4ccf3b1 Update app.js 2019-11-19 14:39:45 +01:00
Ryan Weaver 24acb634ea Clarifying the purpose of the "app" cache 2019-11-18 18:31:53 +01:00
symfony-flex-server[bot]andGitHub def2f07cca Merge pull request #663 2019-11-17 13:54:24 +00:00
symfony-flex-server[bot]andGitHub 7ed4104934 Merge pull request #677 2019-11-17 11:57:44 +00:00
symfony-flex-server[bot]andGitHub bc7ddc2597 Merge pull request #678 2019-11-17 11:42:04 +00:00
symfony-flex-server[bot]andGitHub c6acb6de1f Merge pull request #647 2019-11-17 10:45:51 +00:00
Nicolas Grekas aedd86b70d Dont look recursively into per-env folders 2019-11-17 11:29:30 +01:00
symfony-flex-server[bot]andGitHub 0196254201 Merge pull request #654 2019-11-15 17:26:21 +00:00
symfony-flex-server[bot]andGitHub ca659754ac Merge pull request #666 2019-11-15 16:20:44 +00:00