Skip to content

Commit

Permalink
Merge pull request #32 from dcorroyer/mt-47-refacto-backend
Browse files Browse the repository at this point in the history
Mt 47 refacto backend
  • Loading branch information
dcorroyer authored Dec 21, 2024
2 parents fcba0da + 97a42f1 commit 2ec7a32
Show file tree
Hide file tree
Showing 153 changed files with 2,214 additions and 2,069 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
3 changes: 2 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
/public/build/
###< pentatrion/vite-bundle ###

.pnpm-store
.pnpm-store
.DS_Store
5 changes: 3 additions & 2 deletions app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
"php": ">=8.3",
"ext-ctype": "*",
"ext-iconv": "*",
"dcorroyer/my-rest-bundle": "dev-dev",
"doctrine/dbal": "^3",
"doctrine/doctrine-bundle": "^2.12",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^3.2",
"ergebnis/phpunit-slow-test-detector": "^2.15",
"knplabs/knp-paginator-bundle": "^6.6",
"lexik/jwt-authentication-bundle": "^3.0",
"loophp/collection": "^7.6",
"nelmio/api-doc-bundle": "^4.33",
"nelmio/cors-bundle": "^2.4",
"nesbot/carbon": "^3.7",
"pentatrion/vite-bundle": "^6.4",
Expand Down Expand Up @@ -48,7 +49,7 @@
"symfony/phpunit-bridge": "^7.1",
"symfony/stopwatch": "~7.1.0",
"symfony/web-profiler-bundle": "~7.1.0",
"zenstruck/foundry": "^2.0"
"zenstruck/foundry": "^2.3"
},
"replace": {
"symfony/polyfill-ctype": "*",
Expand Down
Loading

0 comments on commit 2ec7a32

Please sign in to comment.