Skip to content

Commit

Permalink
Merge 1ca836b into 43495da
Browse files Browse the repository at this point in the history
  • Loading branch information
hdumazeau committed Jul 16, 2021
2 parents 43495da + 1ca836b commit d217367
Show file tree
Hide file tree
Showing 205 changed files with 18,160 additions and 5,604 deletions.
118 changes: 59 additions & 59 deletions .github/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@

# Static utilities
.php_cs.cache
cghooks.lock

15 changes: 14 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,22 @@
},
"require": {
"php": ">=7.3",
"richcongress/bundle-toolbox": "^1.0"
"doctrine/migrations": "^3.0",
"doctrine/orm": "^2.7",
"friendsofsymfony/ckeditor-bundle": "^2.3",
"psr/log": "^1.1",
"richcongress/bundle-toolbox": "^1.0",
"sensio/framework-extra-bundle": "^5.0",
"symfony/form": "^4.0",
"symfony/http-foundation": "^4.4",
"symfony/routing": "^4.0",
"symfony/security-bundle": "^4.0",
"symfony/translation": "^4.0",
"symfony/twig-bundle": "^4.0",
"symfony/validator": "^4.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.0",
"phpunit/phpunit": "^8.5",
"richcongress/static-analysis": "^0.1",
"richcongress/test-suite": "^0.1",
Expand Down
Loading

0 comments on commit d217367

Please sign in to comment.