Skip to content

Commit

Permalink
Merge 3efaa2e into 43495da
Browse files Browse the repository at this point in the history
  • Loading branch information
hdumazeau committed Jul 19, 2021
2 parents 43495da + 3efaa2e commit a52418e
Show file tree
Hide file tree
Showing 218 changed files with 18,557 additions and 5,605 deletions.
118 changes: 59 additions & 59 deletions .github/logo.svg
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

17 changes: 15 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,23 @@
"issues": "https://github.com/rich-id/terms-module/issues"
},
"require": {
"php": ">=7.3",
"richcongress/bundle-toolbox": "^1.0"
"php": ">=7.3|^8.0",
"doctrine/migrations": "^3.0",
"doctrine/orm": "^2.7",
"friendsofsymfony/ckeditor-bundle": "^2.3",
"psr/log": "^1.1",
"richcongress/bundle-toolbox": "*",
"sensio/framework-extra-bundle": "^5.0|^6.0",
"symfony/form": "^4.0|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/routing": "^4.0|^5.0",
"symfony/security-bundle": "^4.0|^5.0",
"symfony/translation": "^4.0|^5.0",
"symfony/twig-bundle": "^4.0|^5.0",
"symfony/validator": "^4.0|^5.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.0",
"phpunit/phpunit": "^8.5",
"richcongress/static-analysis": "^0.1",
"richcongress/test-suite": "^0.1",
Expand Down

0 comments on commit a52418e

Please sign in to comment.