Commit Graph
2021 Commits
Author SHA1 Message Date
Nicolas Grekas 165be415e2 Update README to tell about all configurators 2025-05-26 20:31:06 +02:00
Nicolas PHILIPPEandGitHub 076dade9f9 [zenstruc/foundry] Add 2.6 config & one story as fixture (#1415) 2025-05-20 10:29:45 -04:00
Fabien PotencierandGitHub 62e545fa36 Merge pull request #1414 from kbond/editorconfig-fix
[symfony/framework-bundle] keep `.editorconfig` only in 7.3
2025-05-17 11:55:04 +02:00
Kevin Bond cbe85d6f8d [symfony/framework-bundle] keep .editorconfig only in 7.3 2025-05-16 16:53:30 -04:00
Kevin BondandGitHub 8125218382 [symfony/framework-bundle] add .editorconfig (#1413) 2025-05-16 12:44:30 +02:00
LaurentSansonandGitHub 9e0b6e77f8 [Panther] Fix: Add hadolint ignore to Panther recipe (#1369)
* fix: add hadolint ignore to panther recipe

* fix: add hadolint on right line
2025-05-07 11:28:38 +02:00
Fabien PotencierandGitHub c68ae2aded Merge pull request #1387 from smnandre/patch-4
[TwigComponent] Add alias "twig-component"
2025-05-07 08:39:03 +02:00
Fabien PotencierandGitHub 49e67a337d Merge pull request #1388 from smnandre/patch-5
[LiveComponent] Add alias "live-component"
2025-05-07 08:38:41 +02:00
Nicolas PHILIPPEandGitHub 8d703a3fb2 [zenstruck/foundry] introduce flush_once config (#1410) 2025-05-05 08:35:04 +02:00
Fabien Potencier 5de3a94747 Update versions.json 2025-05-02 14:54:42 +02:00
Fabien PotencierandGitHub 597549ef9d Use PHP rougin config files instead of XML ones (#1407) 2025-04-27 19:08:28 +02:00
Fabien PotencierandGitHub 79f2663810 Merge pull request #1408 from chalasr/oauth2-server-ignore-keys
[league/oauth2-server-bundle] Gitignore signature keypair
2025-04-27 17:54:32 +02:00
Robin Chalas 45c0d41704 [league/oauth2-server-bundle] Gitignore signature keypair 2025-04-27 17:17:54 +02:00
Fabien PotencierandGitHub 61572272a5 Merge pull request #1404 from kbond/sqlite-db-env
[doctrine/doctrine-bundle] add environment to sqlite DSN
2025-04-26 10:06:30 +02:00
Kevin Bond 388adac83f [doctrine/doctrine-bundle] add environment to sqlite DSN 2025-04-24 11:12:52 -04:00
Kevin BondandGitHub a8f19ded98 Add symfony/scheduler recipe (#1403) 2025-04-18 08:08:38 +02:00
bacda33468 [webpack-encore-bundle] Disable build notifications by default (#1353)
* Commented for config and removed dependency in package

* Update symfony/webpack-encore-bundle/2.0/webpack.config.js

Co-authored-by: Hugo Alliaume <hugo@alliau.me>

---------

Co-authored-by: Hugo Alliaume <hugo@alliau.me>
2025-04-14 09:32:32 -04:00
Wouter de JongandGitHub 2ab03d62cc Make PHPUnit 10 config more consistent with PHPUnitBridge behavior (#1402)
* Make PHPUnit 10 config more consistent with PHPUnitBridge behavior

* Set umask(1000) when debug is true

Applies https://github.com/symfony/recipes/pull/889 to the PHPUnit
recipe.
2025-04-14 11:49:29 +02:00
Robin ChalasandGitHub 8ee3177f13 Merge pull request #1397 from chalasr/oauth2-server-0.11
[league/oauth2-server-bundle] Add v0.11 recipe
2025-04-07 14:27:16 +02:00
8d486e3297 Rename routing import key to league_oauth2_server
Co-authored-by: Antonio J. García Lagar <aj@garcialagar.es>
2025-04-07 14:00:36 +02:00
Robin Chalas 6d0e6b052a [league/oauth2-server-bundle] Add v0.11 recipe 2025-04-07 00:31:55 +02:00
Fabien PotencierandGitHub 52d9acea90 Merge pull request #1393 from OskarStark/feature/ci
ci(GHA): use `actions/checkout@v4`
2025-04-02 14:15:23 +02:00
Fabien Potencier 818ed5a958 Update versions.json 2025-03-24 21:28:23 +01:00
Oskar Stark f70b5bbfad ci(GHA): use actions/checkout@v4 2025-03-22 20:30:18 +01:00
Fabien PotencierandGitHub a997d2cbdd Merge pull request #1391 from symfony/container-config-simplification
Remove configuration defaults for the container
2025-03-17 13:05:50 -07:00
Fabien PotencierandGitHub 74320a1901 Merge pull request #1390 from symfony/simplify-web-profiler-default-config
Simplify web profile default config
2025-03-16 20:50:51 -07:00
Fabien Potencier cb173cf8d3 Remove configuration defaults for the container 2025-03-16 10:10:34 -05:00
Fabien Potencier 34f5db6c82 Simplify web profile default config 2025-03-16 09:18:16 -05:00
Fabien PotencierandGitHub 09a1fb3114 Merge pull request #1386 from smnandre/patch-3
[Webpack-Encore] Remove "ux" alias
2025-03-10 23:33:29 +01:00
Simon AndréandGitHub ced1a4e7fa [LiveComponent] Add alias "live-component"
Would help DX during install of most used UX packages
2025-03-09 02:50:08 +01:00
Simon AndréandGitHub 2544a9f811 [TwigComponent] Add alias "twig-component"
Would help DX during install of most used UX packages
2025-03-09 02:48:39 +01:00
Simon AndréandGitHub d39484998a [Webpack-Encore] Remove "ux" alias
Currently if someones types "composer req ux" after a base symfony install ... he ends up with webpack encore.

Worse, the same thing happens if user installed symfony "--webapp", as they will end up with both AssetMapper and Webpack Encore installed.

Finally, and the initial reason I checked this: we will soon need the "ux" alias for the UX Bundle.

cc @Kocal 

PS: not sure if this would require a release to be effective... and hope it does not 😅
2025-03-09 02:41:29 +01:00
Alexander SchranzandGitHub 12d560b51b Add Recipe for PHPUnit 10 (#1239)
* Add Recipe for PHPUnit 10

* Reapply suggestions

* Remove bridge to Symfony 4.4 bootstrap file
2025-03-07 09:37:31 +01:00
Fabien PotencierandGitHub 03fbeb13bb Merge pull request #1384 from aivus/update-ubuntu-runner
Update "runs-on" to use ubuntu-latest instead of deprecated 20.04
2025-03-06 17:39:35 +01:00
Illia Antypenko c99f98ca93 Update "runs-on" to use ubuntu-latest instead of deprecated 20.04 2025-03-06 12:43:25 +01:00
Kevin BondandGitHub 2da3aec2f1 Add symfonycasts/tailwind-bundle recipe (#1383) 2025-03-04 18:47:52 +01:00
Fabien Potencier 93400fd71b Update versions.json 2025-03-03 07:52:14 +01:00
Sébastien LévêqueandGitHub 115dceecd3 [EasyAdmin] Add pretty admin URL routes (#1381)
* [EasyAdmin] Add pretty admin URL routes

The support for pretty admin URLs was introduced in EasyAdmin 4.14.0.

* Restore manifest.json

* Update manifest.json

* Update manifest.json
2025-02-26 11:22:01 +01:00
Fabien PotencierandGitHub e81d606d97 Merge pull request #1382 from symfony/stof-patch-1
Update the callable-qa workflow to avoid GHA deprecations
2025-02-26 10:28:58 +01:00
Christophe CoevoetandGitHub 1e407c7c92 Update the callable-qa workflow to avoid GHA deprecations 2025-02-26 10:20:02 +01:00
Fabien PotencierandGitHub ea18e7faff Merge pull request #1378 from Kocal/stimulus-bridge-v4
[WebpackEncoreBundle] Bump @symfony/stimulus-bridge to ^4.0.0
2025-02-26 10:12:26 +01:00
Hugo Alliaume d15451e738 [WebpackEncoreBundle] Bump @symfony/stimulus-bridge to ^4.0.0 2025-02-25 23:23:36 +01:00
Fabien PotencierandGitHub f4739b67f7 Merge pull request #1374 from chii0815/main
[Notifier] Add Matrix bridge
2025-02-14 13:05:48 +01:00
Fabien Potencier c4aebd0e93 Update versions.json 2025-02-14 12:39:00 +01:00
Alexander HofbauerandGitHub 2d8f656159 [stimulus-bundle] Fix broken CSRF header generation with Turbo forms (#1377) 2025-01-23 12:15:16 +01:00
Hubert LECORCHEandGitHub 452e626976 [stimulus-bundle] Export CSRF protection helpers (#1375) 2025-01-23 09:45:42 +01:00
Simon AndréandGitHub 84862d352c Dispatch event on CSRF form field value change (#1376)
This allow support / compatibility with LiveComponent when action are done between form first render and submit 

(ex: another form submit with Turbo and double header check)

See https://github.com/symfony/ux/issues/2505
2025-01-20 08:44:45 +01:00
Nicolas GrekasandGitHub a98652006b [stimulus-bundle] Match name="_csrf_token" when looking for CSRF fields (#1373) 2025-01-15 15:29:42 +01:00
1366628cef Update symfony/matrix-notifier/7.3/manifest.json
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
2025-01-09 18:23:42 +01:00
XitandGitHub 2a0f7f26cd Update manifest.json 2025-01-08 19:15:06 +01:00