Commit 5e4518f
authored
Update symfony template (#6)
* squashed commit updating template
* Update Symfony recipes and add .env.dev file
The Symfony recipe version was updated from 1.0 to 2.4. Additionally, the .env.dev file has been added to the recipe configuration, introducing a new environment-specific configuration file. This enhances flexibility for development setups.
* Update Symfony lock file and remove CSRF protection config
Updated the Symfony lock file to reference a new commit hash, ensuring up-to-date dependencies. Removed the `csrf_protection` configuration from `framework.yaml`, likely aligning with updated framework defaults or project requirements.
* Update Symfony recipes reference in symfony.lock
Updated the reference for Symfony recipes to a new commit hash. This ensures the latest configuration and improvements are applied. No functional changes to the application behavior are expected.
* Update Symfony recipes reference in symfony.lock
Updated the reference for Symfony recipes to a new commit hash. This ensures the latest configuration and improvements are applied. No functional changes to the application behavior are expected.
* Update Babel dependencies to latest versions
This commit updates various Babel-related dependencies in the `package-lock.json` file to their newest versions. These updates include performance, compatibility, and feature improvements, ensuring better support for the latest JavaScript standards. Additionally, unused dependencies like `@aashutoshrathi/word-wrap` have been removed to optimize the package footprint.1 parent 37b11d4 commit 5e4518f
File tree
12 files changed
+4124
-3562
lines changed- .github/workflows
- config/packages
- docs/symfony-docker
- frankenphp
- conf.d
12 files changed
+4124
-3562
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
52 | 51 | | |
53 | 52 | | |
54 | | - | |
| 53 | + | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
| 56 | + | |
58 | 57 | | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments