Skip to content

Commit

Permalink
Symfony 6.3.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Jun 2, 2023
1 parent 7c6b6e5 commit f09142f
Show file tree
Hide file tree
Showing 44 changed files with 387 additions and 281 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###

###> symfony/asset-mapper ###
/public/assets/
###< symfony/asset-mapper ###
7 changes: 7 additions & 0 deletions assets/app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Welcome to your app's main JavaScript file!
*
* This file will be included onto the page via the importmap() Twig function,
* which should already be in your base.html.twig.
*/
console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉')
6 changes: 6 additions & 0 deletions assets/styles/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
label.required:after {
content: " *";
}
form > div > div > ul > li {
color: red;
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"php": ">=8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-pdo_sqlite": "*",
"ext-pgsql": "*",
"easycorp/easyadmin-bundle": "dev-feat/5765-mercure-integration",
"league/commonmark": "^2.3",
Expand Down
Loading

0 comments on commit f09142f

Please sign in to comment.