Skip to content

Commit

Permalink
change frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Jan 29, 2024
1 parent d431a90 commit f85dcec
Show file tree
Hide file tree
Showing 327 changed files with 16,416 additions and 164 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ phpunit.xml
.phpunit.cache
.phpcs-cache
phpstan.neon
node_modules/
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.11
3 changes: 3 additions & 0 deletions assets/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"patchlevel/event-sourcing-bundle": "3.0.0-rc3",
"symfony/asset": "^5.4.31|^6.4.0|^7.0.0",
"symfony/asset": "^7.0",
"symfony/asset-mapper": "^7.0",
"symfony/config": "^5.4.31|^6.4.0|^7.0.0",
"symfony/dependency-injection": "^5.4.33|^6.4.1|^7.0.1",
"symfony/http-kernel": "^5.4.33|^6.4.1|^7.0.1",
Expand Down
Loading

0 comments on commit f85dcec

Please sign in to comment.