diff --git a/.all-contributorsrc b/.all-contributorsrc
index 31a72fc..f77a887 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,6 +1,6 @@
{
- "projectName": "template-symfony",
- "projectOwner": "koromerzhin",
+ "projectName": "symfony",
+ "projectOwner": "hackariens",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
@@ -10,7 +10,7 @@
"commit": true,
"contributorsPerLine": 7,
"commitConvention": "gitmoji",
- "badgeTemplate": "[](#-contributors)",
+ "badgeTemplate": "",
"contributorTemplate": "\">
\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>",
"contributors": [
{
@@ -24,18 +24,13 @@
},
{
"login": "renovate-bot",
- "name": "WhiteSource Renovate",
+ "name": "Mend Renovate",
"avatar_url": "https://avatars.githubusercontent.com/u/25180681?v=4",
- "profile": "https://renovate.whitesourcesoftware.com/",
+ "profile": "https://www.mend.io/free-developer-tools/renovate/",
"contributions": [
"bug",
"code",
- "infra",
- "maintenance",
- "platform",
- "review",
- "security",
- "tool"
+ "maintenance"
]
},
{
@@ -46,12 +41,29 @@
"contributions": [
"bug",
"code",
- "infra",
- "maintenance",
- "platform",
- "review",
- "security",
- "tool"
+ "maintenance"
+ ]
+ },
+ {
+ "login": "dependabot[bot]",
+ "name": "dependabot[bot]",
+ "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
+ "profile": "https://github.com/apps/dependabot",
+ "contributions": [
+ "bug",
+ "code",
+ "maintenance"
+ ]
+ },
+ {
+ "login": "mend-bolt-for-github[bot]",
+ "name": "mend-bolt-for-github[bot]",
+ "avatar_url": "https://avatars.githubusercontent.com/in/16809?v=4",
+ "profile": "https://github.com/apps/mend-bolt-for-github",
+ "contributions": [
+ "bug",
+ "code",
+ "maintenance"
]
}
]
diff --git a/.env.example b/.env.example
new file mode 100644
index 0000000..5b1573d
--- /dev/null
+++ b/.env.example
@@ -0,0 +1,5 @@
+STACK=symfony
+FOLDERPHAR=apps
+FILESQL=database_init/01_symfony.sql
+FOLDERLAMPY=lampy
+DOCKERCOMPOSEFILES=docker-compose.yml docker-compose-lampy.yml
\ No newline at end of file
diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md
deleted file mode 100644
index 8aaf8de..0000000
--- a/.github/CODE_OF_CONDUCT.md
+++ /dev/null
@@ -1,76 +0,0 @@
-# Contributor Covenant Code of Conduct
-
-## Our Pledge
-
-In the interest of fostering an open and welcoming environment, we as
-contributors and maintainers pledge to making participation in our project and
-our community a harassment-free experience for everyone, regardless of age, body
-size, disability, ethnicity, sex characteristics, gender identity and expression,
-level of experience, education, socio-economic status, nationality, personal
-appearance, race, religion, or sexual identity and orientation.
-
-## Our Standards
-
-Examples of behavior that contributes to creating a positive environment
-include:
-
-* Using welcoming and inclusive language
-* Being respectful of differing viewpoints and experiences
-* Gracefully accepting constructive criticism
-* Focusing on what is best for the community
-* Showing empathy towards other community members
-
-Examples of unacceptable behavior by participants include:
-
-* The use of sexualized language or imagery and unwelcome sexual attention or
- advances
-* Trolling, insulting/derogatory comments, and personal or political attacks
-* Public or private harassment
-* Publishing others' private information, such as a physical or electronic
- address, without explicit permission
-* Other conduct which could reasonably be considered inappropriate in a
- professional setting
-
-## Our Responsibilities
-
-Project maintainers are responsible for clarifying the standards of acceptable
-behavior and are expected to take appropriate and fair corrective action in
-response to any instances of unacceptable behavior.
-
-Project maintainers have the right and responsibility to remove, edit, or
-reject comments, commits, code, wiki edits, issues, and other contributions
-that are not aligned to this Code of Conduct, or to ban temporarily or
-permanently any contributor for other behaviors that they deem inappropriate,
-threatening, offensive, or harmful.
-
-## Scope
-
-This Code of Conduct applies both within project spaces and in public spaces
-when an individual is representing the project or its community. Examples of
-representing a project or community include using an official project e-mail
-address, posting via an official social media account, or acting as an appointed
-representative at an online or offline event. Representation of a project may be
-further defined and clarified by project maintainers.
-
-## Enforcement
-
-Instances of abusive, harassing, or otherwise unacceptable behavior may be
-reported by contacting the project team at contact@letoullec.fr. All
-complaints will be reviewed and investigated and will result in a response that
-is deemed necessary and appropriate to the circumstances. The project team is
-obligated to maintain confidentiality with regard to the reporter of an incident.
-Further details of specific enforcement policies may be posted separately.
-
-Project maintainers who do not follow or enforce the Code of Conduct in good
-faith may face temporary or permanent repercussions as determined by other
-members of the project's leadership.
-
-## Attribution
-
-This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
-available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
-
-[homepage]: https://www.contributor-covenant.org
-
-For answers to common questions about this code of conduct, see
-https://www.contributor-covenant.org/faq
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index dd84ea7..0000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-name: Bug report
-about: Create a report to help us improve
-title: ''
-labels: ''
-assignees: ''
-
----
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
-
-**Desktop (please complete the following information):**
- - OS: [e.g. iOS]
- - Browser [e.g. chrome, safari]
- - Version [e.g. 22]
-
-**Smartphone (please complete the following information):**
- - Device: [e.g. iPhone6]
- - OS: [e.g. iOS8.1]
- - Browser [e.g. stock browser, safari]
- - Version [e.g. 22]
-
-**Additional context**
-Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md
deleted file mode 100644
index 48d5f81..0000000
--- a/.github/ISSUE_TEMPLATE/custom.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-name: Custom issue template
-about: Describe this issue template's purpose here.
-title: ''
-labels: ''
-assignees: ''
-
----
-
-
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index bbcbbe7..0000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-title: ''
-labels: ''
-assignees: ''
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 60d7ec9..42defc8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,83 +1,42 @@
-name: Continuous Integration
+name: ci
on: [push]
jobs:
tests:
- runs-on: ${{ matrix.operating-system }}
- strategy:
- fail-fast: false
- matrix:
- operating-system: [ubuntu-20.04]
- php-versions: ["7.4"]
+ runs-on: ubuntu-22.04
steps:
- name: Checkout
- uses: actions/checkout@v2
- - name: Cache npm packages
- id: npm-cache
- uses: actions/cache@v2
+ uses: actions/checkout@v3
with:
- path: node_modules
- key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- restore-keys: |
- ${{ runner.os }}-node
- - name: Install npm dependencies
- if: steps.npm-cache.outputs.cache-hit != 'true'
- run: make node_modules
- - name: Cache Composer packages
- id: composer-cache
- uses: actions/cache@v2
+ submodules: recursive
+ - name: Repository lampy
+ uses: actions/checkout@v3
with:
- path: |
- apps/bin
- apps/vendor
- key: ${{ runner.os }}-composer-${{ hashFiles('**/apps/composer.lock') }}
- restore-keys: |
- ${{ runner.os }}-composer-
- - name: 'Create folders'
- run: make folders
- - name: 'Docker swarm init'
- run: docker swarm init --default-addr-pool 10.20.0.0/16
- - name: 'Create proxy network'
- run: make docker create-network
+ submodules: recursive
+ ref: 'v2.0'
+ repository: koromerzhin/lampy
+ path: lampy
+ - name: Install npm dependencies
+ run: npm install
+ - name: 'set .env'
+ run: 'cp .env.example .env'
+ - name: 'SET BDD'
+ run: npm run bdd:mariadb
+ - name: 'Launch Lampy'
+ run: cd lampy && npm run exec
- name: 'Image pull'
- run: make docker image-pull
+ run: npm run docker:getpull-image
+ - name: 'create apps'
+ run: npm run create:apps
- name: 'Build containers'
- run: make docker deploy
- - name: 'sleep'
- run: make sleep 60
- - name: 'docker ls'
- run: make docker ls
- - name: Setup PHP, with composer and extensions
- uses: shivammathur/setup-php@v2
- with:
- php-version: ${{ matrix.php-versions }}
- extensions: mbstring, xml, ctype, iconv, intl
- coverage: xdebug
- - name: Install Composer dependencies
- if: steps.composer-cache.outputs.cache-hit != 'true'
- run: make composer dev
+ run: npm run docker:deploy
+ - name: 'Waiting'
+ run: npm run docker:waiting
- name: linter readme.md
- run: make linter readme
- - name: linter PHP Code Sniffer
- run: make linter phpcs-onlyerror
- - name: linter PHP MD
- run: make linter phpmd
- - name: linter PHPMND
- run: make linter phpmnd
- - name: Add assets
- run: make assets
- - name: Test lancement bootstrap
- run: make encore dev
- - name: Linter twig
- run: make linter twig
- - name: Linter yaml
- run: make linter yaml
- # - name: linter phpstan
- # run: make linter phpstan
- - name: 'Composer install'
- run: make composer dev
- # - name: 'BDD MIGRATE'
- # run: make bdd migrate
- # - name: 'Run the fixtures'
- # run: make bdd fixtures
- - name: Run Acceptance Tests
- run: make tests behat
\ No newline at end of file
+ run: npm run lint:markdown
+ - name: Cypress run
+ uses: cypress-io/github-action@v5
+ - name: Archive screenshots
+ uses: actions/upload-artifact@v3
+ with:
+ name: screenshot
+ path: cypress/
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 59129a2..ad0bd48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,23 +1,3 @@
-node_modules
-mariadb
-apps/bin/doctrine
-apps/bin/doctrine-dbal
-apps/bin/doctrine-migrations
-apps/bin/php-parse
-apps/bin/simple-phpunit
-apps/bin/sql-formatter
-apps/bin/var-dump-server
-apps/bin/yaml-lint
-apps/bin/phpcbf
-apps/bin/behat
-apps/bin/phpcs
-apps/bin/phpmd
-apps/bin/phpunit
-apps/bin/pdepend
-apps/bin/twigcs
-apps/bin/phpstan
-apps/bin/phpstan.phar
-apps/bin/phpmnd
-/apps/.env
-apps/twigcs.phar
-apps/phpcpd.phar
\ No newline at end of file
+/node_modules
+/apps
+.env
\ No newline at end of file
diff --git a/.whitesource b/.whitesource
new file mode 100644
index 0000000..9c7ae90
--- /dev/null
+++ b/.whitesource
@@ -0,0 +1,14 @@
+{
+ "scanSettings": {
+ "baseBranches": []
+ },
+ "checkRunSettings": {
+ "vulnerableCheckRunConclusionLevel": "failure",
+ "displayMode": "diff",
+ "useMendCheckNames": true
+ },
+ "issueSettings": {
+ "minSeverityLevel": "LOW",
+ "issueType": "DEPENDENCY"
+ }
+}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index fe821eb..0000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,130 +0,0 @@
-#### 0.0.1 (2021-03-07)
-
-##### Chores
-
-* **deps:**
- * update dependency jscpd to v3.3.25 ([8bbf0490](https://github.com/koromerzhin/template-symfony/commit/8bbf0490a1ed7cd75b2d0f1308be73109550e5bc))
- * pin dependencies ([401aef67](https://github.com/koromerzhin/template-symfony/commit/401aef670d1c0c0f2487fda3f177995ba7c1bc77))
- * update dependency pug to 3.0.1 [security] ([366ae648](https://github.com/koromerzhin/template-symfony/commit/366ae648735e61127d2c96c478a0f4441cf161e9))
- * update dependency pug-code-gen to 2.0.3 [security] ([ef79a013](https://github.com/koromerzhin/template-symfony/commit/ef79a0131e18b6059e4fee08b4b34fd00d211015))
- * update dependency ini to 1.3.6 [security] ([ee01a2b1](https://github.com/koromerzhin/template-symfony/commit/ee01a2b1525d8b934294e8601a52065285454e47))
- * update dependency node-sass to v5 ([0d737fa1](https://github.com/koromerzhin/template-symfony/commit/0d737fa122d390646bd6d33049dda802900d17e0))
- * update dependency sass-loader to v11 ([1d8d9489](https://github.com/koromerzhin/template-symfony/commit/1d8d9489cd36bbca16e5e348b1095ce58a4d447b))
- * update dependency webpack-notifier to v1.13.0 ([c3bf8efc](https://github.com/koromerzhin/template-symfony/commit/c3bf8efcd2b02f1d0ee5a9112f7da734c25870b2))
- * update redis docker tag to v6.2.0 ([fd0cfdc0](https://github.com/koromerzhin/template-symfony/commit/fd0cfdc03b2a1fae547850cbe3b19d2c3550c642))
- * update dependency all-contributors-cli to v6.20.0 ([42230001](https://github.com/koromerzhin/template-symfony/commit/422300015a6a43922b038bf7936597f4e0273a16))
- * update mariadb docker tag to v10.5.9 ([1b341829](https://github.com/koromerzhin/template-symfony/commit/1b341829c27fd796739fe0596137906e3f05f63f))
-
-##### New Features
-
-* **dependencies:**
- * add generate-changelog & jscpd ([792e7ac5](https://github.com/koromerzhin/template-symfony/commit/792e7ac56d925f1f12b50005a45027d1ee10e272))
- * delete gitmoji-changelog ([fe345e0b](https://github.com/koromerzhin/template-symfony/commit/fe345e0bc9cc651f4cddbba0639403b9675b51e8))
- * delete semantic-git-commit-cli ([34f380e5](https://github.com/koromerzhin/template-symfony/commit/34f380e58ee7c7e7f51279a3e757f12c1601fbf6))
-* **docker:**
- * first composer install in container ([1d35fa34](https://github.com/koromerzhin/template-symfony/commit/1d35fa34dad2ac38bfc7f697c15dd63109699fc5))
- * update conf ([14cb2eca](https://github.com/koromerzhin/template-symfony/commit/14cb2ecad8f0cbb546bc48bc1b03002cdea8b620))
- * add image-pull ([6178db33](https://github.com/koromerzhin/template-symfony/commit/6178db336da56e8630a8788d57eb35e60455fbc2))
- * update images ([c26468c9](https://github.com/koromerzhin/template-symfony/commit/c26468c98014eb0d8e6a1b2f56da030d8d26a061))
- * add service inspect update ([38ca207b](https://github.com/koromerzhin/template-symfony/commit/38ca207ba54317e217fc207461b5d5e29b7a16e9))
-* **makefile:** correction install ([06857455](https://github.com/koromerzhin/template-symfony/commit/068574559f09315cf87983e8573c6c6c09be220e))
-* **ci/cd:**
- * correction name steps ([34f22c67](https://github.com/koromerzhin/template-symfony/commit/34f22c67c2827b8e116e722d46390b613ca6fb88))
- * update conf ([2ec1100f](https://github.com/koromerzhin/template-symfony/commit/2ec1100f29cc18e4126c43c7de9aa0b7c8d10a7c))
-* update conf ([5b3b88b9](https://github.com/koromerzhin/template-symfony/commit/5b3b88b91b2c7e3ba0d80e6c567fd5278fefc1ce))
-
-##### Bug Fixes
-
-* **deps:**
- * update dependency webonyx/graphql-php to v14.5.1 ([c6907b72](https://github.com/koromerzhin/template-symfony/commit/c6907b7285d8b76799f225b8cfb784333d50b257))
- * update dependency doctrine/annotations to v1.12.1 ([d959655b](https://github.com/koromerzhin/template-symfony/commit/d959655b3fbc5f140dfd7c7ffe9b5d1fe0de4be0))
-* **makefile:**
- * correction command ([28afcbbd](https://github.com/koromerzhin/template-symfony/commit/28afcbbd0b5a247d3b7cb36010a345157da8ea66))
- * correction command ([7a9b2cd1](https://github.com/koromerzhin/template-symfony/commit/7a9b2cd171169e448ab09f1e308e75339747ee7a))
- * correction call ([b1aa49f1](https://github.com/koromerzhin/template-symfony/commit/b1aa49f1e2d0c7d95eed33f06afb980ddada8794))
- * correction docker ([913fb3e3](https://github.com/koromerzhin/template-symfony/commit/913fb3e3f0eb82147f532f2ac201a16d07fb11e1))
- * merge command ([2ec3a3f8](https://github.com/koromerzhin/template-symfony/commit/2ec3a3f878be5614db2c55b4371da327fd6986d8))
- * docker stack ([a5bd621e](https://github.com/koromerzhin/template-symfony/commit/a5bd621e35019b344f26a1f7f32bf81a74712f3d))
- * merge command ([7725c44f](https://github.com/koromerzhin/template-symfony/commit/7725c44f11e0634a50f637d3738964cd852d11bb))
-* **readme:**
- * delete old command ([b9472508](https://github.com/koromerzhin/template-symfony/commit/b9472508238b42084e5432b4d03dcb5246c83e89))
- * linter ([0e6e3300](https://github.com/koromerzhin/template-symfony/commit/0e6e3300e3feff3e7bfc1a050e16c3197e33d18a))
- * corrections ([9789091b](https://github.com/koromerzhin/template-symfony/commit/9789091b96c3d4696c5e69923f25c0eb7615c5a5))
-* **docker:**
- * add docker command ([6b03a5b3](https://github.com/koromerzhin/template-symfony/commit/6b03a5b30b5a64f3e966e637424c402eee9696aa))
- * add verif ([15bd8bb3](https://github.com/koromerzhin/template-symfony/commit/15bd8bb36a92b3722e3c26c143ab160177a0dcc2))
- * correction deploy ([257cb8f8](https://github.com/koromerzhin/template-symfony/commit/257cb8f85a5f5c5e8fb1d0d892590bd7313c76fc))
-* **README:** change needs ([7c97af27](https://github.com/koromerzhin/template-symfony/commit/7c97af27961a6947b52b0f787ed546b2a5072eb7))
-* **Makefile:** add verif ([0fc37e13](https://github.com/koromerzhin/template-symfony/commit/0fc37e13aad49230ba4c5ce66207f3486e2590a0))
-* **contributors:** change ([d5985b3f](https://github.com/koromerzhin/template-symfony/commit/d5985b3f01b28558c369e94b7c521d8ddeb4fbd5))
-* correction badge ([5e7b49bc](https://github.com/koromerzhin/template-symfony/commit/5e7b49bcbb50441e3d8d18a76c1ebabd861b5cab))
-* correction PHONY ([d3c0876d](https://github.com/koromerzhin/template-symfony/commit/d3c0876df1529a450f633622d6b50ca74668741e))
-* correction config ([48769f9b](https://github.com/koromerzhin/template-symfony/commit/48769f9b98186d53e971693a7d2ae16177cf76d2))
-* delete ldap & correction ci /cd ([bc87c411](https://github.com/koromerzhin/template-symfony/commit/bc87c411dc151fad852983baf67986c042c59345))
-* **url:**
- * change to symfony.traefik.me ([8cf5d0cf](https://github.com/koromerzhin/template-symfony/commit/8cf5d0cf264cd4793042ce56db48ed6dc6278069))
- * change to *-symfony.traefik.me ([76542505](https://github.com/koromerzhin/template-symfony/commit/76542505a1e43c011a91096401754eecce6c720e))
- * change to *-symfony.traefik.me ([a3f0aaae](https://github.com/koromerzhin/template-symfony/commit/a3f0aaae372a1690e0a5a90ca5e4b08572ba7769))
-* **command:** change name ([35611d88](https://github.com/koromerzhin/template-symfony/commit/35611d88ede0882450843cf24047e5dc53eb87ac))
-* **ci/cd:**
- * correction ([1f086d3b](https://github.com/koromerzhin/template-symfony/commit/1f086d3b42cfe8f913deb77fa80e4703322fc75a))
- * correction ([22a3ecd7](https://github.com/koromerzhin/template-symfony/commit/22a3ecd7396a7ba881ef93e49e6b394df1dd9a18))
- * correction ([2c024ec1](https://github.com/koromerzhin/template-symfony/commit/2c024ec1a82bf022d1031df6c4efd4a98b5c98c3))
- * correction ([ea596f04](https://github.com/koromerzhin/template-symfony/commit/ea596f04d0679a748542580ee7d6cd6b253607e1))
- * correction ([befea4ac](https://github.com/koromerzhin/template-symfony/commit/befea4ac117e02fa5b691231c4fc28729355cd79))
- * fusion workflows ([0b24d121](https://github.com/koromerzhin/template-symfony/commit/0b24d12188b41ff2ac8353b2a55c50db21327699))
-* **traefik:**
- * correction name middleware ([3cf6d58d](https://github.com/koromerzhin/template-symfony/commit/3cf6d58d28c5791f27ea2781f47a8c7b2f417eed))
- * correction name middleware ([835205a8](https://github.com/koromerzhin/template-symfony/commit/835205a82c32d215da874384ef5960657f63eeb8))
-
-##### Other Changes
-
-* Add @restyled-commits as a contributor ([75adc72c](https://github.com/koromerzhin/template-symfony/commit/75adc72c6f10105fe1b01dd689e1eca3148007fe))
-* Add @renovate-bot as a contributor ([d32d0a15](https://github.com/koromerzhin/template-symfony/commit/d32d0a15247f043f56474c1a7d2e17e0466870c8))
-* ci/cd ([48bd9045](https://github.com/koromerzhin/template-symfony/commit/48bd9045c6eb39520c0457f1a14df898dce445ce))
-* add cache ([4e6d3aac](https://github.com/koromerzhin/template-symfony/commit/4e6d3aaccac05a900bb469fca3514fade5f42629))
-* github actions 2 files ([2eea244e](https://github.com/koromerzhin/template-symfony/commit/2eea244e37a284d5c63ad742a695f24d60e002de))
-* update makefile ([ac11ada4](https://github.com/koromerzhin/template-symfony/commit/ac11ada4a874557eeb49d6edc9cb3b6bc7894867))
-* correction pull image ([ee1ebce1](https://github.com/koromerzhin/template-symfony/commit/ee1ebce15dcd33ed1e1c6b6c72b96d5e62ff338d))
-* new linter ([8dcb444f](https://github.com/koromerzhin/template-symfony/commit/8dcb444f35e5efac423cd8a5eaa4ede044db3c7b))
-* add new command ([a0fcc00d](https://github.com/koromerzhin/template-symfony/commit/a0fcc00d0715fa045c761deae51ac394414c4b96))
-* update docker image ([51fde63d](https://github.com/koromerzhin/template-symfony/commit/51fde63d833751a98e5efd3a1ea9a073e24a822f))
-* correction merge ([40a323ec](https://github.com/koromerzhin/template-symfony/commit/40a323ecde67cff4f37ab714d89bbed49e0dbea6))
-* koromerzhin/template-symfony into restyled/renovate/docker-mariadb-10.x ([bc82ea56](https://github.com/koromerzhin/template-symfony/commit/bc82ea566973ff9a6fd9936d10c00623d72a3287))
-* add sass ([e8721db7](https://github.com/koromerzhin/template-symfony/commit/e8721db7aa56b56c9082f93060f659ed1e07167c))
-* add sass ([8559fd4b](https://github.com/koromerzhin/template-symfony/commit/8559fd4b1bdb2a42d8dea600da5db1c8146a65f4))
-* koromerzhin/template-symfony into renovate/docker-mariadb-10.x ([1531b3d8](https://github.com/koromerzhin/template-symfony/commit/1531b3d8e94c40564423caec86a0c4ac3c46735c))
-* add sass ([47688d10](https://github.com/koromerzhin/template-symfony/commit/47688d10acbaad97ca7f6509b307d9d2ed1e8a86))
-* koromerzhin/template-symfony into renovate/docker-redis-6.x ([5341a78e](https://github.com/koromerzhin/template-symfony/commit/5341a78e788bce680b6c72be3a6a82486ae17b90))
-* koromerzhin/template-symfony into renovate/pin-dependencies ([388abb28](https://github.com/koromerzhin/template-symfony/commit/388abb28637be2e43ebd432b4f46dfb0831d8aac))
-* add sass ([ba95036a](https://github.com/koromerzhin/template-symfony/commit/ba95036adabe2c446e25281c1e5d6d598e85b842))
-* koromerzhin/template-symfony into renovate/pin-dependencies ([bda5c231](https://github.com/koromerzhin/template-symfony/commit/bda5c2310b0686d843b77e90b298af09fed50bcd))
-* encore ([6206e95b](https://github.com/koromerzhin/template-symfony/commit/6206e95b0753d00a3cc8c949199eb1acbe5b46b9))
-* support webpack ([b0e3798e](https://github.com/koromerzhin/template-symfony/commit/b0e3798ecb02cf7ed39bd8cedc751d42a07927c4))
-* encore ([2699fda2](https://github.com/koromerzhin/template-symfony/commit/2699fda23f4ed4fa115542c23c27184fd0acac5b))
-* koromerzhin/template-symfony into renovate/pin-dependencies ([41ec5ee2](https://github.com/koromerzhin/template-symfony/commit/41ec5ee2a2fedf76c38c46e789c52964e6b6b0ef))
-* correction ci/cd ([c4fca04f](https://github.com/koromerzhin/template-symfony/commit/c4fca04f05cfabfcb91e9e5d15f6aecc4fe01a58))
-* add new linter ([5f0808f6](https://github.com/koromerzhin/template-symfony/commit/5f0808f601f92bd9f5f97a412ac3db2ba3bba2ff))
-* hide migrations ([606c7ac6](https://github.com/koromerzhin/template-symfony/commit/606c7ac6d1b20d2a6eef779b4421f7a2bdb962c9))
-* correction ci/cd ([eadebea9](https://github.com/koromerzhin/template-symfony/commit/eadebea97fb050c6acfea9150ff62425d678501b))
-* correction ci/cd ([5257a8c9](https://github.com/koromerzhin/template-symfony/commit/5257a8c9563f7b3b9c35a20eda56239a06ff6308))
-* delete useless images ([e31d0c21](https://github.com/koromerzhin/template-symfony/commit/e31d0c212cb10106ae7553a67a9bc607b38cfa23))
-* correction ci/cd ([e93dae3b](https://github.com/koromerzhin/template-symfony/commit/e93dae3be615b31de2a5f5e5403ced3a55d47c0b))
-* fusion ci ([d4dc0ab0](https://github.com/koromerzhin/template-symfony/commit/d4dc0ab07970aa846fddd78643741a9de2460f37))
-* correction readme ([215c676d](https://github.com/koromerzhin/template-symfony/commit/215c676dbae95f10630be5a715eeb13571047298))
-* change readme ([a4dab7c0](https://github.com/koromerzhin/template-symfony/commit/a4dab7c0836916895ca89d8f083db677b5ec1874))
-* change npm install ([eeb333c2](https://github.com/koromerzhin/template-symfony/commit/eeb333c2b5b491980805600ef98d205e147e10cc))
-* change markdown linter ([c6bcbad2](https://github.com/koromerzhin/template-symfony/commit/c6bcbad2b1d011c119ef1ce7c0768099c425c7c4))
-* composer validator ([9e12a456](https://github.com/koromerzhin/template-symfony/commit/9e12a456631730a44fe805c6fbd9842be5beab5f))
-* markdown linter ([1d982228](https://github.com/koromerzhin/template-symfony/commit/1d9822285cc44bc6474db9aff00651044e1fcaa4))
-* add linter markdown ([3df5368f](https://github.com/koromerzhin/template-symfony/commit/3df5368f6fceb97338e37caff0732e6eb30bc22d))
-* Move pull image docker ([3ac82c8e](https://github.com/koromerzhin/template-symfony/commit/3ac82c8e2a90e058711aeb82701ecda4cc72d457))
-* Delete twigcs and phpcpd composer dependencies ([a5ed33cd](https://github.com/koromerzhin/template-symfony/commit/a5ed33cdc60fceadf6568bbb7ba4fdf205a433d2))
-* delete twigcs from composer ([66ffa338](https://github.com/koromerzhin/template-symfony/commit/66ffa338da23d309f1da2e70e4fad7daa89ef1e6))
-* directory assets ([bbfab4e5](https://github.com/koromerzhin/template-symfony/commit/bbfab4e56a474c17427d3e63fc00e95dc3abb7b3))
-* Add support webpack ([3893ed31](https://github.com/koromerzhin/template-symfony/commit/3893ed314296221306f7f4977d1a1b432ab0fab5))
-* delete docs ([783e62b1](https://github.com/koromerzhin/template-symfony/commit/783e62b1be7f0c02cf32c37642bf87abf60b5c7c))
-* Change namespaces ([25375458](https://github.com/koromerzhin/template-symfony/commit/25375458d0a4e0c22049e6f92b2bff7056c3cf68))
-* Delete demo ([ea16efb2](https://github.com/koromerzhin/template-symfony/commit/ea16efb240bbfe8fbf1a7a7bf6572a650d8182b2))
-* new repository ([cf0d73a4](https://github.com/koromerzhin/template-symfony/commit/cf0d73a468329c4617cbbb2e066ce71b767783af))
-
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index be3fa7a..0000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,30 +0,0 @@
-## Contributing
-
-Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
-
-Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the project's open source license.
-
-Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
-
-## Submitting a pull request
-
-0. Fork and clone the repository
-0. Configure and install the dependencies: `script/bootstrap`
-0. Make sure the tests pass on your machine: `script/cibuild`
-0. Create a new branch: `git checkout -b my-branch-name`
-0. Make your change, add tests, and make sure the tests still pass
-0. Push to your fork and submit a pull request
-0. Pat your self on the back and wait for your pull request to be reviewed and merged.
-
-Here are a few things you can do that will increase the likelihood of your pull request being accepted:
-
-- Follow standards for style and code quality
-- Write tests.
-- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
-- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
-
-## Resources
-
-- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
-- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
-- [GitHub Help](https://help.github.com)
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index cc7970f..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2020 Le TOULLEC Martial
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 7cd2c5d..0000000
--- a/Makefile
+++ /dev/null
@@ -1,438 +0,0 @@
-isDocker := $(shell docker info > /dev/null 2>&1 && echo 1)
-
-.DEFAULT_GOAL := help
-STACK := symfony
-NETWORK := proxynetwork
-
-WWW := $(STACK)_www
-WWWFULLNAME := $(WWW).1.$$(docker service ps -f 'name=$(WWW)' $(WWW) -q --no-trunc | head -n1)
-
-MAILHOG := $(STACK)_mailhog
-MAILHOGFULLNAME := $(MAILHOG).1.$$(docker service ps -f 'name=$(MAILHOG)' $(MAILHOG) -q --no-trunc | head -n1)
-
-MERCURE := $(STACK)_mercure
-MERCUREFULLNAME := $(MERCURE).1.$$(docker service ps -f 'name=$(MERCURE)' $(MERCURE) -q --no-trunc | head -n1)
-
-MARIADB := $(STACK)_mariadb
-MARIADBFULLNAME := $(MARIADB).1.$$(docker service ps -f 'name=$(MARIADB)' $(MARIADB) -q --no-trunc | head -n1)
-
-APACHE := $(STACK)_apache
-APACHEFULLNAME := $(APACHE).1.$$(docker service ps -f 'name=$(APACHE)' $(APACHE) -q --no-trunc | head -n1)
-
-PHPMYADMIN := $(STACK)_phpmyadmin
-PHPMYADMINFULLNAME := $(PHPMYADMIN).1.$$(docker service ps -f 'name=$(PHPMYADMIN)' $(PHPMYADMIN) -q --no-trunc | head -n1)
-
-PHPFPM := $(STACK)_phpfpm
-PHPFPMFULLNAME := $(PHPFPM).1.$$(docker service ps -f 'name=$(PHPFPM)' $(PHPFPM) -q --no-trunc | head -n1)
-
-DOCKER_EXECPHP := @docker exec $(PHPFPMFULLNAME)
-
-SUPPORTED_COMMANDS := bdd composer contributors docker encore env geocode git inspect install linter logs messenger sleep ssh tests workflow-png update inspect
-SUPPORTS_MAKE_ARGS := $(findstring $(firstword $(MAKECMDGOALS)), $(SUPPORTED_COMMANDS))
-ifneq "$(SUPPORTS_MAKE_ARGS)" ""
- COMMAND_ARGS := $(wordlist 2,$(words $(MAKECMDGOALS)),$(MAKECMDGOALS))
- $(eval $(COMMAND_ARGS):;@:)
-endif
-
-help:
- @grep -E '(^[a-zA-Z_-]+:.*?##.*$$)|(^##)' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}' | sed -e 's/\[32m##/[33m/'
-
-.PHONY: isdocker
-isdocker: ## Docker is launch
-ifeq ($(isDocker), 0)
- @echo "Docker is not launch"
- exit 1
-endif
-
-node_modules:
- @npm install
-
-dump:
- @mkdir dump
-
-apps/.env: apps/.env.dist ## Install .env
- @cp apps/.env.dist apps/.env
-
-assets: isdocker
- $(DOCKER_EXECPHP) make assets
-
-bdd: isdocker ## Scripts for BDD
-ifeq ($(COMMAND_ARGS),fixtures)
- $(DOCKER_EXECPHP) make bdd fixtures
-else ifeq ($(COMMAND_ARGS),migrate)
- $(DOCKER_EXECPHP) make bdd migrate
-else ifeq ($(COMMAND_ARGS),validate)
- $(DOCKER_EXECPHP) make bdd validate
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make bdd ARGUMENT"
- @echo "---"
- @echo "fixtures: fixtures"
- @echo "migrate: migrate database"
- @echo "validate: bdd validate"
-endif
-
-composer: isdocker ## Scripts for composer
-ifeq ($(COMMAND_ARGS),suggests)
- $(DOCKER_EXECPHP) make composer suggests
-else ifeq ($(COMMAND_ARGS),outdated)
- $(DOCKER_EXECPHP) make composer outdated
-else ifeq ($(COMMAND_ARGS),fund)
- $(DOCKER_EXECPHP) make composer fund
-else ifeq ($(COMMAND_ARGS),prod)
- $(DOCKER_EXECPHP) make composer prod
-else ifeq ($(COMMAND_ARGS),dev)
- $(DOCKER_EXECPHP) make composer dev
-else ifeq ($(COMMAND_ARGS),update)
- $(DOCKER_EXECPHP) make composer update
-else ifeq ($(COMMAND_ARGS),validate)
- $(DOCKER_EXECPHP) make composer validate
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make composer ARGUMENT"
- @echo "---"
- @echo "suggests: suggestions package pour PHP"
- @echo "outdated: Packet php outdated"
- @echo "fund: Discover how to help fund the maintenance of your dependencies."
- @echo "prod: Installation version de prod"
- @echo "dev: Installation version de dev"
- @echo "update: COMPOSER update"
- @echo "validate: COMPOSER validate"
-endif
-
-contributors: node_modules ## Contributors
-ifeq ($(COMMAND_ARGS),add)
- @npm run contributors add
-else ifeq ($(COMMAND_ARGS),check)
- @npm run contributors check
-else ifeq ($(COMMAND_ARGS),generate)
- @npm run contributors generate
-else
- @npm run contributors
-endif
-
-.PHONY: sleep
-sleep: ## sleep
- @sleep $(COMMAND_ARGS)
-
-docker: isdocker ## Scripts docker
-ifeq ($(COMMAND_ARGS),create-network)
- @docker network create --driver=overlay $(NETWORK)
-else ifeq ($(COMMAND_ARGS),image-pull)
- @more docker-compose.yml | grep image: | sed -e "s/^.*image:[[:space:]]//" | while read i; do docker pull $$i; done
-else ifeq ($(COMMAND_ARGS),deploy)
- @docker stack deploy -c docker-compose.yml $(STACK)
-else ifeq ($(COMMAND_ARGS),ls)
- @docker stack services $(STACK)
-else ifeq ($(COMMAND_ARGS),stop)
- @docker stack rm $(STACK)
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make docker ARGUMENT"
- @echo "---"
- @echo "create-network: create network"
- @echo "deploy: deploy"
- @echo "image-pull: Get docker image"
- @echo "ls: docker service"
- @echo "stop: docker stop"
-endif
-
-encore: node_modules ## Script for Encore
-ifeq ($(COMMAND_ARGS),dev)
- @npm rebuild node-sass
- @npm run encore-dev
-else ifeq ($(COMMAND_ARGS),watch)
- @npm run encore-watch
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make encore ARGUMENT"
- @echo "---"
- @echo "dev: créer les assets en version dev"
- @echo "watch: créer les assets en version watch"
-endif
-
-folders: dump ## Create folder
-
-env: apps/.env ## Scripts Installation environnement
-ifeq ($(COMMAND_ARGS),dev)
- @sed -i 's/APP_ENV=prod/APP_ENV=dev/g' apps/.env
-else ifeq ($(COMMAND_ARGS),prod)
- @sed -i 's/APP_ENV=dev/APP_ENV=prod/g' apps/.env
- @rm -rf apps/vendor
- @make composer prod -i
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make env ARGUMENT"
- @echo "---"
- @echo "dev: environnement dev"
- @echo "prod: environnement prod"
-endif
-
-geocode: isdocker ## Geocode
- $(DOCKER_EXECPHP) make geocode $(COMMAND_ARGS)
-
-git: node_modules ## Scripts GIT
-ifeq ($(COMMAND_ARGS),status)
- @git status
-else ifeq ($(COMMAND_ARGS),check)
- @make composer validate -i
- @make composer outdated -i
- @make bdd validate -i
- @make contributors check -i
- @make linter all -i
- @make git status -i
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make git ARGUMENT"
- @echo "---"
- @echo "check: CHECK before"
- @echo "status: status"
-endif
-
-inspect: isdocker ## docker service inspect
-ifeq ($(COMMAND_ARGS),www)
- @docker service inspect $(WWW)
-else ifeq ($(COMMAND_ARGS),mailhog)
- @docker service inspect $(MAILHOG)
-else ifeq ($(COMMAND_ARGS),mercure)
- @docker service inspect $(MERCURE)
-else ifeq ($(COMMAND_ARGS),mariadb)
- @docker service inspect $(MARIADB)
-else ifeq ($(COMMAND_ARGS),apache)
- @docker service inspect $(APACHE)
-else ifeq ($(COMMAND_ARGS),phpmyadmin)
- @docker service inspect $(PHPMYADMIN)
-else ifeq ($(COMMAND_ARGS),phpfpm)
- @docker service inspect $(PHPFPM)
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make inspect ARGUMENT"
- @echo "---"
- @echo "stack: inspect stack"
- @echo "www: WWW"
- @echo "mailhot: MAILHOG"
- @echo "mercure: MERCURE"
- @echo "mariadb: MARIADB"
- @echo "apache: APACHE"
- @echo "phpmyadmin: PHPMYADMIN"
- @echo "phpfpm: PHPFPM"
-endif
-
-install: folders apps/.env ## installation
-ifeq ($(COMMAND_ARGS),all)
- @make node_modules -i
- @make docker deploy -i
- @make sleep 60 -i
- @make bdd migrate -i
- @make assets -i
- @make encore dev -i
- @make linter all -i
-else ifeq ($(COMMAND_ARGS),dev)
- @make install all
- @make bdd fixtures -i
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make install ARGUMENT"
- @echo "---"
- @echo "all: common"
- @echo "dev: dev"
-endif
-
-linter: node_modules isdocker## Scripts Linter
-ifeq ($(COMMAND_ARGS),all)
- @make linter eslint -i
- @make linter twig -i
- @make linter container -i
- @make linter yaml -i
- @make linter phpstan -i
- @make linter phpcpd -i
- @make linter phpcs -i
- @make linter phpmd -i
- @make linter readme -i
-else ifeq ($(COMMAND_ARGS),readme)
- @npm run linter-markdown README.md
-else ifeq ($(COMMAND_ARGS),eslint)
- @npm run eslint
-else ifeq ($(COMMAND_ARGS),eslint-fix)
- @npm run eslint-fix
-else ifeq ($(COMMAND_ARGS),phpcbf)
- $(DOCKER_EXECPHP) make linter phpcbf
-else ifeq ($(COMMAND_ARGS),phpcpd)
- $(DOCKER_EXECPHP) make linter phpcpd
-else ifeq ($(COMMAND_ARGS),phpcs)
- $(DOCKER_EXECPHP) make linter phpcs
-else ifeq ($(COMMAND_ARGS),phpcs-onlywarning)
- $(DOCKER_EXECPHP) make linter phpcs-onlywarning
-else ifeq ($(COMMAND_ARGS),phpcs-onlyerror)
- $(DOCKER_EXECPHP) make linter phpcs-onlyerror
-else ifeq ($(COMMAND_ARGS),phploc)
- $(DOCKER_EXECPHP) make linter phploc
-else ifeq ($(COMMAND_ARGS),phpmd)
- $(DOCKER_EXECPHP) make linter phpmd
-else ifeq ($(COMMAND_ARGS),phpmnd)
- $(DOCKER_EXECPHP) make linter phpmnd
-else ifeq ($(COMMAND_ARGS),phpstan)
- $(DOCKER_EXECPHP) make linter phpstan
-else ifeq ($(COMMAND_ARGS),twig)
- $(DOCKER_EXECPHP) make linter twig
-else ifeq ($(COMMAND_ARGS),container)
- $(DOCKER_EXECPHP) make linter container
-else ifeq ($(COMMAND_ARGS),yaml)
- $(DOCKER_EXECPHP) make linter yaml
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make linter ARGUMENT"
- @echo "---"
- @echo "all: ## Launch all linter"
- @echo "readme: linter README.md"
- @echo "eslint: indique les erreurs sur le code JavaScript à partir d'un standard"
- @echo "eslint-fix: fixe le code JavaScript à partir d'un standard"
- @echo "phpcbf: fixe le code PHP à partir d'un standard"
- @echo "phpcpd: Vérifie s'il y a du code dupliqué"
- @echo "phpcs: indique les erreurs de code non corrigé par PHPCBF"
- @echo "phpcs-onlywarning: indique les erreurs de code non corrigé par PHPCBF"
- @echo "phpcs-onlyerror: indique les erreurs de code non corrigé par PHPCBF"
- @echo "phploc: phploc"
- @echo "phpmd: indique quand le code PHP contient des erreurs de syntaxes ou des erreurs"
- @echo "phpmnd: Si des chiffres sont utilisé dans le code PHP, il est conseillé d'utiliser des constantes"
- @echo "phpstan: regarde si le code PHP ne peux pas être optimisé"
- @echo "twig: indique les erreurs de code de twig"
- @echo "container: indique les erreurs de code de container"
- @echo "yaml: indique les erreurs de code de yaml"
-endif
-
-logs: isdocker ## Scripts logs
-ifeq ($(COMMAND_ARGS),stack)
- @docker service logs -f --tail 100 --raw $(STACK)
-else ifeq ($(COMMAND_ARGS),www)
- @docker service logs -f --tail 100 --raw $(WWWFULLNAME)
-else ifeq ($(COMMAND_ARGS),mailhog)
- @docker service logs -f --tail 100 --raw $(MAILHOGFULLNAME)
-else ifeq ($(COMMAND_ARGS),mercure)
- @docker service logs -f --tail 100 --raw $(MERCUREFULLNAME)
-else ifeq ($(COMMAND_ARGS),mariadb)
- @docker service logs -f --tail 100 --raw $(MARIADBFULLNAME)
-else ifeq ($(COMMAND_ARGS),apache)
- @docker service logs -f --tail 100 --raw $(APACHEFULLNAME)
-else ifeq ($(COMMAND_ARGS),phpmyadmin)
- @docker service logs -f --tail 100 --raw $(PHPMYADMINFULLNAME)
-else ifeq ($(COMMAND_ARGS),phpfpm)
- @docker service logs -f --tail 100 --raw $(PHPFPMFULLNAME)
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make logs ARGUMENT"
- @echo "---"
- @echo "stack: logs stack"
- @echo "www: WWW"
- @echo "mailhot: MAILHOG"
- @echo "mercure: MERCURE"
- @echo "mariadb: MARIADB"
- @echo "apache: APACHE"
- @echo "phpmyadmin: PHPMYADMIN"
- @echo "phpfpm: PHPFPM"
-endif
-
-messenger: isdocker ## Scripts messenger
-ifeq ($(COMMAND_ARGS),consule)
- $(DOCKER_EXECPHP) make messenger consume
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make messenger ARGUMENT"
- @echo "---"
- @echo "consume: Messenger Consume"
-endif
-
-ssh: isdocker ## SSH
-ifeq ($(COMMAND_ARGS),www)
- @docker exec -it $(wWWWFULLNAME) /bin/bash
-else ifeq ($(COMMAND_ARGS),mailhog)
- @docker exec -it $(MAILHOGFULLNAME) /bin/bash
-else ifeq ($(COMMAND_ARGS),mercure)
- @docker exec -it $(MERCUREFULLNAME) /bin/bash
-else ifeq ($(COMMAND_ARGS),mariadb)
- @docker exec -it $(MARIADBFULLNAME) /bin/bash
-else ifeq ($(COMMAND_ARGS),apache)
- @docker exec -it $(APACHEFULLNAME) /bin/bash
-else ifeq ($(COMMAND_ARGS),phpmyadmin)
- @docker exec -it $(PHPMYADMINFULLNAME) /bin/bash
-else ifeq ($(COMMAND_ARGS),phpfpm)
- @docker exec -it $(PHPFPMFULLNAME) /bin/bash
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make ssh ARGUMENT"
- @echo "---"
- @echo "www: WWW"
- @echo "mailhot: MAILHOG"
- @echo "mercure: MERCURE"
- @echo "mariadb: MARIADB"
- @echo "apache: APACHE"
- @echo "phpmyadmin: PHPMYADMIN"
- @echo "phpfpm: PHPFPM"
-endif
-
-update: isdocker ## update
-ifeq ($(COMMAND_ARGS),www)
- @docker service update $(WWW)
-else ifeq ($(COMMAND_ARGS),mailhog)
- @docker service update $(MAILHOG)
-else ifeq ($(COMMAND_ARGS),mercure)
- @docker service update $(MERCURE)
-else ifeq ($(COMMAND_ARGS),mariadb)
- @docker service update $(MARIADB)
-else ifeq ($(COMMAND_ARGS),apache)
- @docker service update $(APACHE)
-else ifeq ($(COMMAND_ARGS),phpmyadmin)
- @docker service update $(PHPMYADMIN)
-else ifeq ($(COMMAND_ARGS),phpfpm)
- @docker service update $(PHPFPM)
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make update ARGUMENT"
- @echo "---"
- @echo "www: WWW"
- @echo "mailhot: MAILHOG"
- @echo "mercure: MERCURE"
- @echo "mariadb: MARIADB"
- @echo "apache: APACHE"
- @echo "phpmyadmin: PHPMYADMIN"
- @echo "phpfpm: PHPFPM"
-endif
-
-tests: isdocker ## Scripts tests
-ifeq ($(COMMAND_ARGS),launch)
- @docker exec $(PHPFPMFULLNAME) make tests all
-else ifeq ($(COMMAND_ARGS),behat)
- @docker exec $(PHPFPMFULLNAME) make tests behat
-else ifeq ($(COMMAND_ARGS),simple-phpunit-unit-integration)
- @docker exec $(PHPFPMFULLNAME) make tests simple-phpunit-unit-integration
-else ifeq ($(COMMAND_ARGS),simple-phpunit)
- @docker exec $(PHPFPMFULLNAME) make tests simple-phpunit
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make tests ARGUMENT"
- @echo "---"
- @echo "launch: Launch all tests"
- @echo "behat: Lance les tests behat"
- @echo "simple-phpunit-unit-integration: lance les tests phpunit"
- @echo "simple-phpunit: lance les tests phpunit"
-endif
-
-translations: isdocker ## update translation
- $(DOCKER_EXECPHP) make translations
-
-workflow-png: isdocker ## generate workflow png
- $(DOCKER_EXECPHP) make workflow-png $(COMMAND_ARGS)
diff --git a/README.md b/README.md
index fe1183a..5a63063 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,25 @@
-# Welcome to @koromerzhin/template-symfony 👋
+# Welcome to @hackariens/symfony 👋


-[](https://github.com/koromerzhin/template-symfony/graphs/commit-activity)
-
+[](https://github.com/hackariens/symfony/graphs/commit-activity)
+
> Template de site internet sous Symfony
-## 🏠 [Homepage](https://github.com/koromerzhin/template-symfony#readme)
+## 🏠 [Homepage](https://github.com/hackariens/symfony#readme)
-[](#-contributors)
+
## Need
Software:
-- make
- npm
- docker
-- repository koromerzhin/traefikproxy
+- repository koromerzhin/lampy
Config:
@@ -29,26 +28,34 @@ docker swarm
Hosts:
- symfony.traefik.me
-- mailhog-symfony.traefik.me
-- mercure-symfony.traefik.me
-- phpmyadmin-symfony.traefik.me
+
+## Download
+
+```sh
+git clone --recurse-submodules git@github.com:hackariens/symfony.git symfony
+cd symfony
+```
+
+## Environnment
+
+Edit .env with .env.example
## Install
```sh
-make install
+npm install
```
-## after git add
+## Create apps
-``` sh
-make git check
+```sh
+npm run create:apps
```
-## help
+## Launch
``` sh
-make help
+npm run exec
```
## Author
@@ -64,9 +71,9 @@ make help
Contributions, issues and feature requests are welcome!
Feel free to check
-[issues page](https://github.com/koromerzhin/template-symfony/issues).
+[issues page](https://github.com/hackariens/symfony/issues).
You can also take a look at the
-[contributing guide](https://github.com/koromerzhin/template-symfony/blob/develop/CONTRIBUTING.md).
+[contributing guide](https://github.com/hackariens/symfony/blob/develop/CONTRIBUTING.md).
## Show your support
@@ -77,7 +84,7 @@ Give a ⭐️ if this project helped you!
Copyright © 2020 [Koromerzhin](https://github.com/koromerzhin).
This project is
-[MIT](https://github.com/koromerzhin/template-symfony/blob/develop/LICENSE) licensed.
+[MIT](https://github.com/hackariens/symfony/blob/develop/LICENSE) licensed.
## ✨ Contributors
@@ -88,11 +95,15 @@ Thanks goes to these wonderful people
diff --git a/apps/.env.dist b/apps/.env.dist
deleted file mode 100644
index 85f22d4..0000000
--- a/apps/.env.dist
+++ /dev/null
@@ -1,44 +0,0 @@
-# In all environments, the following files are loaded if they exist,
-# the latter taking precedence over the former:
-#
-# * .env contains default values for the environment variables needed by the app
-# * .env.local uncommitted file with local overrides
-# * .env.$APP_ENV committed environment-specific defaults
-# * .env.$APP_ENV.local uncommitted environment-specific overrides
-#
-# Real environment variables win over .env files.
-#
-# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
-#
-# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
-# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
-
-###> symfony/framework-bundle ###
-APP_ENV=dev
-APP_SECRET=50e6522924f9d5da5319b01cc9f055d2
-#TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
-#TRUSTED_HOSTS='^(localhost|example\.com)$'
-###< symfony/framework-bundle ###
-
-###> symfony/mailer ###
-# MAILER_DSN=smtp://localhost
-###< symfony/mailer ###
-
-###> doctrine/doctrine-bundle ###
-# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
-# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
-# For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11&charset=utf8"
-# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
-DATABASE_URL=mysql://siteinternet:password@mariadb:3306/core
-###< doctrine/doctrine-bundle ###
-
-###> nelmio/cors-bundle ###
-CORS_ALLOW_ORIGIN=^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$
-###< nelmio/cors-bundle ###
-
-###> symfony/messenger ###
-# Choose one of the transports below
-# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
-MESSENGER_TRANSPORT_DSN=doctrine://default
-# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
-###< symfony/messenger ###
diff --git a/apps/.env.test b/apps/.env.test
deleted file mode 100644
index 350126f..0000000
--- a/apps/.env.test
+++ /dev/null
@@ -1,5 +0,0 @@
-# define your env variables for the test env here
-KERNEL_CLASS='Labstag\Kernel'
-APP_SECRET='$ecretf0rt3st'
-SYMFONY_DEPRECATIONS_HELPER=999999
-PANTHER_APP_ENV=panther
diff --git a/apps/.gitignore b/apps/.gitignore
deleted file mode 100644
index 16ab3a5..0000000
--- a/apps/.gitignore
+++ /dev/null
@@ -1,28 +0,0 @@
-
-###> symfony/framework-bundle ###
-/.env.local
-/.env.local.php
-/.env.*.local
-/config/secrets/prod/prod.decrypt.private.php
-/public/bundles/
-/var/
-/vendor/
-###< symfony/framework-bundle ###
-
-###> symfony/phpunit-bridge ###
-.phpunit
-.phpunit.result.cache
-/phpunit.xml
-###< symfony/phpunit-bridge ###
-
-###> squizlabs/php_codesniffer ###
-/.phpcs-cache
-/phpcs.xml
-###< squizlabs/php_codesniffer ###
-
-###> symfony/webpack-encore-bundle ###
-/node_modules/
-/public/build/
-npm-debug.log
-yarn-error.log
-###< symfony/webpack-encore-bundle ###
diff --git a/apps/Makefile b/apps/Makefile
deleted file mode 100644
index 7b7ad3e..0000000
--- a/apps/Makefile
+++ /dev/null
@@ -1,193 +0,0 @@
-.DEFAULT_GOAL := help
-
-SUPPORTED_COMMANDS := bdd composer contributors encore env geocode git install linter logs messenger sleep ssh tests workflow-png
-SUPPORTS_MAKE_ARGS := $(findstring $(firstword $(MAKECMDGOALS)), $(SUPPORTED_COMMANDS))
-ifneq "$(SUPPORTS_MAKE_ARGS)" ""
- COMMAND_ARGS := $(wordlist 2,$(words $(MAKECMDGOALS)),$(MAKECMDGOALS))
- $(eval $(COMMAND_ARGS):;@:)
-endif
-
-SYMFONY_EXEC := @symfony console
-
-help:
- @grep -E '(^[a-zA-Z_-]+:.*?##.*$$)|(^##)' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}' | sed -e 's/\[32m##/[33m/'
-
-composer.lock: composer.json
- composer update
-
-vendor: composer.json
- composer install --no-progress --prefer-dist --optimize-autoloader
-
-.env: .env.dist ## Install .env
- cp .env.dist .env
-
-phploc.phar:
- wget https://phar.phpunit.de/phploc-7.0.1.phar -O phploc.phar
-
-phpcpd.phar:
- wget https://phar.phpunit.de/phpcpd-6.0.2.phar -O phpcpd.phar
-
-phpmd.phar:
- wget https://github.com/phpmd/phpmd/releases/download/2.9.1/phpmd.phar
-
-assets: ## Ajouts assets
- ${SYMFONY_EXEC} assets:install public --symlink --relative
-
-bdd: ## Scripts for BDD
-ifeq ($(COMMAND_ARGS),fixtures)
- ${SYMFONY_EXEC} doctrine:fixtures:load -n
-else ifeq ($(COMMAND_ARGS),migrate)
- ${SYMFONY_EXEC} doctrine:migrations:migrate -n
-else ifeq ($(COMMAND_ARGS),validate)
- ${SYMFONY_EXEC} doctrine:schema:validate
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make bdd ARGUMENT"
- @echo "---"
- @echo "fixtures: fixtures"
- @echo "migrate: migrate database"
- @echo "validate: bdd validate"
-endif
-
-composer: ## Scripts for composer
-ifeq ($(COMMAND_ARGS),suggests)
- @composer suggests --by-suggestion
-else ifeq ($(COMMAND_ARGS),outdated)
- @composer outdated
-else ifeq ($(COMMAND_ARGS),fund)
- @composer fund
-else ifeq ($(COMMAND_ARGS),prod)
- @composer install --no-dev --no-progress --prefer-dist --optimize-autoloader
-else ifeq ($(COMMAND_ARGS),dev)
- @composer install --no-progress --prefer-dist --optimize-autoloader
-else ifeq ($(COMMAND_ARGS),update)
- @composer update
-else ifeq ($(COMMAND_ARGS),validate)
- @composer validate
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make composer ARGUMENT"
- @echo "---"
- @echo "suggests: suggestions package pour PHP"
- @echo "outdated: Packet php outdated"
- @echo "fund: Discover how to help fund the maintenance of your dependencies."
- @echo "prod: Installation version de prod"
- @echo "dev: Installation version de dev"
- @echo "update: COMPOSER update"
- @echo "validate: COMPOSER validate"
-endif
-
-env: .env ## Scripts Installation environnement
-ifeq ($(COMMAND_ARGS),dev)
- @sed -i 's/APP_ENV=prod/APP_ENV=dev/g' apps/.env
-else ifeq ($(COMMAND_ARGS),prod)
- @sed -i 's/APP_ENV=dev/APP_ENV=prod/g' apps/.env
- @rm -rf vendor
- @make composer prod -i
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make env ARGUMENT"
- @echo "---"
- @echo "dev: environnement dev"
- @echo "prod: environnement prod"
-endif
-
-geocode: ## add geocode
- php -d memory_limit=-1 bin/console labstag:geocode:install $(COMMAND_ARGS)
-
-linter: phpcpd.phar phploc.phar phpmd.phar ## Scripts Linter
-ifeq ($(COMMAND_ARGS),all)
- @make linter twig -i
- @make linter container -i
- @make linter yaml -i
- @make linter phpstan -i
- @make linter phpcpd -i
- @make linter phpcs -i
- @make linter phpmd -i
- @make linter readme -i
-else ifeq ($(COMMAND_ARGS),phpcbf)
- @COMPOSER_MEMORY_LIMIT=-1 composer run phpcbf
-else ifeq ($(COMMAND_ARGS),phpcpd)
- @php phpcpd.phar src tests
-else ifeq ($(COMMAND_ARGS),phpcs)
- @COMPOSER_MEMORY_LIMIT=-1 composer run phpcs
-else ifeq ($(COMMAND_ARGS),phpcs-onlywarning)
- @COMPOSER_MEMORY_LIMIT=-1 composer run phpcs-onlywarning
-else ifeq ($(COMMAND_ARGS),phpcs-onlyerror)
- @COMPOSER_MEMORY_LIMIT=-1 composer run phpcs-onlyerror
-else ifeq ($(COMMAND_ARGS),phploc)
- @php phploc.phar src
-else ifeq ($(COMMAND_ARGS),phpmd)
- @php phpmd.phar src,features/bootstrap,tests ansi phpmd.xml
-else ifeq ($(COMMAND_ARGS),phpmnd)
- @COMPOSER_MEMORY_LIMIT=-1 composer run phpmnd
-else ifeq ($(COMMAND_ARGS),phpstan)
- @COMPOSER_MEMORY_LIMIT=-1 composer run phpstan
-else ifeq ($(COMMAND_ARGS),container)
- ${SYMFONY_EXEC} lint:container
-else ifeq ($(COMMAND_ARGS),twig)
- ${SYMFONY_EXEC} lint:twig templates
-else ifeq ($(COMMAND_ARGS),yaml)
- ${SYMFONY_EXEC} lint:yaml config
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make linter ARGUMENT"
- @echo "---"
- @echo "all: ## Launch all linter"
- @echo "phpcbf: fixe le code PHP à partir d'un standard"
- @echo "phpcpd: Vérifie s'il y a du code dupliqué"
- @echo "phpcs: indique les erreurs de code non corrigé par PHPCBF"
- @echo "phpcs-onlywarning: indique les erreurs de code non corrigé par PHPCBF"
- @echo "phpcs-onlyerror: indique les erreurs de code non corrigé par PHPCBF"
- @echo "phploc: phploc"
- @echo "phpmd: indique quand le code PHP contient des erreurs de syntaxes ou des erreurs"
- @echo "phpmnd: Si des chiffres sont utilisé dans le code PHP, il est conseillé d'utiliser des constantes"
- @echo "phpstan: regarde si le code PHP ne peux pas être optimisé"
- @echo "twig: indique les erreurs de code de twig"
- @echo "container: indique les erreurs de code de container"
- @echo "yaml: indique les erreurs de code de yaml"
-endif
-
-messenger: ## Scripts messenger
-ifeq ($(COMMAND_ARGS),consule)
- ${SYMFONY_EXEC} messenger:consume async -vv
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make messenger ARGUMENT"
- @echo "---"
- @echo "consume: Messenger Consume"
-endif
-
-.PHONY: tests
-tests: ## Scripts tests
-ifeq ($(COMMAND_ARGS),launch)
- @make tests behat -i
- @make tests simple-phpunit -i
-else ifeq ($(COMMAND_ARGS),behat)
- @COMPOSER_MEMORY_LIMIT=-1 composer run behat
-else ifeq ($(COMMAND_ARGS),simple-phpunit-unit-integration)
- @COMPOSER_MEMORY_LIMIT=-1 composer run simple-phpunit-unit-integration
-else ifeq ($(COMMAND_ARGS),simple-phpunit)
- @COMPOSER_MEMORY_LIMIT=-1 composer run simple-phpunit
-else
- @echo "ARGUMENT missing"
- @echo "---"
- @echo "make tests ARGUMENT"
- @echo "---"
- @echo "launch: Launch all tests"
- @echo "behat: Lance les tests behat"
- @echo "simple-phpunit-unit-integration: lance les tests phpunit"
- @echo "simple-phpunit: lance les tests phpunit"
-endif
-
-.PHONY: translations
-translations: ## update translation
- ${SYMFONY_EXEC} translation:update --force fr
-
-workflow-png: ## generate workflow png
- ${SYMFONY_EXEC} workflow:dump $(COMMAND_ARGS) | dot -Tpng -o $(COMMAND_ARGS).png
\ No newline at end of file
diff --git a/apps/behat.yaml b/apps/behat.yaml
deleted file mode 100644
index e69de29..0000000
diff --git a/apps/bin/console b/apps/bin/console
deleted file mode 100644
index 8fe9d49..0000000
--- a/apps/bin/console
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/usr/bin/env php
-getParameterOption(['--env', '-e'], null, true)) {
- putenv('APP_ENV='.$_SERVER['APP_ENV'] = $_ENV['APP_ENV'] = $env);
-}
-
-if ($input->hasParameterOption('--no-debug', true)) {
- putenv('APP_DEBUG='.$_SERVER['APP_DEBUG'] = $_ENV['APP_DEBUG'] = '0');
-}
-
-(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');
-
-if ($_SERVER['APP_DEBUG']) {
- umask(0000);
-
- if (class_exists(Debug::class)) {
- Debug::enable();
- }
-}
-
-$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
-$application = new Application($kernel);
-$application->run($input);
diff --git a/apps/composer.json b/apps/composer.json
deleted file mode 100644
index a6b7f4f..0000000
--- a/apps/composer.json
+++ /dev/null
@@ -1,144 +0,0 @@
-{
- "type": "project",
- "name": "koromerzhin/template-symfony",
- "description": "Site Internet sous Symfony",
- "license": "MIT",
- "require": {
- "php": ">=7.2.5",
- "ext-ctype": "*",
- "ext-iconv": "*",
- "api-platform/core": "2.5.9",
- "beberlei/assert": "3.2.7",
- "beberlei/doctrineextensions": "1.2.8",
- "composer/package-versions-deprecated": "1.11.99",
- "doctrine/annotations": "1.12.1",
- "doctrine/doctrine-bundle": "2.1.2",
- "doctrine/doctrine-migrations-bundle": "3.0.1",
- "doctrine/orm": "2.7.4",
- "giggsey/libphonenumber-for-php": "8.12.11",
- "knplabs/knp-menu-bundle": "3.0.0",
- "knplabs/knp-paginator-bundle": "5.3.0",
- "nelmio/cors-bundle": "2.1.0",
- "phpdocumentor/reflection-docblock": "5.2.2",
- "psr/http-message": "1.0.1",
- "ramsey/uuid": "4.1.1",
- "ramsey/uuid-doctrine": "1.6.0",
- "sensio/framework-extra-bundle": "5.6.1",
- "stof/doctrine-extensions-bundle": "1.5.0",
- "symfony/apache-pack": "1.0.1",
- "symfony/asset": "5.1.7",
- "symfony/cache": "5.1.7",
- "symfony/console": "5.1.7",
- "symfony/dotenv": "5.1.7",
- "symfony/expression-language": "5.1.7",
- "symfony/flex": "1.9.10",
- "symfony/form": "5.1.7",
- "symfony/framework-bundle": "5.1.7",
- "symfony/http-client": "5.1.7",
- "symfony/intl": "5.1.7",
- "symfony/ldap": "5.1.7",
- "symfony/lock": "5.1.7",
- "symfony/mailer": "5.1.7",
- "symfony/mercure": "0.4.0",
- "symfony/messenger": "5.1.7",
- "symfony/mime": "5.1.7",
- "symfony/monolog-bundle": "3.6.0",
- "symfony/notifier": "5.1.7",
- "symfony/process": "5.1.7",
- "symfony/property-access": "5.1.7",
- "symfony/property-info": "5.1.7",
- "symfony/security-bundle": "5.1.7",
- "symfony/security-core": "5.1.7",
- "symfony/security-csrf": "5.1.7",
- "symfony/security-guard": "5.1.7",
- "symfony/security-http": "5.1.7",
- "symfony/serializer": "5.1.7",
- "symfony/string": "5.1.7",
- "symfony/translation": "5.1.7",
- "symfony/twig-bundle": "5.1.7",
- "symfony/validator": "5.1.7",
- "symfony/web-link": "5.1.7",
- "symfony/webpack-encore-bundle": "1.7.3",
- "symfony/workflow": "5.1.7",
- "symfony/yaml": "5.1.7",
- "twig/extra-bundle": "^2.12|^3.0",
- "twig/twig": "^2.12|^3.0",
- "webonyx/graphql-php": "14.5.1"
- },
- "require-dev": {
- "behat/behat": "3.7.0",
- "dama/doctrine-test-bundle": "6.4.0",
- "doctrine/doctrine-fixtures-bundle": "3.3.2",
- "phpstan/phpstan": "0.12.50",
- "povils/phpmnd": "2.3.0",
- "squizlabs/php_codesniffer": "3.5.6",
- "symfony/browser-kit": "5.1.7",
- "symfony/css-selector": "5.1.7",
- "symfony/debug-bundle": "5.1.7",
- "symfony/maker-bundle": "1.21.1",
- "symfony/phpunit-bridge": "5.1.7",
- "symfony/stopwatch": "5.1.8",
- "symfony/var-dumper": "5.1.8",
- "symfony/web-profiler-bundle": "5.1.7"
- },
- "config": {
- "optimize-autoloader": true,
- "bin-dir": "bin",
- "preferred-install": {
- "*": "dist"
- },
- "platform": {
- "php": "7.4.2"
- },
- "sort-packages": true
- },
- "autoload": {
- "psr-4": {
- "App\\": "src/"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "App\\Tests\\": "tests/"
- }
- },
- "replace": {
- "paragonie/random_compat": "2.*",
- "symfony/polyfill-ctype": "*",
- "symfony/polyfill-iconv": "*",
- "symfony/polyfill-php72": "*",
- "symfony/polyfill-php71": "*",
- "symfony/polyfill-php70": "*",
- "symfony/polyfill-php56": "*"
- },
- "scripts": {
- "phpcbf": "phpcbf -d memory_limit=-1 --report=diff -p --extensions=php",
- "phpcs-onlywarning": "phpcs src features/bootstrap tests --report=full --extensions=php --error-severity=0",
- "phpcs-onlyerror": "phpcs src features/bootstrap tests --report=full --extensions=php --warning-severity=0",
- "phpcs": "phpcs src features/bootstrap tests --report=full --extensions=php",
- "phpstan": "phpstan analyse src features/bootstrap tests --ansi",
- "phpmnd": "phpmnd src,features/bootstrap,tests",
- "behat": "behat --config behat.yaml",
- "simple-phpunit": "simple-phpunit",
- "simple-phpunit-unit-integration": "simple-phpunit --testsuite unit,integration",
- "auto-scripts": {
- "cache:clear": "symfony-cmd",
- "assets:install %PUBLIC_DIR%": "symfony-cmd"
- },
- "post-install-cmd": [
- "@auto-scripts"
- ],
- "post-update-cmd": [
- "@auto-scripts"
- ]
- },
- "conflict": {
- "symfony/symfony": "*"
- },
- "extra": {
- "symfony": {
- "allow-contrib": false,
- "require": "5.1.*"
- }
- }
-}
diff --git a/apps/composer.lock b/apps/composer.lock
deleted file mode 100644
index 44e792d..0000000
--- a/apps/composer.lock
+++ /dev/null
@@ -1,11006 +0,0 @@
-{
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
- "This file is @generated automatically"
- ],
- "content-hash": "e752cce0f537ac3a19c7b8b34a0095bf",
- "packages": [
- {
- "name": "api-platform/core",
- "version": "v2.5.9",
- "source": {
- "type": "git",
- "url": "https://github.com/api-platform/core.git",
- "reference": "4f05477b5ec5cff7c9324a7510900db2a1173d70"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/api-platform/core/zipball/4f05477b5ec5cff7c9324a7510900db2a1173d70",
- "reference": "4f05477b5ec5cff7c9324a7510900db2a1173d70",
- "shasum": ""
- },
- "require": {
- "doctrine/inflector": "^1.0 || ^2.0",
- "fig/link-util": "^1.0",
- "php": ">=7.1",
- "psr/cache": "^1.0",
- "psr/container": "^1.0",
- "symfony/http-foundation": "^4.4 || ^5.1",
- "symfony/http-kernel": "^4.4 || ^5.1",
- "symfony/property-access": "^3.4.19 || ^4.4 || ^5.1",
- "symfony/property-info": "^3.4 || ^4.4 || ^5.1",
- "symfony/serializer": "^4.4 || ^5.1",
- "symfony/web-link": "^4.4 || ^5.1",
- "willdurand/negotiation": "^2.0.3 || ^3.0"
- },
- "conflict": {
- "doctrine/common": "<2.7",
- "doctrine/mongodb-odm": "<2.0",
- "doctrine/persistence": "<1.3"
- },
- "require-dev": {
- "behat/behat": "^3.1",
- "behat/mink": "^1.7",
- "doctrine/annotations": "^1.7",
- "doctrine/common": "^2.11 || ^3.0",
- "doctrine/data-fixtures": "^1.2.2",
- "doctrine/doctrine-bundle": "^1.12 || ^2.0",
- "doctrine/mongodb-odm": "^2.0",
- "doctrine/mongodb-odm-bundle": "^4.0",
- "doctrine/orm": "^2.6.4 || ^3.0",
- "elasticsearch/elasticsearch": "^6.0 || ^7.0",
- "friends-of-behat/mink-browserkit-driver": "^1.3.1",
- "friends-of-behat/mink-extension": "^2.2",
- "friends-of-behat/symfony-extension": "^2.1",
- "guzzlehttp/guzzle": "^6.0 || ^7.0",
- "jangregor/phpstan-prophecy": "^0.8",
- "justinrainbow/json-schema": "^5.2.1",
- "phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.1",
- "phpdocumentor/type-resolver": "^0.3 || ^0.4 || ^1.4",
- "phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "^0.12.53@dev",
- "phpstan/phpstan-doctrine": "^0.12.7",
- "phpstan/phpstan-phpunit": "^0.12.4",
- "phpstan/phpstan-symfony": "^0.12.4",
- "psr/log": "^1.0",
- "ramsey/uuid": "^3.7 || ^4.0",
- "ramsey/uuid-doctrine": "^1.4",
- "soyuka/contexts": "^3.3.1",
- "soyuka/stubs-mongodb": "^1.0",
- "symfony/asset": "^3.4 || ^4.4 || ^5.1",
- "symfony/browser-kit": "^4.4 || ^5.1",
- "symfony/cache": "^3.4 || ^4.4 || ^5.1",
- "symfony/config": "^3.4 || ^4.4 || ^5.1",
- "symfony/console": "^3.4 || ^4.4 || ^5.1",
- "symfony/css-selector": "^3.4 || ^4.4 || ^5.1",
- "symfony/debug": "^3.4 || ^4.4 || ^5.1",
- "symfony/dependency-injection": "^3.4 || ^4.4 || ^5.1",
- "symfony/doctrine-bridge": "^3.4 || ^4.4 || ^5.1",
- "symfony/dom-crawler": "^3.4 || ^4.4 || ^5.1",
- "symfony/event-dispatcher": "^3.4 || ^4.4 || ^5.1",
- "symfony/expression-language": "^3.4 || ^4.4 || ^5.1",
- "symfony/finder": "^3.4 || ^4.4 || ^5.1",
- "symfony/form": "^3.4 || ^4.4 || ^5.1",
- "symfony/framework-bundle": "^4.4 || ^5.1",
- "symfony/http-client": "^4.4 || ^5.1",
- "symfony/mercure-bundle": "*",
- "symfony/messenger": "^4.4 || ^5.1",
- "symfony/phpunit-bridge": "^5.1.7",
- "symfony/routing": "^3.4 || ^4.4 || ^5.1",
- "symfony/security-bundle": "^3.4 || ^4.4 || ^5.1",
- "symfony/security-core": "^4.4 || ^5.1",
- "symfony/twig-bundle": "^3.4 || ^4.4 || ^5.1",
- "symfony/validator": "^3.4 || ^4.4 || ^5.1",
- "symfony/web-profiler-bundle": "^4.4 || ^5.1",
- "symfony/yaml": "^3.4 || ^4.4 || ^5.1",
- "twig/twig": "^1.42.3 || ^2.12 || ^3.0",
- "webonyx/graphql-php": "^14.0"
- },
- "suggest": {
- "doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",
- "elasticsearch/elasticsearch": "To support Elasticsearch.",
- "guzzlehttp/guzzle": "To use the HTTP cache invalidation system.",
- "phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.",
- "psr/cache-implementation": "To use metadata caching.",
- "ramsey/uuid": "To support Ramsey's UUID identifiers.",
- "symfony/cache": "To have metadata caching when using Symfony integration.",
- "symfony/config": "To load XML configuration files.",
- "symfony/expression-language": "To use authorization features.",
- "symfony/security": "To use authorization features.",
- "symfony/twig-bundle": "To use the Swagger UI integration.",
- "symfony/web-profiler-bundle": "To use the data collector.",
- "webonyx/graphql-php": "To support GraphQL."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5.x-dev"
- },
- "symfony": {
- "require": "^3.4 || ^4.4 || ^5.1"
- }
- },
- "autoload": {
- "psr-4": {
- "ApiPlatform\\Core\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Kévin Dunglas",
- "email": "dunglas@gmail.com",
- "homepage": "https://dunglas.fr"
- }
- ],
- "description": "Build a fully-featured hypermedia or GraphQL API in minutes!",
- "homepage": "https://api-platform.com",
- "keywords": [
- "Hydra",
- "JSON-LD",
- "api",
- "graphql",
- "hal",
- "jsonapi",
- "openapi",
- "rest",
- "swagger"
- ],
- "support": {
- "issues": "https://github.com/api-platform/core/issues",
- "source": "https://github.com/api-platform/core/tree/v2.5.9"
- },
- "funding": [
- {
- "url": "https://tidelift.com/funding/github/packagist/api-platform/core",
- "type": "tidelift"
- }
- ],
- "time": "2020-12-17T15:47:58+00:00"
- },
- {
- "name": "beberlei/assert",
- "version": "v3.2.7",
- "source": {
- "type": "git",
- "url": "https://github.com/beberlei/assert.git",
- "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
- "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
- "shasum": ""
- },
- "require": {
- "ext-ctype": "*",
- "ext-json": "*",
- "ext-mbstring": "*",
- "ext-simplexml": "*",
- "php": "^7"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "*",
- "phpstan/phpstan-shim": "*",
- "phpunit/phpunit": ">=6.0.0 <8"
- },
- "suggest": {
- "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Assert\\": "lib/Assert"
- },
- "files": [
- "lib/Assert/functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-2-Clause"
- ],
- "authors": [
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de",
- "role": "Lead Developer"
- },
- {
- "name": "Richard Quadling",
- "email": "rquadling@gmail.com",
- "role": "Collaborator"
- }
- ],
- "description": "Thin assertion library for input validation in business models.",
- "keywords": [
- "assert",
- "assertion",
- "validation"
- ],
- "support": {
- "issues": "https://github.com/beberlei/assert/issues",
- "source": "https://github.com/beberlei/assert/tree/v3"
- },
- "time": "2019-12-19T17:51:41+00:00"
- },
- {
- "name": "beberlei/doctrineextensions",
- "version": "v1.2.8",
- "source": {
- "type": "git",
- "url": "https://github.com/beberlei/DoctrineExtensions.git",
- "reference": "814183667f1d0d67ed8b9d81c1ee04e557e6a24d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/beberlei/DoctrineExtensions/zipball/814183667f1d0d67ed8b9d81c1ee04e557e6a24d",
- "reference": "814183667f1d0d67ed8b9d81c1ee04e557e6a24d",
- "shasum": ""
- },
- "require": {
- "doctrine/orm": "^2.6",
- "php": "^7.1"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^2.14",
- "nesbot/carbon": "*",
- "phpunit/phpunit": "^7.0 || ^8.0",
- "symfony/yaml": "^4.2",
- "zf1/zend-date": "^1.12",
- "zf1/zend-registry": "^1.12"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "DoctrineExtensions\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Steve Lacey",
- "email": "steve@steve.ly"
- }
- ],
- "description": "A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL and Oracle.",
- "keywords": [
- "database",
- "doctrine",
- "orm"
- ],
- "support": {
- "source": "https://github.com/beberlei/DoctrineExtensions/tree/v1.2.8"
- },
- "time": "2020-10-01T05:10:47+00:00"
- },
- {
- "name": "behat/transliterator",
- "version": "v1.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/Behat/Transliterator.git",
- "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
- "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "chuyskywalker/rolling-curl": "^3.1",
- "php-yaoi/php-yaoi": "^1.0",
- "phpunit/phpunit": "^4.8.36|^6.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.2-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Behat\\Transliterator\\": "src/Behat/Transliterator"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Artistic-1.0"
- ],
- "description": "String transliterator",
- "keywords": [
- "i18n",
- "slug",
- "transliterator"
- ],
- "support": {
- "issues": "https://github.com/Behat/Transliterator/issues",
- "source": "https://github.com/Behat/Transliterator/tree/v1.3.0"
- },
- "time": "2020-01-14T16:39:13+00:00"
- },
- {
- "name": "brick/math",
- "version": "0.9.2",
- "source": {
- "type": "git",
- "url": "https://github.com/brick/math.git",
- "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
- "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "php": "^7.1 || ^8.0"
- },
- "require-dev": {
- "php-coveralls/php-coveralls": "^2.2",
- "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
- "vimeo/psalm": "4.3.2"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Brick\\Math\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Arbitrary-precision arithmetic library",
- "keywords": [
- "Arbitrary-precision",
- "BigInteger",
- "BigRational",
- "arithmetic",
- "bigdecimal",
- "bignum",
- "brick",
- "math"
- ],
- "support": {
- "issues": "https://github.com/brick/math/issues",
- "source": "https://github.com/brick/math/tree/0.9.2"
- },
- "funding": [
- {
- "url": "https://tidelift.com/funding/github/packagist/brick/math",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-20T22:51:39+00:00"
- },
- {
- "name": "composer/package-versions-deprecated",
- "version": "1.11.99",
- "source": {
- "type": "git",
- "url": "https://github.com/composer/package-versions-deprecated.git",
- "reference": "c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855",
- "reference": "c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855",
- "shasum": ""
- },
- "require": {
- "composer-plugin-api": "^1.1.0 || ^2.0",
- "php": "^7 || ^8"
- },
- "replace": {
- "ocramius/package-versions": "1.11.99"
- },
- "require-dev": {
- "composer/composer": "^1.9.3 || ^2.0@dev",
- "ext-zip": "^1.13",
- "phpunit/phpunit": "^6.5 || ^7"
- },
- "type": "composer-plugin",
- "extra": {
- "class": "PackageVersions\\Installer",
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "PackageVersions\\": "src/PackageVersions"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com"
- },
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be"
- }
- ],
- "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
- "support": {
- "issues": "https://github.com/composer/package-versions-deprecated/issues",
- "source": "https://github.com/composer/package-versions-deprecated/tree/master"
- },
- "funding": [
- {
- "url": "https://packagist.com",
- "type": "custom"
- },
- {
- "url": "https://github.com/composer",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
- "type": "tidelift"
- }
- ],
- "time": "2020-08-25T05:50:16+00:00"
- },
- {
- "name": "doctrine/annotations",
- "version": "1.12.1",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/annotations.git",
- "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/b17c5014ef81d212ac539f07a1001832df1b6d3b",
- "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b",
- "shasum": ""
- },
- "require": {
- "doctrine/lexer": "1.*",
- "ext-tokenizer": "*",
- "php": "^7.1 || ^8.0"
- },
- "require-dev": {
- "doctrine/cache": "1.*",
- "doctrine/coding-standard": "^6.0 || ^8.1",
- "phpstan/phpstan": "^0.12.20",
- "phpunit/phpunit": "^7.5 || ^9.1.5"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "description": "Docblock Annotations Parser",
- "homepage": "https://www.doctrine-project.org/projects/annotations.html",
- "keywords": [
- "annotations",
- "docblock",
- "parser"
- ],
- "support": {
- "issues": "https://github.com/doctrine/annotations/issues",
- "source": "https://github.com/doctrine/annotations/tree/1.12.1"
- },
- "time": "2021-02-21T21:00:45+00:00"
- },
- {
- "name": "doctrine/cache",
- "version": "1.10.2",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/cache.git",
- "reference": "13e3381b25847283a91948d04640543941309727"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
- "reference": "13e3381b25847283a91948d04640543941309727",
- "shasum": ""
- },
- "require": {
- "php": "~7.1 || ^8.0"
- },
- "conflict": {
- "doctrine/common": ">2.2,<2.4"
- },
- "require-dev": {
- "alcaeus/mongo-php-adapter": "^1.1",
- "doctrine/coding-standard": "^6.0",
- "mongodb/mongodb": "^1.1",
- "phpunit/phpunit": "^7.0",
- "predis/predis": "~1.0"
- },
- "suggest": {
- "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.9.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
- "homepage": "https://www.doctrine-project.org/projects/cache.html",
- "keywords": [
- "abstraction",
- "apcu",
- "cache",
- "caching",
- "couchdb",
- "memcached",
- "php",
- "redis",
- "xcache"
- ],
- "support": {
- "issues": "https://github.com/doctrine/cache/issues",
- "source": "https://github.com/doctrine/cache/tree/1.10.x"
- },
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
- "type": "tidelift"
- }
- ],
- "time": "2020-07-07T18:54:01+00:00"
- },
- {
- "name": "doctrine/collections",
- "version": "1.6.7",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/collections.git",
- "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a",
- "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a",
- "shasum": ""
- },
- "require": {
- "php": "^7.1.3 || ^8.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^6.0",
- "phpstan/phpstan-shim": "^0.9.2",
- "phpunit/phpunit": "^7.0",
- "vimeo/psalm": "^3.8.1"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
- "homepage": "https://www.doctrine-project.org/projects/collections.html",
- "keywords": [
- "array",
- "collections",
- "iterators",
- "php"
- ],
- "support": {
- "issues": "https://github.com/doctrine/collections/issues",
- "source": "https://github.com/doctrine/collections/tree/1.6.7"
- },
- "time": "2020-07-27T17:53:49+00:00"
- },
- {
- "name": "doctrine/common",
- "version": "3.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/common.git",
- "reference": "2afde5a9844126bc311cd5f548b5475e75f800d3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/common/zipball/2afde5a9844126bc311cd5f548b5475e75f800d3",
- "reference": "2afde5a9844126bc311cd5f548b5475e75f800d3",
- "shasum": ""
- },
- "require": {
- "doctrine/persistence": "^2.0",
- "php": "^7.1 || ^8.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^6.0 || ^8.0",
- "phpstan/phpstan": "^0.12",
- "phpstan/phpstan-phpunit": "^0.12",
- "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
- "squizlabs/php_codesniffer": "^3.0",
- "symfony/phpunit-bridge": "^4.0.5"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\": "lib/Doctrine/Common"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
- },
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com"
- }
- ],
- "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
- "homepage": "https://www.doctrine-project.org/projects/common.html",
- "keywords": [
- "common",
- "doctrine",
- "php"
- ],
- "support": {
- "issues": "https://github.com/doctrine/common/issues",
- "source": "https://github.com/doctrine/common/tree/3.1.1"
- },
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-20T19:58:05+00:00"
- },
- {
- "name": "doctrine/dbal",
- "version": "2.12.1",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/dbal.git",
- "reference": "adce7a954a1c2f14f85e94aed90c8489af204086"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086",
- "reference": "adce7a954a1c2f14f85e94aed90c8489af204086",
- "shasum": ""
- },
- "require": {
- "doctrine/cache": "^1.0",
- "doctrine/event-manager": "^1.0",
- "ext-pdo": "*",
- "php": "^7.3 || ^8"
- },
- "require-dev": {
- "doctrine/coding-standard": "^8.1",
- "jetbrains/phpstorm-stubs": "^2019.1",
- "phpstan/phpstan": "^0.12.40",
- "phpunit/phpunit": "^9.4",
- "psalm/plugin-phpunit": "^0.10.0",
- "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
- "vimeo/psalm": "^3.17.2"
- },
- "suggest": {
- "symfony/console": "For helpful console commands such as SQL execution and import of files."
- },
- "bin": [
- "bin/doctrine-dbal"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- }
- ],
- "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
- "homepage": "https://www.doctrine-project.org/projects/dbal.html",
- "keywords": [
- "abstraction",
- "database",
- "db2",
- "dbal",
- "mariadb",
- "mssql",
- "mysql",
- "oci8",
- "oracle",
- "pdo",
- "pgsql",
- "postgresql",
- "queryobject",
- "sasql",
- "sql",
- "sqlanywhere",
- "sqlite",
- "sqlserver",
- "sqlsrv"
- ],
- "support": {
- "issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/2.12.1"
- },
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
- "type": "tidelift"
- }
- ],
- "time": "2020-11-14T20:26:58+00:00"
- },
- {
- "name": "doctrine/doctrine-bundle",
- "version": "2.1.2",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/DoctrineBundle.git",
- "reference": "f5153089993e1230f5d8acbd8e126014d5a63e17"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/f5153089993e1230f5d8acbd8e126014d5a63e17",
- "reference": "f5153089993e1230f5d8acbd8e126014d5a63e17",
- "shasum": ""
- },
- "require": {
- "doctrine/dbal": "^2.9.0|^3.0",
- "doctrine/persistence": "^1.3.3|^2.0",
- "doctrine/sql-formatter": "^1.0.1",
- "php": "^7.1 || ^8.0",
- "symfony/cache": "^4.3.3|^5.0",
- "symfony/config": "^4.3.3|^5.0",
- "symfony/console": "^3.4.30|^4.3.3|^5.0",
- "symfony/dependency-injection": "^4.3.3|^5.0",
- "symfony/doctrine-bridge": "^4.3.7|^5.0",
- "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0",
- "symfony/service-contracts": "^1.1.1|^2.0"
- },
- "conflict": {
- "doctrine/orm": "<2.6",
- "twig/twig": "<1.34|>=2.0,<2.4"
- },
- "require-dev": {
- "doctrine/coding-standard": "^6.0",
- "doctrine/orm": "^2.6",
- "ocramius/proxy-manager": "^2.1",
- "phpunit/phpunit": "^7.5",
- "symfony/phpunit-bridge": "^4.2",
- "symfony/property-info": "^4.3.3|^5.0",
- "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0",
- "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0",
- "symfony/validator": "^3.4.30|^4.3.3|^5.0",
- "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0",
- "symfony/yaml": "^3.4.30|^4.3.3|^5.0",
- "twig/twig": "^1.34|^2.12"
- },
- "suggest": {
- "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
- "symfony/web-profiler-bundle": "To use the data collector."
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\Bundle\\DoctrineBundle\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- },
- {
- "name": "Doctrine Project",
- "homepage": "http://www.doctrine-project.org/"
- }
- ],
- "description": "Symfony DoctrineBundle",
- "homepage": "http://www.doctrine-project.org",
- "keywords": [
- "database",
- "dbal",
- "orm",
- "persistence"
- ],
- "support": {
- "issues": "https://github.com/doctrine/DoctrineBundle/issues",
- "source": "https://github.com/doctrine/DoctrineBundle/tree/2.1.2"
- },
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
- "type": "tidelift"
- }
- ],
- "time": "2020-08-25T10:57:15+00:00"
- },
- {
- "name": "doctrine/doctrine-migrations-bundle",
- "version": "3.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
- "reference": "96e730b0ffa0bb39c0f913c1966213f1674bf249"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/96e730b0ffa0bb39c0f913c1966213f1674bf249",
- "reference": "96e730b0ffa0bb39c0f913c1966213f1674bf249",
- "shasum": ""
- },
- "require": {
- "doctrine/doctrine-bundle": "~1.0|~2.0",
- "doctrine/migrations": "~3.0",
- "php": "^7.2",
- "symfony/framework-bundle": "~3.4|~4.0|~5.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^5.0",
- "doctrine/orm": "^2.6",
- "phpstan/phpstan": "^0.11",
- "phpstan/phpstan-deprecation-rules": "^0.11",
- "phpstan/phpstan-phpunit": "^0.11",
- "phpstan/phpstan-strict-rules": "^0.11",
- "phpunit/phpunit": "^6.4|^7.0"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "3.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\Bundle\\MigrationsBundle\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Doctrine Project",
- "homepage": "http://www.doctrine-project.org"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- }
- ],
- "description": "Symfony DoctrineMigrationsBundle",
- "homepage": "https://www.doctrine-project.org",
- "keywords": [
- "dbal",
- "migrations",
- "schema"
- ],
- "support": {
- "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
- "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.0.x"
- },
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle",
- "type": "tidelift"
- }
- ],
- "time": "2020-06-15T06:04:38+00:00"
- },
- {
- "name": "doctrine/event-manager",
- "version": "1.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/event-manager.git",
- "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
- "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
- "shasum": ""
- },
- "require": {
- "php": "^7.1 || ^8.0"
- },
- "conflict": {
- "doctrine/common": "<2.9@dev"
- },
- "require-dev": {
- "doctrine/coding-standard": "^6.0",
- "phpunit/phpunit": "^7.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\": "lib/Doctrine/Common"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
- },
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com"
- }
- ],
- "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
- "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
- "keywords": [
- "event",
- "event dispatcher",
- "event manager",
- "event system",
- "events"
- ],
- "support": {
- "issues": "https://github.com/doctrine/event-manager/issues",
- "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
- },
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
- "type": "tidelift"
- }
- ],
- "time": "2020-05-29T18:28:51+00:00"
- },
- {
- "name": "doctrine/inflector",
- "version": "1.4.3",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/inflector.git",
- "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
- "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
- "shasum": ""
- },
- "require": {
- "php": "^7.2 || ^8.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^7.0",
- "phpstan/phpstan": "^0.11",
- "phpstan/phpstan-phpunit": "^0.11",
- "phpstan/phpstan-strict-rules": "^0.11",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
- "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
- "homepage": "https://www.doctrine-project.org/projects/inflector.html",
- "keywords": [
- "inflection",
- "inflector",
- "lowercase",
- "manipulation",
- "php",
- "plural",
- "singular",
- "strings",
- "uppercase",
- "words"
- ],
- "support": {
- "issues": "https://github.com/doctrine/inflector/issues",
- "source": "https://github.com/doctrine/inflector/tree/1.4.x"
- },
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
- "type": "tidelift"
- }
- ],
- "time": "2020-05-29T07:19:59+00:00"
- },
- {
- "name": "doctrine/instantiator",
- "version": "1.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/instantiator.git",
- "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
- "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
- "shasum": ""
- },
- "require": {
- "php": "^7.1 || ^8.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^8.0",
- "ext-pdo": "*",
- "ext-phar": "*",
- "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
- "phpstan/phpstan": "^0.12",
- "phpstan/phpstan-phpunit": "^0.12",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com",
- "homepage": "https://ocramius.github.io/"
- }
- ],
- "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
- "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
- "keywords": [
- "constructor",
- "instantiate"
- ],
- "support": {
- "issues": "https://github.com/doctrine/instantiator/issues",
- "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
- },
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
- "type": "tidelift"
- }
- ],
- "time": "2020-11-10T18:47:58+00:00"
- },
- {
- "name": "doctrine/lexer",
- "version": "1.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/lexer.git",
- "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
- "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
- "shasum": ""
- },
- "require": {
- "php": "^7.2 || ^8.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^6.0",
- "phpstan/phpstan": "^0.11.8",
- "phpunit/phpunit": "^8.2"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
- "homepage": "https://www.doctrine-project.org/projects/lexer.html",
- "keywords": [
- "annotations",
- "docblock",
- "lexer",
- "parser",
- "php"
- ],
- "support": {
- "issues": "https://github.com/doctrine/lexer/issues",
- "source": "https://github.com/doctrine/lexer/tree/1.2.1"
- },
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
- "type": "tidelift"
- }
- ],
- "time": "2020-05-25T17:44:05+00:00"
- },
- {
- "name": "doctrine/migrations",
- "version": "3.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/migrations.git",
- "reference": "6195e836ffc2e1bd5ddea468fa46015fbea00b3a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/migrations/zipball/6195e836ffc2e1bd5ddea468fa46015fbea00b3a",
- "reference": "6195e836ffc2e1bd5ddea468fa46015fbea00b3a",
- "shasum": ""
- },
- "require": {
- "composer/package-versions-deprecated": "^1.8",
- "doctrine/dbal": "^2.10",
- "doctrine/event-manager": "^1.0",
- "friendsofphp/proxy-manager-lts": "^1.0",
- "php": "^7.2 || ^8.0",
- "psr/log": "^1.1.3",
- "symfony/console": "^3.4 || ^4.4.16 || ^5.0",
- "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^8.0",
- "doctrine/orm": "^2.6",
- "doctrine/persistence": "^1.3 || ^2.0",
- "doctrine/sql-formatter": "^1.0",
- "ergebnis/composer-normalize": "^2.9",
- "ext-pdo_sqlite": "*",
- "phpstan/phpstan": "^0.12",
- "phpstan/phpstan-deprecation-rules": "^0.12",
- "phpstan/phpstan-phpunit": "^0.12",
- "phpstan/phpstan-strict-rules": "^0.12",
- "phpstan/phpstan-symfony": "^0.12",
- "phpunit/phpunit": "^8.5 || ^9.4",
- "symfony/process": "^3.4 || ^4.0 || ^5.0",
- "symfony/yaml": "^3.4 || ^4.0 || ^5.0"
- },
- "suggest": {
- "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
- "symfony/yaml": "Allows the use of yaml for migration configuration files."
- },
- "bin": [
- "bin/doctrine-migrations"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.0.x-dev"
- },
- "composer-normalize": {
- "indent-size": 4,
- "indent-style": "space"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- },
- {
- "name": "Michael Simonson",
- "email": "contact@mikesimonson.com"
- }
- ],
- "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
- "homepage": "https://www.doctrine-project.org/projects/migrations.html",
- "keywords": [
- "database",
- "dbal",
- "migrations"
- ],
- "support": {
- "issues": "https://github.com/doctrine/migrations/issues",
- "source": "https://github.com/doctrine/migrations/tree/3.0.2"
- },
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
- "type": "tidelift"
- }
- ],
- "time": "2020-12-23T14:08:13+00:00"
- },
- {
- "name": "doctrine/orm",
- "version": "2.7.4",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/orm.git",
- "reference": "7d84a4998091ece4d645253ac65de9f879eeed2f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/orm/zipball/7d84a4998091ece4d645253ac65de9f879eeed2f",
- "reference": "7d84a4998091ece4d645253ac65de9f879eeed2f",
- "shasum": ""
- },
- "require": {
- "composer/package-versions-deprecated": "^1.8",
- "doctrine/annotations": "^1.8",
- "doctrine/cache": "^1.9.1",
- "doctrine/collections": "^1.5",
- "doctrine/common": "^2.11 || ^3.0",
- "doctrine/dbal": "^2.9.3",
- "doctrine/event-manager": "^1.1",
- "doctrine/inflector": "^1.0",
- "doctrine/instantiator": "^1.3",
- "doctrine/lexer": "^1.0",
- "doctrine/persistence": "^1.3.3 || ^2.0",
- "ext-pdo": "*",
- "php": "^7.1",
- "symfony/console": "^3.0|^4.0|^5.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^5.0",
- "phpstan/phpstan": "^0.12.18",
- "phpunit/phpunit": "^7.5",
- "symfony/yaml": "^3.4|^4.0|^5.0",
- "vimeo/psalm": "^3.11"
- },
- "suggest": {
- "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
- },
- "bin": [
- "bin/doctrine"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.7.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\ORM\\": "lib/Doctrine/ORM"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- },
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com"
- }
- ],
- "description": "Object-Relational-Mapper for PHP",
- "homepage": "https://www.doctrine-project.org/projects/orm.html",
- "keywords": [
- "database",
- "orm"
- ],
- "support": {
- "issues": "https://github.com/doctrine/orm/issues",
- "source": "https://github.com/doctrine/orm/tree/2.7.4"
- },
- "time": "2020-10-10T17:11:26+00:00"
- },
- {
- "name": "doctrine/persistence",
- "version": "2.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/persistence.git",
- "reference": "9899c16934053880876b920a3b8b02ed2337ac1d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/persistence/zipball/9899c16934053880876b920a3b8b02ed2337ac1d",
- "reference": "9899c16934053880876b920a3b8b02ed2337ac1d",
- "shasum": ""
- },
- "require": {
- "doctrine/annotations": "^1.0",
- "doctrine/cache": "^1.0",
- "doctrine/collections": "^1.0",
- "doctrine/event-manager": "^1.0",
- "php": "^7.1 || ^8.0"
- },
- "conflict": {
- "doctrine/common": "<2.10@dev"
- },
- "require-dev": {
- "composer/package-versions-deprecated": "^1.11",
- "doctrine/coding-standard": "^6.0 || ^8.0",
- "doctrine/common": "^3.0",
- "phpstan/phpstan": "^0.12",
- "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
- "vimeo/psalm": "^3.11"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\": "lib/Doctrine/Common",
- "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
- },
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com"
- }
- ],
- "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
- "homepage": "https://doctrine-project.org/projects/persistence.html",
- "keywords": [
- "mapper",
- "object",
- "odm",
- "orm",
- "persistence"
- ],
- "support": {
- "issues": "https://github.com/doctrine/persistence/issues",
- "source": "https://github.com/doctrine/persistence/tree/2.1.0"
- },
- "time": "2020-10-24T22:13:54+00:00"
- },
- {
- "name": "doctrine/sql-formatter",
- "version": "1.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/sql-formatter.git",
- "reference": "56070bebac6e77230ed7d306ad13528e60732871"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/56070bebac6e77230ed7d306ad13528e60732871",
- "reference": "56070bebac6e77230ed7d306ad13528e60732871",
- "shasum": ""
- },
- "require": {
- "php": "^7.1 || ^8.0"
- },
- "require-dev": {
- "bamarni/composer-bin-plugin": "^1.4"
- },
- "bin": [
- "bin/sql-formatter"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\SqlFormatter\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jeremy Dorn",
- "email": "jeremy@jeremydorn.com",
- "homepage": "http://jeremydorn.com/"
- }
- ],
- "description": "a PHP SQL highlighting library",
- "homepage": "https://github.com/doctrine/sql-formatter/",
- "keywords": [
- "highlight",
- "sql"
- ],
- "support": {
- "issues": "https://github.com/doctrine/sql-formatter/issues",
- "source": "https://github.com/doctrine/sql-formatter/tree/1.1.x"
- },
- "time": "2020-07-30T16:57:33+00:00"
- },
- {
- "name": "egulias/email-validator",
- "version": "2.1.25",
- "source": {
- "type": "git",
- "url": "https://github.com/egulias/EmailValidator.git",
- "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
- "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
- "shasum": ""
- },
- "require": {
- "doctrine/lexer": "^1.0.1",
- "php": ">=5.5",
- "symfony/polyfill-intl-idn": "^1.10"
- },
- "require-dev": {
- "dominicsayers/isemail": "^3.0.7",
- "phpunit/phpunit": "^4.8.36|^7.5.15",
- "satooshi/php-coveralls": "^1.0.1"
- },
- "suggest": {
- "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Egulias\\EmailValidator\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Eduardo Gulias Davis"
- }
- ],
- "description": "A library for validating emails against several RFCs",
- "homepage": "https://github.com/egulias/EmailValidator",
- "keywords": [
- "email",
- "emailvalidation",
- "emailvalidator",
- "validation",
- "validator"
- ],
- "support": {
- "issues": "https://github.com/egulias/EmailValidator/issues",
- "source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
- },
- "funding": [
- {
- "url": "https://github.com/egulias",
- "type": "github"
- }
- ],
- "time": "2020-12-29T14:50:06+00:00"
- },
- {
- "name": "fig/link-util",
- "version": "1.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/link-util.git",
- "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/link-util/zipball/c038ee75ca13663ddc2d1f185fe6f7533c00832a",
- "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a",
- "shasum": ""
- },
- "require": {
- "php": ">=5.5.0",
- "psr/link": "~1.0@dev"
- },
- "provide": {
- "psr/link-implementation": "1.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.1",
- "squizlabs/php_codesniffer": "^2.3.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Fig\\Link\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common utility implementations for HTTP links",
- "keywords": [
- "http",
- "http-link",
- "link",
- "psr",
- "psr-13",
- "rest"
- ],
- "support": {
- "issues": "https://github.com/php-fig/link-util/issues",
- "source": "https://github.com/php-fig/link-util/tree/1.1.1"
- },
- "time": "2020-04-27T06:40:36+00:00"
- },
- {
- "name": "friendsofphp/proxy-manager-lts",
- "version": "v1.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
- "reference": "121af47c9aee9c03031bdeca3fac0540f59aa5c3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/121af47c9aee9c03031bdeca3fac0540f59aa5c3",
- "reference": "121af47c9aee9c03031bdeca3fac0540f59aa5c3",
- "shasum": ""
- },
- "require": {
- "laminas/laminas-code": "~3.4.1|^4.0",
- "php": ">=7.1",
- "symfony/filesystem": "^4.4.17|^5.0"
- },
- "conflict": {
- "laminas/laminas-stdlib": "<3.2.1",
- "zendframework/zend-stdlib": "<3.2.1"
- },
- "replace": {
- "ocramius/proxy-manager": "^2.1"
- },
- "require-dev": {
- "ext-phar": "*",
- "symfony/phpunit-bridge": "^5.2"
- },
- "type": "library",
- "extra": {
- "thanks": {
- "name": "ocramius/proxy-manager",
- "url": "https://github.com/Ocramius/ProxyManager"
- }
- },
- "autoload": {
- "psr-4": {
- "ProxyManager\\": "src/ProxyManager"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com",
- "homepage": "http://ocramius.github.io/"
- },
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- }
- ],
- "description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager",
- "homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts",
- "keywords": [
- "aop",
- "lazy loading",
- "proxy",
- "proxy pattern",
- "service proxies"
- ],
- "support": {
- "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
- "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.3"
- },
- "funding": [
- {
- "url": "https://github.com/Ocramius",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-14T21:52:44+00:00"
- },
- {
- "name": "gedmo/doctrine-extensions",
- "version": "v3.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
- "reference": "b4302ede2e247a6cc884b302a5f7146e08bd1b18"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/b4302ede2e247a6cc884b302a5f7146e08bd1b18",
- "reference": "b4302ede2e247a6cc884b302a5f7146e08bd1b18",
- "shasum": ""
- },
- "require": {
- "behat/transliterator": "~1.2",
- "doctrine/annotations": "^1.2",
- "doctrine/cache": "^1.0",
- "doctrine/collections": "^1.0",
- "doctrine/common": "^2.13 || ^3.0",
- "doctrine/event-manager": "^1.0",
- "php": "^7.2 || ^8.0"
- },
- "conflict": {
- "doctrine/mongodb": "<1.3",
- "doctrine/mongodb-odm": "<2.0",
- "sebastian/comparator": "<2.0"
- },
- "provide": {
- "ext-mongo": "1.6.12"
- },
- "require-dev": {
- "alcaeus/mongo-php-adapter": "^1.1",
- "doctrine/mongodb-odm": "^2.0",
- "doctrine/orm": "^2.6.3",
- "friendsofphp/php-cs-fixer": "^2.16",
- "phpunit/phpunit": "^8.5",
- "symfony/yaml": "^4.1"
- },
- "suggest": {
- "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
- "doctrine/orm": "to use the extensions with the ORM"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Gedmo\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Gediminas Morkevicius",
- "email": "gediminas.morkevicius@gmail.com"
- },
- {
- "name": "Gustavo Falco",
- "email": "comfortablynumb84@gmail.com"
- },
- {
- "name": "David Buchmann",
- "email": "david@liip.ch"
- }
- ],
- "description": "Doctrine2 behavioral extensions",
- "homepage": "http://gediminasm.org/",
- "keywords": [
- "Blameable",
- "behaviors",
- "doctrine2",
- "extensions",
- "gedmo",
- "loggable",
- "nestedset",
- "sluggable",
- "sortable",
- "timestampable",
- "translatable",
- "tree",
- "uploadable"
- ],
- "support": {
- "email": "gediminas.morkevicius@gmail.com",
- "issues": "https://github.com/Atlantic18/DoctrineExtensions/issues",
- "source": "https://github.com/Atlantic18/DoctrineExtensions/tree/v3.0.3",
- "wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc"
- },
- "time": "2021-01-23T23:40:14+00:00"
- },
- {
- "name": "giggsey/libphonenumber-for-php",
- "version": "8.12.11",
- "source": {
- "type": "git",
- "url": "https://github.com/giggsey/libphonenumber-for-php.git",
- "reference": "a3e8c9c832b3c40d69b477b2a96b252d03fbf274"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/a3e8c9c832b3c40d69b477b2a96b252d03fbf274",
- "reference": "a3e8c9c832b3c40d69b477b2a96b252d03fbf274",
- "shasum": ""
- },
- "require": {
- "giggsey/locale": "^1.7",
- "php": ">=5.3.2",
- "symfony/polyfill-mbstring": "^1.17"
- },
- "require-dev": {
- "pear/pear-core-minimal": "^1.9",
- "pear/pear_exception": "^1.0",
- "pear/versioncontrol_git": "^0.5",
- "phing/phing": "^2.7",
- "php-coveralls/php-coveralls": "^1.0|^2.0",
- "phpunit/phpunit": "^4.8.36|^5.0",
- "symfony/console": "^2.8|^3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "8.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "libphonenumber\\": "src/"
- },
- "exclude-from-classmap": [
- "/src/data/",
- "/src/carrier/data/",
- "/src/geocoding/data/",
- "/src/timezone/data/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Joshua Gigg",
- "email": "giggsey@gmail.com",
- "homepage": "https://giggsey.com/"
- }
- ],
- "description": "PHP Port of Google's libphonenumber",
- "homepage": "https://github.com/giggsey/libphonenumber-for-php",
- "keywords": [
- "geocoding",
- "geolocation",
- "libphonenumber",
- "mobile",
- "phonenumber",
- "validation"
- ],
- "support": {
- "irc": "irc://irc.appliedirc.com/lobby",
- "issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
- "source": "https://github.com/giggsey/libphonenumber-for-php"
- },
- "time": "2020-10-09T15:01:50+00:00"
- },
- {
- "name": "giggsey/locale",
- "version": "1.9",
- "source": {
- "type": "git",
- "url": "https://github.com/giggsey/Locale.git",
- "reference": "b07f1eace8072ccc61445ad8fbd493ff9d783043"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/giggsey/Locale/zipball/b07f1eace8072ccc61445ad8fbd493ff9d783043",
- "reference": "b07f1eace8072ccc61445ad8fbd493ff9d783043",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2"
- },
- "require-dev": {
- "pear/pear-core-minimal": "^1.9",
- "pear/pear_exception": "^1.0",
- "pear/versioncontrol_git": "^0.5",
- "phing/phing": "~2.7",
- "php-coveralls/php-coveralls": "^1.0|^2.0",
- "phpunit/phpunit": "^4.8|^5.0",
- "symfony/console": "^2.8|^3.0|^4.0",
- "symfony/filesystem": "^2.8|^3.0|^4.0",
- "symfony/finder": "^2.8|^3.0|^4.0",
- "symfony/process": "^2.8|^3.0|^4.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Giggsey\\Locale\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Joshua Gigg",
- "email": "giggsey@gmail.com",
- "homepage": "http://giggsey.com/"
- }
- ],
- "description": "Locale functions required by libphonenumber-for-php",
- "support": {
- "issues": "https://github.com/giggsey/Locale/issues",
- "source": "https://github.com/giggsey/Locale/tree/master"
- },
- "time": "2020-07-07T11:16:24+00:00"
- },
- {
- "name": "knplabs/knp-components",
- "version": "v2.5.1",
- "source": {
- "type": "git",
- "url": "https://github.com/KnpLabs/knp-components.git",
- "reference": "ab7ced8a662e6aa1898b5c4919fe3eb78d62d963"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/ab7ced8a662e6aa1898b5c4919fe3eb78d62d963",
- "reference": "ab7ced8a662e6aa1898b5c4919fe3eb78d62d963",
- "shasum": ""
- },
- "require": {
- "php": "^7.2",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/event-dispatcher": "^3.4 || ^4.0 || ^5.0",
- "symfony/http-foundation": "^3.4 || ^4.0 || ^5.0"
- },
- "require-dev": {
- "doctrine/mongodb-odm": "^2.0",
- "doctrine/orm": "^2.5",
- "doctrine/phpcr-odm": "^1.2",
- "jackalope/jackalope-doctrine-dbal": "^1.2",
- "phpunit/phpunit": "^8.5 || ^9.3",
- "ruflin/elastica": "^1.0",
- "symfony/http-kernel": "^3.4 || ^4.0 || ^5.0",
- "symfony/property-access": "^3.4 || ^4.0 || ^5.0"
- },
- "suggest": {
- "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
- "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
- "doctrine/orm": "to allow usage pagination with Doctrine ORM",
- "doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR",
- "propel/propel1": "to allow usage pagination with Propel ORM",
- "ruflin/elastica": "to allow usage pagination with ElasticSearch Client",
- "solarium/solarium": "to allow usage pagination with Solarium Client",
- "symfony/property-access": "To allow sorting arrays"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Knp\\Component\\": "src/Knp/Component"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "KnpLabs Team",
- "homepage": "https://knplabs.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://github.com/KnpLabs/knp-components/contributors"
- }
- ],
- "description": "Knplabs component library",
- "homepage": "http://github.com/KnpLabs/knp-components",
- "keywords": [
- "components",
- "knp",
- "knplabs",
- "pager",
- "paginator"
- ],
- "support": {
- "issues": "https://github.com/KnpLabs/knp-components/issues",
- "source": "https://github.com/KnpLabs/knp-components/tree/v2.5.1"
- },
- "time": "2020-11-27T10:10:33+00:00"
- },
- {
- "name": "knplabs/knp-menu",
- "version": "v3.1.2",
- "source": {
- "type": "git",
- "url": "https://github.com/KnpLabs/KnpMenu.git",
- "reference": "9996764bc4bdc4381ecdc4617817de23948f0cdb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/9996764bc4bdc4381ecdc4617817de23948f0cdb",
- "reference": "9996764bc4bdc4381ecdc4617817de23948f0cdb",
- "shasum": ""
- },
- "require": {
- "php": "^7.2 || ^8.0"
- },
- "conflict": {
- "twig/twig": "<1.40 || >=2,<2.9"
- },
- "require-dev": {
- "phpspec/prophecy": "^1.8",
- "psr/container": "^1.0",
- "symfony/http-foundation": "^3.4 || ^4.2|| ^5.0",
- "symfony/phpunit-bridge": "^3.3 || ^4.2|| ^5.0",
- "symfony/routing": "^3.4 || ^4.2|| ^5.0",
- "twig/twig": "^1.40 || ^2.9 || ^3.0"
- },
- "suggest": {
- "twig/twig": "for the TwigRenderer and the integration with your templates"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Knp\\Menu\\": "src/Knp/Menu"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "KnpLabs",
- "homepage": "https://knplabs.com"
- },
- {
- "name": "Christophe Coevoet",
- "email": "stof@notk.org"
- },
- {
- "name": "The Community",
- "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
- }
- ],
- "description": "An object oriented menu library",
- "homepage": "https://knplabs.com",
- "keywords": [
- "menu",
- "tree"
- ],
- "support": {
- "issues": "https://github.com/KnpLabs/KnpMenu/issues",
- "source": "https://github.com/KnpLabs/KnpMenu/tree/master"
- },
- "time": "2020-08-15T08:01:46+00:00"
- },
- {
- "name": "knplabs/knp-menu-bundle",
- "version": "v3.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
- "reference": "2795e236db1d807040762be9a2813ab8c6ed0569"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/2795e236db1d807040762be9a2813ab8c6ed0569",
- "reference": "2795e236db1d807040762be9a2813ab8c6ed0569",
- "shasum": ""
- },
- "require": {
- "knplabs/knp-menu": "^3.0",
- "php": "^7.2",
- "symfony/framework-bundle": "^3.4 | ^4.2 | ^5.0"
- },
- "require-dev": {
- "phpspec/prophecy": "^1.8",
- "symfony/expression-language": "^3.4 | ^4.2 | ^5.0",
- "symfony/phpunit-bridge": "^3.4 | ^4.2 | ^5.0",
- "symfony/templating": "^3.4 | ^4.0 | ^5.0"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "3.1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Knp\\Bundle\\MenuBundle\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Knplabs",
- "homepage": "http://knplabs.com"
- },
- {
- "name": "Christophe Coevoet",
- "email": "stof@notk.org"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
- }
- ],
- "description": "This bundle provides an integration of the KnpMenu library",
- "keywords": [
- "menu"
- ],
- "support": {
- "issues": "https://github.com/KnpLabs/KnpMenuBundle/issues",
- "source": "https://github.com/KnpLabs/KnpMenuBundle/tree/master"
- },
- "time": "2019-12-01T13:07:41+00:00"
- },
- {
- "name": "knplabs/knp-paginator-bundle",
- "version": "v5.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
- "reference": "87ca999b6ac886e3f20a1e3abc07523140509ca4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/87ca999b6ac886e3f20a1e3abc07523140509ca4",
- "reference": "87ca999b6ac886e3f20a1e3abc07523140509ca4",
- "shasum": ""
- },
- "require": {
- "knplabs/knp-components": "^2.4",
- "php": "^7.2",
- "symfony/config": "^4.4 || ^5.0",
- "symfony/dependency-injection": "^4.4 || ^5.0",
- "symfony/event-dispatcher": "^4.4 || ^5.0",
- "symfony/http-foundation": "^4.4 || ^5.0",
- "symfony/http-kernel": "^4.4 || ^5.0",
- "symfony/routing": "^4.4 || ^5.0",
- "symfony/translation": "^4.4 || ^5.0",
- "twig/twig": "^2.0 || ^3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
- "symfony/expression-language": "^4.4 || ^5.0",
- "symfony/templating": "^4.4 || ^5.0"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "5.3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Knp\\Bundle\\PaginatorBundle\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "KnpLabs Team",
- "homepage": "http://knplabs.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle/contributors"
- }
- ],
- "description": "Paginator bundle for Symfony to automate pagination and simplify sorting and other features",
- "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle",
- "keywords": [
- "bundle",
- "knp",
- "knplabs",
- "pager",
- "pagination",
- "paginator",
- "symfony"
- ],
- "support": {
- "issues": "https://github.com/KnpLabs/KnpPaginatorBundle/issues",
- "source": "https://github.com/KnpLabs/KnpPaginatorBundle/tree/master"
- },
- "time": "2020-07-21T07:55:12+00:00"
- },
- {
- "name": "laminas/laminas-code",
- "version": "4.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/laminas/laminas-code.git",
- "reference": "28a6d70ea8b8bca687d7163300e611ae33baf82a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laminas/laminas-code/zipball/28a6d70ea8b8bca687d7163300e611ae33baf82a",
- "reference": "28a6d70ea8b8bca687d7163300e611ae33baf82a",
- "shasum": ""
- },
- "require": {
- "laminas/laminas-eventmanager": "^3.3",
- "php": "^7.4 || ~8.0.0"
- },
- "conflict": {
- "phpspec/prophecy": "<1.9.0"
- },
- "replace": {
- "zendframework/zend-code": "self.version"
- },
- "require-dev": {
- "doctrine/annotations": "^1.10.4",
- "ext-phar": "*",
- "laminas/laminas-coding-standard": "^2.1.4",
- "laminas/laminas-stdlib": "^3.3.0",
- "phpunit/phpunit": "^9.4.2",
- "psalm/plugin-phpunit": "^0.14.0",
- "vimeo/psalm": "^4.3.1"
- },
- "suggest": {
- "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
- "laminas/laminas-stdlib": "Laminas\\Stdlib component",
- "laminas/laminas-zendframework-bridge": "A bridge with Zend Framework"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Laminas\\Code\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
- "homepage": "https://laminas.dev",
- "keywords": [
- "code",
- "laminas",
- "laminasframework"
- ],
- "support": {
- "chat": "https://laminas.dev/chat",
- "docs": "https://docs.laminas.dev/laminas-code/",
- "forum": "https://discourse.laminas.dev",
- "issues": "https://github.com/laminas/laminas-code/issues",
- "rss": "https://github.com/laminas/laminas-code/releases.atom",
- "source": "https://github.com/laminas/laminas-code"
- },
- "funding": [
- {
- "url": "https://funding.communitybridge.org/projects/laminas-project",
- "type": "community_bridge"
- }
- ],
- "time": "2020-12-30T16:16:14+00:00"
- },
- {
- "name": "laminas/laminas-eventmanager",
- "version": "3.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/laminas/laminas-eventmanager.git",
- "reference": "1940ccf30e058b2fd66f5a9d696f1b5e0027b082"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/1940ccf30e058b2fd66f5a9d696f1b5e0027b082",
- "reference": "1940ccf30e058b2fd66f5a9d696f1b5e0027b082",
- "shasum": ""
- },
- "require": {
- "laminas/laminas-zendframework-bridge": "^1.0",
- "php": "^7.3 || ^8.0"
- },
- "replace": {
- "zendframework/zend-eventmanager": "^3.2.1"
- },
- "require-dev": {
- "container-interop/container-interop": "^1.1",
- "laminas/laminas-coding-standard": "~1.0.0",
- "laminas/laminas-stdlib": "^2.7.3 || ^3.0",
- "phpbench/phpbench": "^0.17.1",
- "phpunit/phpunit": "^8.5.8"
- },
- "suggest": {
- "container-interop/container-interop": "^1.1, to use the lazy listeners feature",
- "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.3.x-dev",
- "dev-develop": "3.4.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Laminas\\EventManager\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "Trigger and listen to events within a PHP application",
- "homepage": "https://laminas.dev",
- "keywords": [
- "event",
- "eventmanager",
- "events",
- "laminas"
- ],
- "support": {
- "chat": "https://laminas.dev/chat",
- "docs": "https://docs.laminas.dev/laminas-eventmanager/",
- "forum": "https://discourse.laminas.dev",
- "issues": "https://github.com/laminas/laminas-eventmanager/issues",
- "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
- "source": "https://github.com/laminas/laminas-eventmanager"
- },
- "funding": [
- {
- "url": "https://funding.communitybridge.org/projects/laminas-project",
- "type": "community_bridge"
- }
- ],
- "time": "2020-08-25T11:10:44+00:00"
- },
- {
- "name": "laminas/laminas-zendframework-bridge",
- "version": "1.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
- "reference": "6ede70583e101030bcace4dcddd648f760ddf642"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
- "reference": "6ede70583e101030bcace4dcddd648f760ddf642",
- "shasum": ""
- },
- "require": {
- "php": "^5.6 || ^7.0 || ^8.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
- "squizlabs/php_codesniffer": "^3.5"
- },
- "type": "library",
- "extra": {
- "laminas": {
- "module": "Laminas\\ZendFrameworkBridge"
- }
- },
- "autoload": {
- "files": [
- "src/autoload.php"
- ],
- "psr-4": {
- "Laminas\\ZendFrameworkBridge\\": "src//"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "Alias legacy ZF class names to Laminas Project equivalents.",
- "keywords": [
- "ZendFramework",
- "autoloading",
- "laminas",
- "zf"
- ],
- "support": {
- "forum": "https://discourse.laminas.dev/",
- "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
- "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
- "source": "https://github.com/laminas/laminas-zendframework-bridge"
- },
- "funding": [
- {
- "url": "https://funding.communitybridge.org/projects/laminas-project",
- "type": "community_bridge"
- }
- ],
- "time": "2020-09-14T14:23:00+00:00"
- },
- {
- "name": "monolog/monolog",
- "version": "2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/Seldaek/monolog.git",
- "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
- "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2",
- "psr/log": "^1.0.1"
- },
- "provide": {
- "psr/log-implementation": "1.0.0"
- },
- "require-dev": {
- "aws/aws-sdk-php": "^2.4.9 || ^3.0",
- "doctrine/couchdb": "~1.0@dev",
- "elasticsearch/elasticsearch": "^7",
- "graylog2/gelf-php": "^1.4.2",
- "mongodb/mongodb": "^1.8",
- "php-amqplib/php-amqplib": "~2.4",
- "php-console/php-console": "^3.1.3",
- "phpspec/prophecy": "^1.6.1",
- "phpstan/phpstan": "^0.12.59",
- "phpunit/phpunit": "^8.5",
- "predis/predis": "^1.1",
- "rollbar/rollbar": "^1.3",
- "ruflin/elastica": ">=0.90 <7.0.1",
- "swiftmailer/swiftmailer": "^5.3|^6.0"
- },
- "suggest": {
- "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
- "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
- "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
- "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
- "ext-mbstring": "Allow to work properly with unicode symbols",
- "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
- "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
- "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
- "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
- "php-console/php-console": "Allow sending log messages to Google Chrome",
- "rollbar/rollbar": "Allow sending log messages to Rollbar",
- "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Monolog\\": "src/Monolog"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "https://seld.be"
- }
- ],
- "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
- "homepage": "https://github.com/Seldaek/monolog",
- "keywords": [
- "log",
- "logging",
- "psr-3"
- ],
- "support": {
- "issues": "https://github.com/Seldaek/monolog/issues",
- "source": "https://github.com/Seldaek/monolog/tree/2.2.0"
- },
- "funding": [
- {
- "url": "https://github.com/Seldaek",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
- "type": "tidelift"
- }
- ],
- "time": "2020-12-14T13:15:25+00:00"
- },
- {
- "name": "nelmio/cors-bundle",
- "version": "2.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/nelmio/NelmioCorsBundle.git",
- "reference": "be4d5824caebc86da9e224e935e02e1201b3ea54"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/be4d5824caebc86da9e224e935e02e1201b3ea54",
- "reference": "be4d5824caebc86da9e224e935e02e1201b3ea54",
- "shasum": ""
- },
- "require": {
- "symfony/framework-bundle": "^4.3 || ^5.0"
- },
- "require-dev": {
- "mockery/mockery": "^1.2",
- "symfony/phpunit-bridge": "^4.3 || ^5.0"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Nelmio\\CorsBundle\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nelmio",
- "homepage": "http://nelm.io"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
- }
- ],
- "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application",
- "keywords": [
- "api",
- "cors",
- "crossdomain"
- ],
- "support": {
- "issues": "https://github.com/nelmio/NelmioCorsBundle/issues",
- "source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.1.0"
- },
- "time": "2020-07-22T11:44:28+00:00"
- },
- {
- "name": "phpdocumentor/reflection-common",
- "version": "2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
- "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
- "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
- "shasum": ""
- },
- "require": {
- "php": "^7.2 || ^8.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-2.x": "2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "phpDocumentor\\Reflection\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jaap van Otterdijk",
- "email": "opensource@ijaap.nl"
- }
- ],
- "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
- "homepage": "http://www.phpdoc.org",
- "keywords": [
- "FQSEN",
- "phpDocumentor",
- "phpdoc",
- "reflection",
- "static analysis"
- ],
- "support": {
- "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
- "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
- },
- "time": "2020-06-27T09:03:43+00:00"
- },
- {
- "name": "phpdocumentor/reflection-docblock",
- "version": "5.2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
- "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
- "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
- "shasum": ""
- },
- "require": {
- "ext-filter": "*",
- "php": "^7.2 || ^8.0",
- "phpdocumentor/reflection-common": "^2.2",
- "phpdocumentor/type-resolver": "^1.3",
- "webmozart/assert": "^1.9.1"
- },
- "require-dev": {
- "mockery/mockery": "~1.3.2"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "phpDocumentor\\Reflection\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Mike van Riel",
- "email": "me@mikevanriel.com"
- },
- {
- "name": "Jaap van Otterdijk",
- "email": "account@ijaap.nl"
- }
- ],
- "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
- "support": {
- "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
- "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
- },
- "time": "2020-09-03T19:13:55+00:00"
- },
- {
- "name": "phpdocumentor/type-resolver",
- "version": "1.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phpDocumentor/TypeResolver.git",
- "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
- "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
- "shasum": ""
- },
- "require": {
- "php": "^7.2 || ^8.0",
- "phpdocumentor/reflection-common": "^2.0"
- },
- "require-dev": {
- "ext-tokenizer": "*"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-1.x": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "phpDocumentor\\Reflection\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Mike van Riel",
- "email": "me@mikevanriel.com"
- }
- ],
- "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
- "support": {
- "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
- "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
- },
- "time": "2020-09-17T18:55:26+00:00"
- },
- {
- "name": "psr/cache",
- "version": "1.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/cache.git",
- "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
- "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Cache\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interface for caching libraries",
- "keywords": [
- "cache",
- "psr",
- "psr-6"
- ],
- "support": {
- "source": "https://github.com/php-fig/cache/tree/master"
- },
- "time": "2016-08-06T20:24:11+00:00"
- },
- {
- "name": "psr/container",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/container.git",
- "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
- "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Container\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common Container Interface (PHP FIG PSR-11)",
- "homepage": "https://github.com/php-fig/container",
- "keywords": [
- "PSR-11",
- "container",
- "container-interface",
- "container-interop",
- "psr"
- ],
- "support": {
- "issues": "https://github.com/php-fig/container/issues",
- "source": "https://github.com/php-fig/container/tree/master"
- },
- "time": "2017-02-14T16:28:37+00:00"
- },
- {
- "name": "psr/event-dispatcher",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/event-dispatcher.git",
- "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
- "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\EventDispatcher\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Standard interfaces for event handling.",
- "keywords": [
- "events",
- "psr",
- "psr-14"
- ],
- "support": {
- "issues": "https://github.com/php-fig/event-dispatcher/issues",
- "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
- },
- "time": "2019-01-08T18:20:26+00:00"
- },
- {
- "name": "psr/http-message",
- "version": "1.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/http-message.git",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Http\\Message\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interface for HTTP messages",
- "homepage": "https://github.com/php-fig/http-message",
- "keywords": [
- "http",
- "http-message",
- "psr",
- "psr-7",
- "request",
- "response"
- ],
- "support": {
- "source": "https://github.com/php-fig/http-message/tree/master"
- },
- "time": "2016-08-06T14:39:51+00:00"
- },
- {
- "name": "psr/link",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/link.git",
- "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
- "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Link\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interfaces for HTTP links",
- "keywords": [
- "http",
- "http-link",
- "link",
- "psr",
- "psr-13",
- "rest"
- ],
- "support": {
- "source": "https://github.com/php-fig/link/tree/master"
- },
- "time": "2016-10-28T16:06:13+00:00"
- },
- {
- "name": "psr/log",
- "version": "1.1.3",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/log.git",
- "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
- "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Log\\": "Psr/Log/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interface for logging libraries",
- "homepage": "https://github.com/php-fig/log",
- "keywords": [
- "log",
- "psr",
- "psr-3"
- ],
- "support": {
- "source": "https://github.com/php-fig/log/tree/1.1.3"
- },
- "time": "2020-03-23T09:12:05+00:00"
- },
- {
- "name": "ramsey/collection",
- "version": "1.1.3",
- "source": {
- "type": "git",
- "url": "https://github.com/ramsey/collection.git",
- "reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ramsey/collection/zipball/28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
- "reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
- "shasum": ""
- },
- "require": {
- "php": "^7.2 || ^8"
- },
- "require-dev": {
- "captainhook/captainhook": "^5.3",
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
- "ergebnis/composer-normalize": "^2.6",
- "fakerphp/faker": "^1.5",
- "hamcrest/hamcrest-php": "^2",
- "jangregor/phpstan-prophecy": "^0.8",
- "mockery/mockery": "^1.3",
- "phpstan/extension-installer": "^1",
- "phpstan/phpstan": "^0.12.32",
- "phpstan/phpstan-mockery": "^0.12.5",
- "phpstan/phpstan-phpunit": "^0.12.11",
- "phpunit/phpunit": "^8.5 || ^9",
- "psy/psysh": "^0.10.4",
- "slevomat/coding-standard": "^6.3",
- "squizlabs/php_codesniffer": "^3.5",
- "vimeo/psalm": "^4.4"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Ramsey\\Collection\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ben Ramsey",
- "email": "ben@benramsey.com",
- "homepage": "https://benramsey.com"
- }
- ],
- "description": "A PHP 7.2+ library for representing and manipulating collections.",
- "keywords": [
- "array",
- "collection",
- "hash",
- "map",
- "queue",
- "set"
- ],
- "support": {
- "issues": "https://github.com/ramsey/collection/issues",
- "source": "https://github.com/ramsey/collection/tree/1.1.3"
- },
- "funding": [
- {
- "url": "https://github.com/ramsey",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-21T17:40:04+00:00"
- },
- {
- "name": "ramsey/uuid",
- "version": "4.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/ramsey/uuid.git",
- "reference": "cd4032040a750077205918c86049aa0f43d22947"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947",
- "reference": "cd4032040a750077205918c86049aa0f43d22947",
- "shasum": ""
- },
- "require": {
- "brick/math": "^0.8 || ^0.9",
- "ext-json": "*",
- "php": "^7.2 || ^8",
- "ramsey/collection": "^1.0",
- "symfony/polyfill-ctype": "^1.8"
- },
- "replace": {
- "rhumsaa/uuid": "self.version"
- },
- "require-dev": {
- "codeception/aspect-mock": "^3",
- "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
- "doctrine/annotations": "^1.8",
- "goaop/framework": "^2",
- "mockery/mockery": "^1.3",
- "moontoast/math": "^1.1",
- "paragonie/random-lib": "^2",
- "php-mock/php-mock-mockery": "^1.3",
- "php-mock/php-mock-phpunit": "^2.5",
- "php-parallel-lint/php-parallel-lint": "^1.1",
- "phpbench/phpbench": "^0.17.1",
- "phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "^0.12",
- "phpstan/phpstan-mockery": "^0.12",
- "phpstan/phpstan-phpunit": "^0.12",
- "phpunit/phpunit": "^8.5",
- "psy/psysh": "^0.10.0",
- "slevomat/coding-standard": "^6.0",
- "squizlabs/php_codesniffer": "^3.5",
- "vimeo/psalm": "3.9.4"
- },
- "suggest": {
- "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
- "ext-ctype": "Enables faster processing of character classification using ctype functions.",
- "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
- "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
- "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
- "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Ramsey\\Uuid\\": "src/"
- },
- "files": [
- "src/functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
- "homepage": "https://github.com/ramsey/uuid",
- "keywords": [
- "guid",
- "identifier",
- "uuid"
- ],
- "support": {
- "issues": "https://github.com/ramsey/uuid/issues",
- "rss": "https://github.com/ramsey/uuid/releases.atom",
- "source": "https://github.com/ramsey/uuid"
- },
- "funding": [
- {
- "url": "https://github.com/ramsey",
- "type": "github"
- }
- ],
- "time": "2020-08-18T17:17:46+00:00"
- },
- {
- "name": "ramsey/uuid-doctrine",
- "version": "1.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/ramsey/uuid-doctrine.git",
- "reference": "9facc4689547e72e03c1e18df4a0ee162b2778b0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ramsey/uuid-doctrine/zipball/9facc4689547e72e03c1e18df4a0ee162b2778b0",
- "reference": "9facc4689547e72e03c1e18df4a0ee162b2778b0",
- "shasum": ""
- },
- "require": {
- "doctrine/orm": "^2.5",
- "php": "^5.4 | ^7 | ^8",
- "ramsey/uuid": "^3.5 | ^4"
- },
- "require-dev": {
- "jakub-onderka/php-parallel-lint": "^1",
- "mockery/mockery": "^0.9 | ^1",
- "phpunit/phpunit": "^4.8.36 | ^5.7 | ^6.5 | ^7",
- "squizlabs/php_codesniffer": "^3.5"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Ramsey\\Uuid\\Doctrine\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Allow the use of ramsey/uuid as a Doctrine field type.",
- "homepage": "https://github.com/ramsey/uuid-doctrine",
- "keywords": [
- "database",
- "doctrine",
- "guid",
- "identifier",
- "uuid"
- ],
- "support": {
- "issues": "https://github.com/ramsey/uuid-doctrine/issues",
- "rss": "https://github.com/ramsey/uuid-doctrine/releases.atom",
- "source": "https://github.com/ramsey/uuid-doctrine",
- "wiki": "https://github.com/ramsey/uuid/wiki"
- },
- "time": "2020-01-27T05:09:17+00:00"
- },
- {
- "name": "sensio/framework-extra-bundle",
- "version": "v5.6.1",
- "source": {
- "type": "git",
- "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
- "reference": "430d14c01836b77c28092883d195a43ce413ee32"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/430d14c01836b77c28092883d195a43ce413ee32",
- "reference": "430d14c01836b77c28092883d195a43ce413ee32",
- "shasum": ""
- },
- "require": {
- "doctrine/annotations": "^1.0",
- "php": ">=7.2.5",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/framework-bundle": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0"
- },
- "conflict": {
- "doctrine/doctrine-cache-bundle": "<1.3.1",
- "doctrine/persistence": "<1.3"
- },
- "require-dev": {
- "doctrine/dbal": "^2.10|^3.0",
- "doctrine/doctrine-bundle": "^1.11|^2.0",
- "doctrine/orm": "^2.5",
- "nyholm/psr7": "^1.1",
- "symfony/browser-kit": "^4.4|^5.0",
- "symfony/doctrine-bridge": "^4.4|^5.0",
- "symfony/dom-crawler": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/monolog-bridge": "^4.0|^5.0",
- "symfony/monolog-bundle": "^3.2",
- "symfony/phpunit-bridge": "^4.4.9|^5.0.9",
- "symfony/psr-http-message-bridge": "^1.1",
- "symfony/security-bundle": "^4.4|^5.0",
- "symfony/twig-bundle": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0",
- "twig/twig": "^1.34|^2.4|^3.0"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "5.6.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
- },
- "exclude-from-classmap": [
- "/tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- }
- ],
- "description": "This bundle provides a way to configure your controllers with annotations",
- "keywords": [
- "annotations",
- "controllers"
- ],
- "support": {
- "issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues",
- "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v5.6.1"
- },
- "time": "2020-08-25T19:10:18+00:00"
- },
- {
- "name": "stof/doctrine-extensions-bundle",
- "version": "v1.5.0",
- "source": {
- "type": "git",
- "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
- "reference": "c01e73e49cee5eac3353b6c4ebdbb0a151348c85"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/c01e73e49cee5eac3353b6c4ebdbb0a151348c85",
- "reference": "c01e73e49cee5eac3353b6c4ebdbb0a151348c85",
- "shasum": ""
- },
- "require": {
- "gedmo/doctrine-extensions": "^2.3.4 || ^3.0.0",
- "php": "^7.1.3",
- "symfony/framework-bundle": "^4.3 || ^5.0"
- },
- "require-dev": {
- "symfony/phpunit-bridge": "^4.4",
- "symfony/security-bundle": "^4.3 || ^5.0"
- },
- "suggest": {
- "doctrine/doctrine-bundle": "to use the ORM extensions",
- "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions",
- "symfony/mime": "To use the Mime component integration for Uploadable"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "1.5.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Stof\\DoctrineExtensionsBundle\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Christophe Coevoet",
- "email": "stof@notk.org"
- }
- ],
- "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
- "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
- "keywords": [
- "behaviors",
- "doctrine2",
- "extensions",
- "gedmo",
- "loggable",
- "nestedset",
- "sluggable",
- "sortable",
- "timestampable",
- "translatable",
- "tree"
- ],
- "support": {
- "issues": "https://github.com/stof/StofDoctrineExtensionsBundle/issues",
- "source": "https://github.com/stof/StofDoctrineExtensionsBundle/tree/v1.5.0"
- },
- "time": "2020-09-30T13:25:17+00:00"
- },
- {
- "name": "symfony/amqp-messenger",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/amqp-messenger.git",
- "reference": "0b7d730db61b4d51dbf27a38b36290e53aa7cd3a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/0b7d730db61b4d51dbf27a38b36290e53aa7cd3a",
- "reference": "0b7d730db61b4d51dbf27a38b36290e53aa7cd3a",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/messenger": "^5.1"
- },
- "require-dev": {
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0",
- "symfony/property-access": "^4.4|^5.0",
- "symfony/serializer": "^4.4|^5.0"
- },
- "type": "symfony-bridge",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Messenger\\Bridge\\Amqp\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony AMQP extension Messenger Bridge",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/amqp-messenger/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T11:17:55+00:00"
- },
- {
- "name": "symfony/apache-pack",
- "version": "v1.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/apache-pack.git",
- "reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c",
- "reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c",
- "shasum": ""
- },
- "type": "symfony-pack",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "A pack for Apache support in Symfony",
- "support": {
- "issues": "https://github.com/symfony/apache-pack/issues",
- "source": "https://github.com/symfony/apache-pack/tree/master"
- },
- "time": "2017-12-12T01:46:35+00:00"
- },
- {
- "name": "symfony/asset",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/asset.git",
- "reference": "ef0bcafce1c14bbf49838b01e990a8bfafd071eb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/asset/zipball/ef0bcafce1c14bbf49838b01e990a8bfafd071eb",
- "reference": "ef0bcafce1c14bbf49838b01e990a8bfafd071eb",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5"
- },
- "require-dev": {
- "symfony/http-client": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/http-foundation": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Asset\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Asset Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/asset/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-02T16:23:27+00:00"
- },
- {
- "name": "symfony/cache",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/cache.git",
- "reference": "292cd57b7c2e3c37aa2f0a2fa42dacae567dd5cd"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/cache/zipball/292cd57b7c2e3c37aa2f0a2fa42dacae567dd5cd",
- "reference": "292cd57b7c2e3c37aa2f0a2fa42dacae567dd5cd",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "psr/cache": "~1.0",
- "psr/log": "~1.0",
- "symfony/cache-contracts": "^1.1.7|^2",
- "symfony/polyfill-php80": "^1.15",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/var-exporter": "^4.4|^5.0"
- },
- "conflict": {
- "doctrine/dbal": "<2.5",
- "symfony/dependency-injection": "<4.4",
- "symfony/http-kernel": "<4.4",
- "symfony/var-dumper": "<4.4"
- },
- "provide": {
- "psr/cache-implementation": "1.0",
- "psr/simple-cache-implementation": "1.0",
- "symfony/cache-implementation": "1.0"
- },
- "require-dev": {
- "cache/integration-tests": "dev-master",
- "doctrine/cache": "^1.6",
- "doctrine/dbal": "^2.5|^3.0",
- "predis/predis": "^1.1",
- "psr/simple-cache": "^1.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/var-dumper": "^4.4|^5.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Cache\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
- "homepage": "https://symfony.com",
- "keywords": [
- "caching",
- "psr6"
- ],
- "support": {
- "source": "https://github.com/symfony/cache/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-27T14:02:37+00:00"
- },
- {
- "name": "symfony/cache-contracts",
- "version": "v2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/cache-contracts.git",
- "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
- "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "psr/cache": "^1.0"
- },
- "suggest": {
- "symfony/cache-implementation": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Contracts\\Cache\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Generic abstractions related to caching",
- "homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
- ],
- "support": {
- "source": "https://github.com/symfony/cache-contracts/tree/v2.2.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-07T11:33:47+00:00"
- },
- {
- "name": "symfony/config",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/config.git",
- "reference": "96cc8f6e3b2dccf471b0816df8e421142dc74c18"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/96cc8f6e3b2dccf471b0816df8e421142dc74c18",
- "reference": "96cc8f6e3b2dccf471b0816df8e421142dc74c18",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/filesystem": "^4.4|^5.0",
- "symfony/polyfill-ctype": "~1.8",
- "symfony/polyfill-php80": "^1.15"
- },
- "conflict": {
- "symfony/finder": "<4.4"
- },
- "require-dev": {
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/messenger": "^4.4|^5.0",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/yaml": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/yaml": "To use the yaml reference dumper"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Config\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/config/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T10:01:46+00:00"
- },
- {
- "name": "symfony/console",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/console.git",
- "reference": "ae789a8a2ad189ce7e8216942cdb9b77319f5eb8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/ae789a8a2ad189ce7e8216942cdb9b77319f5eb8",
- "reference": "ae789a8a2ad189ce7e8216942cdb9b77319f5eb8",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php73": "^1.8",
- "symfony/polyfill-php80": "^1.15",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/string": "^5.1"
- },
- "conflict": {
- "symfony/dependency-injection": "<4.4",
- "symfony/dotenv": "<5.1",
- "symfony/event-dispatcher": "<4.4",
- "symfony/lock": "<4.4",
- "symfony/process": "<4.4"
- },
- "provide": {
- "psr/log-implementation": "1.0"
- },
- "require-dev": {
- "psr/log": "~1.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/lock": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0",
- "symfony/var-dumper": "^4.4|^5.0"
- },
- "suggest": {
- "psr/log": "For using the console logger",
- "symfony/event-dispatcher": "",
- "symfony/lock": "",
- "symfony/process": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Console\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Console Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/console/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-07T15:23:00+00:00"
- },
- {
- "name": "symfony/dependency-injection",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/dependency-injection.git",
- "reference": "176e622d476133152a9346b0fbd8fb9b60ff6fb3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/176e622d476133152a9346b0fbd8fb9b60ff6fb3",
- "reference": "176e622d476133152a9346b0fbd8fb9b60ff6fb3",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "psr/container": "^1.0",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/polyfill-php80": "^1.15",
- "symfony/service-contracts": "^1.1.6|^2"
- },
- "conflict": {
- "symfony/config": "<5.1",
- "symfony/finder": "<4.4",
- "symfony/proxy-manager-bridge": "<4.4",
- "symfony/yaml": "<4.4"
- },
- "provide": {
- "psr/container-implementation": "1.0",
- "symfony/service-implementation": "1.0"
- },
- "require-dev": {
- "symfony/config": "^5.1",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/config": "",
- "symfony/expression-language": "For using expressions in service container configuration",
- "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
- "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
- "symfony/yaml": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\DependencyInjection\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Allows you to standardize and centralize the way objects are constructed in your application",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/dependency-injection/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T12:50:07+00:00"
- },
- {
- "name": "symfony/deprecation-contracts",
- "version": "v2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/deprecation-contracts.git",
- "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
- "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "files": [
- "function.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "A generic function and convention to trigger deprecation notices",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/deprecation-contracts/tree/master"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-07T11:33:47+00:00"
- },
- {
- "name": "symfony/doctrine-bridge",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/doctrine-bridge.git",
- "reference": "290deda49060e6694f151ac4aa889467935ee3ea"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/290deda49060e6694f151ac4aa889467935ee3ea",
- "reference": "290deda49060e6694f151ac4aa889467935ee3ea",
- "shasum": ""
- },
- "require": {
- "doctrine/event-manager": "~1.0",
- "doctrine/persistence": "^1.3|^2",
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/polyfill-ctype": "~1.8",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php80": "^1.15",
- "symfony/service-contracts": "^1.1|^2"
- },
- "conflict": {
- "phpunit/phpunit": "<5.4.3",
- "symfony/dependency-injection": "<4.4",
- "symfony/form": "<5.1",
- "symfony/http-kernel": "<5",
- "symfony/messenger": "<4.4",
- "symfony/property-info": "<5",
- "symfony/security-bundle": "<5",
- "symfony/security-core": "<5",
- "symfony/validator": "<5.0.2"
- },
- "require-dev": {
- "composer/package-versions-deprecated": "^1.8",
- "doctrine/annotations": "^1.10.4",
- "doctrine/cache": "~1.6",
- "doctrine/collections": "~1.0",
- "doctrine/data-fixtures": "^1.1",
- "doctrine/dbal": "^2.6|^3.0",
- "doctrine/orm": "^2.6.3",
- "symfony/cache": "^5.1",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/doctrine-messenger": "^5.1",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/form": "^5.1.3",
- "symfony/http-kernel": "^5.0",
- "symfony/messenger": "^4.4|^5.0",
- "symfony/property-access": "^4.4|^5.0",
- "symfony/property-info": "^5.0",
- "symfony/proxy-manager-bridge": "^4.4|^5.0",
- "symfony/security-core": "^5.0",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/validator": "^5.0.2",
- "symfony/var-dumper": "^4.4|^5.0"
- },
- "suggest": {
- "doctrine/data-fixtures": "",
- "doctrine/dbal": "",
- "doctrine/orm": "",
- "symfony/form": "",
- "symfony/property-info": "",
- "symfony/validator": ""
- },
- "type": "symfony-bridge",
- "autoload": {
- "psr-4": {
- "Symfony\\Bridge\\Doctrine\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides integration for Doctrine with various Symfony components",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/doctrine-bridge/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T10:01:46+00:00"
- },
- {
- "name": "symfony/doctrine-messenger",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/doctrine-messenger.git",
- "reference": "6b63f1f938b94be9892afd435ac06c596abd7b03"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/6b63f1f938b94be9892afd435ac06c596abd7b03",
- "reference": "6b63f1f938b94be9892afd435ac06c596abd7b03",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/messenger": "^5.1",
- "symfony/service-contracts": "^1.1|^2"
- },
- "conflict": {
- "doctrine/persistence": "<1.3"
- },
- "require-dev": {
- "doctrine/dbal": "^2.6|^3.0",
- "doctrine/persistence": "^1.3|^2",
- "symfony/property-access": "^4.4|^5.0",
- "symfony/serializer": "^4.4|^5.0"
- },
- "type": "symfony-bridge",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Messenger\\Bridge\\Doctrine\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Doctrine Messenger Bridge",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/doctrine-messenger/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T11:17:55+00:00"
- },
- {
- "name": "symfony/dotenv",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/dotenv.git",
- "reference": "f406eaad1231415bf753fbef5aef267a787af4e5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/dotenv/zipball/f406eaad1231415bf753fbef5aef267a787af4e5",
- "reference": "f406eaad1231415bf753fbef5aef267a787af4e5",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1"
- },
- "require-dev": {
- "symfony/process": "^4.4|^5.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Dotenv\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Registers environment variables from a .env file",
- "homepage": "https://symfony.com",
- "keywords": [
- "dotenv",
- "env",
- "environment"
- ],
- "support": {
- "source": "https://github.com/symfony/dotenv/tree/5.1"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-02T16:23:27+00:00"
- },
- {
- "name": "symfony/error-handler",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/error-handler.git",
- "reference": "c2bdf8d374de3f33c525460929f82a9902f6e1c5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/c2bdf8d374de3f33c525460929f82a9902f6e1c5",
- "reference": "c2bdf8d374de3f33c525460929f82a9902f6e1c5",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "psr/log": "^1.0",
- "symfony/polyfill-php80": "^1.15",
- "symfony/var-dumper": "^4.4|^5.0"
- },
- "require-dev": {
- "symfony/deprecation-contracts": "^2.1",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/serializer": "^4.4|^5.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\ErrorHandler\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides tools to manage errors and ease debugging PHP code",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/error-handler/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T10:01:46+00:00"
- },
- {
- "name": "symfony/event-dispatcher",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "c00f3aae24577a991ae97d34c7033b2e84f1cfa0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c00f3aae24577a991ae97d34c7033b2e84f1cfa0",
- "reference": "c00f3aae24577a991ae97d34c7033b2e84f1cfa0",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/event-dispatcher-contracts": "^2",
- "symfony/polyfill-php80": "^1.15"
- },
- "conflict": {
- "symfony/dependency-injection": "<4.4"
- },
- "provide": {
- "psr/event-dispatcher-implementation": "1.0",
- "symfony/event-dispatcher-implementation": "2.0"
- },
- "require-dev": {
- "psr/log": "~1.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/error-handler": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/stopwatch": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/dependency-injection": "",
- "symfony/http-kernel": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\EventDispatcher\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/event-dispatcher/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T10:36:24+00:00"
- },
- {
- "name": "symfony/event-dispatcher-contracts",
- "version": "v2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/event-dispatcher-contracts.git",
- "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ba7d54483095a198fa51781bc608d17e84dffa2",
- "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "psr/event-dispatcher": "^1"
- },
- "suggest": {
- "symfony/event-dispatcher-implementation": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Contracts\\EventDispatcher\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Generic abstractions related to dispatching event",
- "homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
- ],
- "support": {
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.2.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-07T11:33:47+00:00"
- },
- {
- "name": "symfony/expression-language",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/expression-language.git",
- "reference": "e16e66c309214143cc01dae6d1ff1ee13e7be4fa"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/expression-language/zipball/e16e66c309214143cc01dae6d1ff1ee13e7be4fa",
- "reference": "e16e66c309214143cc01dae6d1ff1ee13e7be4fa",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/cache": "^4.4|^5.0",
- "symfony/polyfill-php80": "^1.15",
- "symfony/service-contracts": "^1.1|^2"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\ExpressionLanguage\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony ExpressionLanguage Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/expression-language/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-02T16:23:27+00:00"
- },
- {
- "name": "symfony/filesystem",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/filesystem.git",
- "reference": "262d033b57c73e8b59cd6e68a45c528318b15038"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/262d033b57c73e8b59cd6e68a45c528318b15038",
- "reference": "262d033b57c73e8b59cd6e68a45c528318b15038",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-ctype": "~1.8"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Filesystem\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides basic utilities for the filesystem",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/filesystem/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T10:01:46+00:00"
- },
- {
- "name": "symfony/finder",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/finder.git",
- "reference": "196f45723b5e618bf0e23b97e96d11652696ea9e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/196f45723b5e618bf0e23b97e96d11652696ea9e",
- "reference": "196f45723b5e618bf0e23b97e96d11652696ea9e",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Finder\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Finds files and directories via an intuitive fluent interface",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/finder/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T10:01:46+00:00"
- },
- {
- "name": "symfony/flex",
- "version": "v1.9.10",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/flex.git",
- "reference": "7335ec033995aa34133e621627333368f260b626"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/flex/zipball/7335ec033995aa34133e621627333368f260b626",
- "reference": "7335ec033995aa34133e621627333368f260b626",
- "shasum": ""
- },
- "require": {
- "composer-plugin-api": "^1.0|^2.0",
- "php": ">=7.1"
- },
- "require-dev": {
- "composer/composer": "^1.0.2|^2.0",
- "symfony/dotenv": "^4.4|^5.0",
- "symfony/phpunit-bridge": "^4.4|^5.0",
- "symfony/process": "^3.4|^4.4|^5.0"
- },
- "type": "composer-plugin",
- "extra": {
- "branch-alias": {
- "dev-main": "1.9-dev"
- },
- "class": "Symfony\\Flex\\Flex"
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Flex\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien.potencier@gmail.com"
- }
- ],
- "description": "Composer plugin for Symfony",
- "support": {
- "issues": "https://github.com/symfony/flex/issues",
- "source": "https://github.com/symfony/flex/tree/v1.9.10"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-14T17:41:54+00:00"
- },
- {
- "name": "symfony/form",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/form.git",
- "reference": "f3a49105e472fd168b743acdb5e0524c66aeb287"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/form/zipball/f3a49105e472fd168b743acdb5e0524c66aeb287",
- "reference": "f3a49105e472fd168b743acdb5e0524c66aeb287",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/intl": "^4.4|^5.0",
- "symfony/options-resolver": "^5.1",
- "symfony/polyfill-ctype": "~1.8",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php80": "^1.15",
- "symfony/property-access": "^5.0.8",
- "symfony/service-contracts": "^1.1|^2"
- },
- "conflict": {
- "phpunit/phpunit": "<5.4.3",
- "symfony/console": "<4.4",
- "symfony/dependency-injection": "<4.4",
- "symfony/doctrine-bridge": "<4.4",
- "symfony/error-handler": "<4.4.5",
- "symfony/framework-bundle": "<4.4",
- "symfony/http-kernel": "<4.4",
- "symfony/intl": "<4.4",
- "symfony/translation": "<4.4",
- "symfony/translation-contracts": "<1.1.7",
- "symfony/twig-bridge": "<4.4"
- },
- "require-dev": {
- "doctrine/collections": "~1.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/security-csrf": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/validator": "^4.4.12|^5.1.6",
- "symfony/var-dumper": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/security-csrf": "For protecting forms against CSRF attacks.",
- "symfony/twig-bridge": "For templating with Twig.",
- "symfony/validator": "For form validation."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Form\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Form Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/form/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-02T12:58:01+00:00"
- },
- {
- "name": "symfony/framework-bundle",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/framework-bundle.git",
- "reference": "023ca658526278c0e74542079f1984e042aa6c1d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/023ca658526278c0e74542079f1984e042aa6c1d",
- "reference": "023ca658526278c0e74542079f1984e042aa6c1d",
- "shasum": ""
- },
- "require": {
- "ext-xml": "*",
- "php": ">=7.2.5",
- "symfony/cache": "^4.4|^5.0",
- "symfony/config": "^5.0",
- "symfony/dependency-injection": "^5.1",
- "symfony/error-handler": "^4.4.1|^5.0.1",
- "symfony/event-dispatcher": "^5.1",
- "symfony/filesystem": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^5.0",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php80": "^1.15",
- "symfony/routing": "^5.1"
- },
- "conflict": {
- "doctrine/persistence": "<1.3",
- "phpdocumentor/reflection-docblock": "<3.0",
- "phpdocumentor/type-resolver": "<0.2.1",
- "phpunit/phpunit": "<5.4.3",
- "symfony/asset": "<5.1",
- "symfony/browser-kit": "<4.4",
- "symfony/console": "<4.4",
- "symfony/dom-crawler": "<4.4",
- "symfony/dotenv": "<5.1",
- "symfony/form": "<4.4",
- "symfony/http-client": "<4.4",
- "symfony/lock": "<4.4",
- "symfony/mailer": "<4.4",
- "symfony/messenger": "<4.4",
- "symfony/mime": "<4.4",
- "symfony/property-info": "<4.4",
- "symfony/serializer": "<4.4",
- "symfony/stopwatch": "<4.4",
- "symfony/translation": "<5.0",
- "symfony/twig-bridge": "<4.4",
- "symfony/twig-bundle": "<4.4",
- "symfony/validator": "<4.4",
- "symfony/web-profiler-bundle": "<4.4",
- "symfony/workflow": "<4.4"
- },
- "require-dev": {
- "doctrine/annotations": "~1.7",
- "doctrine/cache": "~1.0",
- "paragonie/sodium_compat": "^1.8",
- "phpdocumentor/reflection-docblock": "^3.0|^4.0",
- "symfony/asset": "^5.1",
- "symfony/browser-kit": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/css-selector": "^4.4|^5.0",
- "symfony/dom-crawler": "^4.4|^5.0",
- "symfony/dotenv": "^5.1",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/form": "^4.4|^5.0",
- "symfony/http-client": "^4.4|^5.0",
- "symfony/lock": "^4.4|^5.0",
- "symfony/mailer": "^4.4|^5.0",
- "symfony/messenger": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0",
- "symfony/polyfill-intl-icu": "~1.0",
- "symfony/process": "^4.4|^5.0",
- "symfony/property-info": "^4.4|^5.0",
- "symfony/security-bundle": "^5.1",
- "symfony/security-csrf": "^4.4|^5.0",
- "symfony/security-http": "^4.4|^5.0",
- "symfony/serializer": "^4.4|^5.0",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/string": "^5.0",
- "symfony/translation": "^5.0",
- "symfony/twig-bundle": "^4.4|^5.0",
- "symfony/validator": "^4.4|^5.0",
- "symfony/web-link": "^4.4|^5.0",
- "symfony/workflow": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0",
- "twig/twig": "^2.10|^3.0"
- },
- "suggest": {
- "ext-apcu": "For best performance of the system caches",
- "symfony/console": "For using the console commands",
- "symfony/form": "For using forms",
- "symfony/property-info": "For using the property_info service",
- "symfony/serializer": "For using the serializer service",
- "symfony/validator": "For using validation",
- "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
- "symfony/yaml": "For using the debug:config and lint:yaml commands"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Bundle\\FrameworkBundle\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony FrameworkBundle",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/framework-bundle/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-30T05:27:28+00:00"
- },
- {
- "name": "symfony/http-client",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/http-client.git",
- "reference": "df757997ee95101c0ca94c7ea2b76e16a758e0ca"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client/zipball/df757997ee95101c0ca94c7ea2b76e16a758e0ca",
- "reference": "df757997ee95101c0ca94c7ea2b76e16a758e0ca",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "psr/log": "^1.0",
- "symfony/http-client-contracts": "^2.2",
- "symfony/polyfill-php73": "^1.11",
- "symfony/polyfill-php80": "^1.15",
- "symfony/service-contracts": "^1.0|^2"
- },
- "provide": {
- "php-http/async-client-implementation": "*",
- "php-http/client-implementation": "*",
- "psr/http-client-implementation": "1.0",
- "symfony/http-client-implementation": "1.1"
- },
- "require-dev": {
- "amphp/http-client": "^4.2.1",
- "amphp/http-tunnel": "^1.0",
- "amphp/socket": "^1.1",
- "guzzlehttp/promises": "^1.3.1",
- "nyholm/psr7": "^1.0",
- "php-http/httplug": "^1.0|^2.0",
- "psr/http-client": "^1.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4.13|^5.1.5",
- "symfony/process": "^4.4|^5.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\HttpClient\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony HttpClient component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/http-client/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-02T14:24:03+00:00"
- },
- {
- "name": "symfony/http-client-contracts",
- "version": "v2.3.1",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/http-client-contracts.git",
- "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
- "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5"
- },
- "suggest": {
- "symfony/http-client-implementation": ""
- },
- "type": "library",
- "extra": {
- "branch-version": "2.3",
- "branch-alias": {
- "dev-main": "2.3-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Contracts\\HttpClient\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Generic abstractions related to HTTP clients",
- "homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
- ],
- "support": {
- "source": "https://github.com/symfony/http-client-contracts/tree/v2.3.1"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-14T17:08:19+00:00"
- },
- {
- "name": "symfony/http-foundation",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/http-foundation.git",
- "reference": "1c1920364e205f9aab12457e52b884ebd198b885"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1c1920364e205f9aab12457e52b884ebd198b885",
- "reference": "1c1920364e205f9aab12457e52b884ebd198b885",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/polyfill-mbstring": "~1.1",
- "symfony/polyfill-php80": "^1.15"
- },
- "require-dev": {
- "predis/predis": "~1.0",
- "symfony/cache": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/mime": "To use the file extension guesser"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\HttpFoundation\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Defines an object-oriented layer for the HTTP specification",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/http-foundation/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T11:17:55+00:00"
- },
- {
- "name": "symfony/http-kernel",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/http-kernel.git",
- "reference": "1b57aaf3215c4313fec1409afdb5046dcb201d17"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1b57aaf3215c4313fec1409afdb5046dcb201d17",
- "reference": "1b57aaf3215c4313fec1409afdb5046dcb201d17",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "psr/log": "~1.0",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/error-handler": "^4.4|^5.0",
- "symfony/event-dispatcher": "^5.0",
- "symfony/http-client-contracts": "^1.1|^2",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/polyfill-ctype": "^1.8",
- "symfony/polyfill-php73": "^1.9",
- "symfony/polyfill-php80": "^1.15"
- },
- "conflict": {
- "symfony/browser-kit": "<4.4",
- "symfony/cache": "<5.0",
- "symfony/config": "<5.0",
- "symfony/console": "<4.4",
- "symfony/dependency-injection": "<4.4",
- "symfony/doctrine-bridge": "<5.0",
- "symfony/form": "<5.0",
- "symfony/http-client": "<5.0",
- "symfony/mailer": "<5.0",
- "symfony/messenger": "<5.0",
- "symfony/translation": "<5.0",
- "symfony/twig-bridge": "<5.0",
- "symfony/validator": "<5.0",
- "twig/twig": "<2.13"
- },
- "provide": {
- "psr/log-implementation": "1.0"
- },
- "require-dev": {
- "psr/cache": "~1.0",
- "symfony/browser-kit": "^4.4|^5.0",
- "symfony/config": "^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/css-selector": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/dom-crawler": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0",
- "symfony/routing": "^4.4|^5.0",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/translation-contracts": "^1.1|^2",
- "twig/twig": "^2.13|^3.0.4"
- },
- "suggest": {
- "symfony/browser-kit": "",
- "symfony/config": "",
- "symfony/console": "",
- "symfony/dependency-injection": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\HttpKernel\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides a structured process for converting a Request into a Response",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/http-kernel/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T14:22:38+00:00"
- },
- {
- "name": "symfony/intl",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/intl.git",
- "reference": "9381fd69ce6407041185aa6f1bafbf7d65f0e66a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/intl/zipball/9381fd69ce6407041185aa6f1bafbf7d65f0e66a",
- "reference": "9381fd69ce6407041185aa6f1bafbf7d65f0e66a",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-intl-icu": "~1.0",
- "symfony/polyfill-php80": "^1.15"
- },
- "require-dev": {
- "symfony/filesystem": "^4.4|^5.0"
- },
- "suggest": {
- "ext-intl": "to use the component with locales other than \"en\""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Intl\\": ""
- },
- "classmap": [
- "Resources/stubs"
- ],
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Bernhard Schussek",
- "email": "bschussek@gmail.com"
- },
- {
- "name": "Eriksen Costa",
- "email": "eriksen.costa@infranology.com.br"
- },
- {
- "name": "Igor Wiedler",
- "email": "igor@wiedler.ch"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
- "homepage": "https://symfony.com",
- "keywords": [
- "i18n",
- "icu",
- "internationalization",
- "intl",
- "l10n",
- "localization"
- ],
- "support": {
- "source": "https://github.com/symfony/intl/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-27T03:44:28+00:00"
- },
- {
- "name": "symfony/ldap",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/ldap.git",
- "reference": "1258ecc169112f40e990d866f970b8946dbe79bb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/ldap/zipball/1258ecc169112f40e990d866f970b8946dbe79bb",
- "reference": "1258ecc169112f40e990d866f970b8946dbe79bb",
- "shasum": ""
- },
- "require": {
- "ext-ldap": "*",
- "php": ">=7.2.5",
- "symfony/options-resolver": "^4.4|^5.0",
- "symfony/polyfill-php80": "^1.15"
- },
- "conflict": {
- "symfony/options-resolver": "<4.4",
- "symfony/security-core": "<5"
- },
- "require-dev": {
- "symfony/security-core": "^5.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Ldap\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Charles Sarrazin",
- "email": "charles@sarraz.in"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "An abstraction in front of PHP's LDAP functions, compatible with PHP 5.3.9 onwards.",
- "homepage": "https://symfony.com",
- "keywords": [
- "active directory",
- "ldap"
- ],
- "support": {
- "source": "https://github.com/symfony/ldap/tree/5.1"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-02T16:23:27+00:00"
- },
- {
- "name": "symfony/lock",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/lock.git",
- "reference": "c20c51121f24b627c866150c53b072b1b361737b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/lock/zipball/c20c51121f24b627c866150c53b072b1b361737b",
- "reference": "c20c51121f24b627c866150c53b072b1b361737b",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "psr/log": "~1.0",
- "symfony/polyfill-php80": "^1.15"
- },
- "conflict": {
- "doctrine/dbal": "<2.5"
- },
- "require-dev": {
- "doctrine/dbal": "^2.5|^3.0",
- "mongodb/mongodb": "~1.1",
- "predis/predis": "~1.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Lock\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jérémy Derussé",
- "email": "jeremy@derusse.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Lock Component",
- "homepage": "https://symfony.com",
- "keywords": [
- "cas",
- "flock",
- "locking",
- "mutex",
- "redlock",
- "semaphore"
- ],
- "support": {
- "source": "https://github.com/symfony/lock/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-03T13:58:17+00:00"
- },
- {
- "name": "symfony/mailer",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/mailer.git",
- "reference": "0c4f93173b7e315f4035c401b8ddfa9b149b389c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/mailer/zipball/0c4f93173b7e315f4035c401b8ddfa9b149b389c",
- "reference": "0c4f93173b7e315f4035c401b8ddfa9b149b389c",
- "shasum": ""
- },
- "require": {
- "egulias/email-validator": "^2.1.10",
- "php": ">=7.2.5",
- "psr/log": "~1.0",
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0",
- "symfony/polyfill-php80": "^1.15",
- "symfony/service-contracts": "^1.1|^2"
- },
- "conflict": {
- "symfony/http-kernel": "<4.4"
- },
- "require-dev": {
- "symfony/amazon-mailer": "^4.4|^5.0",
- "symfony/google-mailer": "^4.4|^5.0",
- "symfony/http-client-contracts": "^1.1|^2",
- "symfony/mailchimp-mailer": "^4.4|^5.0",
- "symfony/mailgun-mailer": "^4.4|^5.0",
- "symfony/messenger": "^4.4|^5.0",
- "symfony/postmark-mailer": "^4.4|^5.0",
- "symfony/sendgrid-mailer": "^4.4|^5.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Mailer\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Mailer Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/mailer/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-07T05:10:28+00:00"
- },
- {
- "name": "symfony/mercure",
- "version": "v0.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/mercure.git",
- "reference": "7cec6a0e5ac5ad5bb4ac04939ff752ccda2af4cc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/mercure/zipball/7cec6a0e5ac5ad5bb4ac04939ff752ccda2af4cc",
- "reference": "7cec6a0e5ac5ad5bb4ac04939ff752ccda2af4cc",
- "shasum": ""
- },
- "require": {
- "php": "^7.1.3",
- "symfony/http-client": "^4.3.5|^5.0"
- },
- "require-dev": {
- "symfony/phpunit-bridge": "^4.2.4|^5.0",
- "symfony/stopwatch": "^4.3|^5.0"
- },
- "suggest": {
- "symfony/stopwatch": "Integration with the profiler performances"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.3.x-dev"
- },
- "thanks": {
- "name": "dunglas/mercure",
- "url": "https://github.com/dunglas/mercure"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Mercure\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Kévin Dunglas",
- "email": "dunglas@gmail.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Mercure Component",
- "homepage": "https://symfony.com",
- "keywords": [
- "mercure",
- "push",
- "sse",
- "updates"
- ],
- "support": {
- "issues": "https://github.com/symfony/mercure/issues",
- "source": "https://github.com/symfony/mercure/tree/v0.4.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-05-27T14:53:11+00:00"
- },
- {
- "name": "symfony/messenger",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/messenger.git",
- "reference": "363f00e14f9111ccccc2c9dfa00b190cc5aad02f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/messenger/zipball/363f00e14f9111ccccc2c9dfa00b190cc5aad02f",
- "reference": "363f00e14f9111ccccc2c9dfa00b190cc5aad02f",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "psr/log": "~1.0",
- "symfony/amqp-messenger": "^5.1",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/doctrine-messenger": "^5.1",
- "symfony/polyfill-php80": "^1.15",
- "symfony/redis-messenger": "^5.1"
- },
- "conflict": {
- "symfony/event-dispatcher": "<4.4",
- "symfony/framework-bundle": "<4.4",
- "symfony/http-kernel": "<4.4"
- },
- "require-dev": {
- "psr/cache": "~1.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0",
- "symfony/property-access": "^4.4|^5.0",
- "symfony/serializer": "^4.4|^5.0",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/validator": "^4.4|^5.0"
- },
- "suggest": {
- "enqueue/messenger-adapter": "For using the php-enqueue library as a transport."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Messenger\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Samuel Roze",
- "email": "samuel.roze@gmail.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Messenger Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/messenger/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-11T11:43:06+00:00"
- },
- {
- "name": "symfony/mime",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/mime.git",
- "reference": "4404d6545125863561721514ad9388db2661eec5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/4404d6545125863561721514ad9388db2661eec5",
- "reference": "4404d6545125863561721514ad9388db2661eec5",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-intl-idn": "^1.10",
- "symfony/polyfill-mbstring": "^1.0",
- "symfony/polyfill-php80": "^1.15"
- },
- "conflict": {
- "symfony/mailer": "<4.4"
- },
- "require-dev": {
- "egulias/email-validator": "^2.1.10",
- "symfony/dependency-injection": "^4.4|^5.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Mime\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "A library to manipulate MIME messages",
- "homepage": "https://symfony.com",
- "keywords": [
- "mime",
- "mime-type"
- ],
- "support": {
- "source": "https://github.com/symfony/mime/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-02T16:23:27+00:00"
- },
- {
- "name": "symfony/monolog-bridge",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/monolog-bridge.git",
- "reference": "ce37f72dd09e38d65dd6d57a0c17e874c4c689a5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/ce37f72dd09e38d65dd6d57a0c17e874c4c689a5",
- "reference": "ce37f72dd09e38d65dd6d57a0c17e874c4c689a5",
- "shasum": ""
- },
- "require": {
- "monolog/monolog": "^1.25.1|^2",
- "php": ">=7.2.5",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/service-contracts": "^1.1|^2"
- },
- "conflict": {
- "symfony/console": "<4.4",
- "symfony/http-foundation": "<4.4"
- },
- "require-dev": {
- "symfony/console": "^4.4|^5.0",
- "symfony/http-client": "^4.4|^5.0",
- "symfony/mailer": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0",
- "symfony/security-core": "^4.4|^5.0",
- "symfony/var-dumper": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
- "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
- "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
- },
- "type": "symfony-bridge",
- "autoload": {
- "psr-4": {
- "Symfony\\Bridge\\Monolog\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides integration for Monolog with various Symfony components",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/monolog-bridge/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T10:01:46+00:00"
- },
- {
- "name": "symfony/monolog-bundle",
- "version": "v3.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/monolog-bundle.git",
- "reference": "e495f5c7e4e672ffef4357d4a4d85f010802f940"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e495f5c7e4e672ffef4357d4a4d85f010802f940",
- "reference": "e495f5c7e4e672ffef4357d4a4d85f010802f940",
- "shasum": ""
- },
- "require": {
- "monolog/monolog": "~1.22 || ~2.0",
- "php": ">=5.6",
- "symfony/config": "~3.4 || ~4.0 || ^5.0",
- "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
- "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
- "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
- },
- "require-dev": {
- "symfony/console": "~3.4 || ~4.0 || ^5.0",
- "symfony/phpunit-bridge": "^4.4 || ^5.0",
- "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Bundle\\MonologBundle\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- }
- ],
- "description": "Symfony MonologBundle",
- "homepage": "http://symfony.com",
- "keywords": [
- "log",
- "logging"
- ],
- "support": {
- "issues": "https://github.com/symfony/monolog-bundle/issues",
- "source": "https://github.com/symfony/monolog-bundle/tree/v3.6.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-06T15:12:11+00:00"
- },
- {
- "name": "symfony/notifier",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/notifier.git",
- "reference": "19699652eaa69b0389bc985853f29b8e9177b1cf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/notifier/zipball/19699652eaa69b0389bc985853f29b8e9177b1cf",
- "reference": "19699652eaa69b0389bc985853f29b8e9177b1cf",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-php80": "^1.15"
- },
- "conflict": {
- "symfony/http-kernel": "<4.4"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Notifier\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "A library to notify messages",
- "homepage": "https://symfony.com",
- "keywords": [
- "notification",
- "notifier"
- ],
- "support": {
- "source": "https://github.com/symfony/notifier/tree/v5.1.4"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-06-16T17:25:20+00:00"
- },
- {
- "name": "symfony/options-resolver",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/options-resolver.git",
- "reference": "c67e38bab7b561a65e34162a48ae587750f7ae0e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/c67e38bab7b561a65e34162a48ae587750f7ae0e",
- "reference": "c67e38bab7b561a65e34162a48ae587750f7ae0e",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/polyfill-php80": "^1.15"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\OptionsResolver\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides an improved replacement for the array_replace PHP function",
- "homepage": "https://symfony.com",
- "keywords": [
- "config",
- "configuration",
- "options"
- ],
- "support": {
- "source": "https://github.com/symfony/options-resolver/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T12:50:07+00:00"
- },
- {
- "name": "symfony/polyfill-intl-grapheme",
- "version": "v1.22.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
- "reference": "267a9adeb8ecb8071040a740930e077cdfb987af"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/267a9adeb8ecb8071040a740930e077cdfb987af",
- "reference": "267a9adeb8ecb8071040a740930e077cdfb987af",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "suggest": {
- "ext-intl": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.22-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
- },
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for intl's grapheme_* functions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "grapheme",
- "intl",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-07T16:49:33+00:00"
- },
- {
- "name": "symfony/polyfill-intl-icu",
- "version": "v1.22.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-intl-icu.git",
- "reference": "b2b1e732a6c039f1a3ea3414b3379a2433e183d6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/b2b1e732a6c039f1a3ea3414b3379a2433e183d6",
- "reference": "b2b1e732a6c039f1a3ea3414b3379a2433e183d6",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "suggest": {
- "ext-intl": "For best performance and support of other locales than \"en\""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.22-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "files": [
- "bootstrap.php"
- ],
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Icu\\": ""
- },
- "classmap": [
- "Resources/stubs"
- ],
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for intl's ICU-related data and classes",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "icu",
- "intl",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.22.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-07T16:49:33+00:00"
- },
- {
- "name": "symfony/polyfill-intl-idn",
- "version": "v1.22.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-intl-idn.git",
- "reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44",
- "reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1",
- "symfony/polyfill-intl-normalizer": "^1.10",
- "symfony/polyfill-php72": "^1.10"
- },
- "suggest": {
- "ext-intl": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.22-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Idn\\": ""
- },
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Laurent Bassin",
- "email": "laurent@bassin.info"
- },
- {
- "name": "Trevor Rowbotham",
- "email": "trevor.rowbotham@pm.me"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "idn",
- "intl",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-07T16:49:33+00:00"
- },
- {
- "name": "symfony/polyfill-intl-normalizer",
- "version": "v1.22.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
- "reference": "6e971c891537eb617a00bb07a43d182a6915faba"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/6e971c891537eb617a00bb07a43d182a6915faba",
- "reference": "6e971c891537eb617a00bb07a43d182a6915faba",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "suggest": {
- "ext-intl": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.22-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
- },
- "files": [
- "bootstrap.php"
- ],
- "classmap": [
- "Resources/stubs"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for intl's Normalizer class and related functions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "intl",
- "normalizer",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-07T17:09:11+00:00"
- },
- {
- "name": "symfony/polyfill-mbstring",
- "version": "v1.22.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
- "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "suggest": {
- "ext-mbstring": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.22-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Mbstring\\": ""
- },
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for the Mbstring extension",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "mbstring",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-07T16:49:33+00:00"
- },
- {
- "name": "symfony/polyfill-php73",
- "version": "v1.22.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php73.git",
- "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
- "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.22-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php73\\": ""
- },
- "files": [
- "bootstrap.php"
- ],
- "classmap": [
- "Resources/stubs"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-07T16:49:33+00:00"
- },
- {
- "name": "symfony/polyfill-php80",
- "version": "v1.22.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
- "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.22-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php80\\": ""
- },
- "files": [
- "bootstrap.php"
- ],
- "classmap": [
- "Resources/stubs"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ion Bazan",
- "email": "ion.bazan@gmail.com"
- },
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-07T16:49:33+00:00"
- },
- {
- "name": "symfony/process",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/process.git",
- "reference": "d3a2e64866169586502f0cd9cab69135ad12cee9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/d3a2e64866169586502f0cd9cab69135ad12cee9",
- "reference": "d3a2e64866169586502f0cd9cab69135ad12cee9",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-php80": "^1.15"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Process\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Process Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/process/tree/5.1"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-02T16:23:27+00:00"
- },
- {
- "name": "symfony/property-access",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/property-access.git",
- "reference": "4c43f7ff784e1e3ee1c96e15f76b342af6617b39"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/property-access/zipball/4c43f7ff784e1e3ee1c96e15f76b342af6617b39",
- "reference": "4c43f7ff784e1e3ee1c96e15f76b342af6617b39",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-php80": "^1.15",
- "symfony/property-info": "^5.1.1"
- },
- "require-dev": {
- "symfony/cache": "^4.4|^5.0"
- },
- "suggest": {
- "psr/cache-implementation": "To cache access methods."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\PropertyAccess\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony PropertyAccess Component",
- "homepage": "https://symfony.com",
- "keywords": [
- "access",
- "array",
- "extraction",
- "index",
- "injection",
- "object",
- "property",
- "property path",
- "reflection"
- ],
- "support": {
- "source": "https://github.com/symfony/property-access/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-02T16:23:27+00:00"
- },
- {
- "name": "symfony/property-info",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/property-info.git",
- "reference": "22518930091e0bdb249694efc509e3697f7e325e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/property-info/zipball/22518930091e0bdb249694efc509e3697f7e325e",
- "reference": "22518930091e0bdb249694efc509e3697f7e325e",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-php80": "^1.15",
- "symfony/string": "^5.1"
- },
- "conflict": {
- "phpdocumentor/reflection-docblock": "<3.2.2",
- "phpdocumentor/type-resolver": "<0.3.0",
- "symfony/dependency-injection": "<4.4"
- },
- "require-dev": {
- "doctrine/annotations": "~1.7",
- "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
- "symfony/cache": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/serializer": "^4.4|^5.0"
- },
- "suggest": {
- "phpdocumentor/reflection-docblock": "To use the PHPDoc",
- "psr/cache-implementation": "To cache results",
- "symfony/doctrine-bridge": "To use Doctrine metadata",
- "symfony/serializer": "To use Serializer metadata"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\PropertyInfo\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Kévin Dunglas",
- "email": "dunglas@gmail.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Property Info Component",
- "homepage": "https://symfony.com",
- "keywords": [
- "doctrine",
- "phpdoc",
- "property",
- "symfony",
- "type",
- "validator"
- ],
- "support": {
- "source": "https://github.com/symfony/property-info/tree/5.1"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-07T05:10:28+00:00"
- },
- {
- "name": "symfony/redis-messenger",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/redis-messenger.git",
- "reference": "dac2c879ac2225edd6abb5ced391b7e60d44f810"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/dac2c879ac2225edd6abb5ced391b7e60d44f810",
- "reference": "dac2c879ac2225edd6abb5ced391b7e60d44f810",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/messenger": "^5.1"
- },
- "require-dev": {
- "symfony/property-access": "^4.4|^5.0",
- "symfony/serializer": "^4.4|^5.0"
- },
- "type": "symfony-bridge",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Messenger\\Bridge\\Redis\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Redis extension Messenger Bridge",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/redis-messenger/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T11:17:55+00:00"
- },
- {
- "name": "symfony/routing",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/routing.git",
- "reference": "e7f71f5da6af8b238f2257670fd6aa4ae6263826"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/e7f71f5da6af8b238f2257670fd6aa4ae6263826",
- "reference": "e7f71f5da6af8b238f2257670fd6aa4ae6263826",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/polyfill-php80": "^1.15"
- },
- "conflict": {
- "symfony/config": "<5.0",
- "symfony/dependency-injection": "<4.4",
- "symfony/yaml": "<4.4"
- },
- "require-dev": {
- "doctrine/annotations": "^1.10.4",
- "psr/log": "~1.0",
- "symfony/config": "^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
- },
- "suggest": {
- "doctrine/annotations": "For using the annotation loader",
- "symfony/config": "For using the all-in-one router or any loader",
- "symfony/expression-language": "For using expression matching",
- "symfony/http-foundation": "For using a Symfony Request object",
- "symfony/yaml": "For using the YAML loader"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Routing\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Maps an HTTP request to a set of configuration variables",
- "homepage": "https://symfony.com",
- "keywords": [
- "router",
- "routing",
- "uri",
- "url"
- ],
- "support": {
- "source": "https://github.com/symfony/routing/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T10:01:46+00:00"
- },
- {
- "name": "symfony/security-bundle",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/security-bundle.git",
- "reference": "c9cbe7d78d734062365e2af6d8d475d8888a7bcc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/security-bundle/zipball/c9cbe7d78d734062365e2af6d8d475d8888a7bcc",
- "reference": "c9cbe7d78d734062365e2af6d8d475d8888a7bcc",
- "shasum": ""
- },
- "require": {
- "ext-xml": "*",
- "php": ">=7.2.5",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^5.1",
- "symfony/event-dispatcher": "^5.1",
- "symfony/http-kernel": "^5.0",
- "symfony/polyfill-php80": "^1.15",
- "symfony/security-core": "^5.1",
- "symfony/security-csrf": "^4.4|^5.0",
- "symfony/security-guard": "^5.1",
- "symfony/security-http": "^5.1,>=5.1.2"
- },
- "conflict": {
- "symfony/browser-kit": "<4.4",
- "symfony/console": "<4.4",
- "symfony/framework-bundle": "<4.4",
- "symfony/ldap": "<4.4",
- "symfony/twig-bundle": "<4.4"
- },
- "require-dev": {
- "doctrine/doctrine-bundle": "^2.0",
- "symfony/asset": "^4.4|^5.0",
- "symfony/browser-kit": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/css-selector": "^4.4|^5.0",
- "symfony/dom-crawler": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/form": "^4.4|^5.0",
- "symfony/framework-bundle": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0",
- "symfony/serializer": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/twig-bridge": "^4.4|^5.0",
- "symfony/twig-bundle": "^4.4|^5.0",
- "symfony/validator": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0",
- "twig/twig": "^2.10|^3.0"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Bundle\\SecurityBundle\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony SecurityBundle",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/security-bundle/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-20T07:33:50+00:00"
- },
- {
- "name": "symfony/security-core",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/security-core.git",
- "reference": "6c5d337d9549c1ab4c2edcee50bbb0bc509ebb17"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/security-core/zipball/6c5d337d9549c1ab4c2edcee50bbb0bc509ebb17",
- "reference": "6c5d337d9549c1ab4c2edcee50bbb0bc509ebb17",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/event-dispatcher-contracts": "^1.1|^2",
- "symfony/polyfill-php80": "^1.15",
- "symfony/service-contracts": "^1.1.6|^2"
- },
- "conflict": {
- "symfony/event-dispatcher": "<4.4",
- "symfony/ldap": "<4.4",
- "symfony/security-guard": "<4.4"
- },
- "require-dev": {
- "psr/container": "^1.0",
- "psr/log": "~1.0",
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/ldap": "^4.4|^5.0",
- "symfony/validator": "^4.4|^5.0"
- },
- "suggest": {
- "psr/container-implementation": "To instantiate the Security class",
- "symfony/event-dispatcher": "",
- "symfony/expression-language": "For using the expression voter",
- "symfony/http-foundation": "",
- "symfony/ldap": "For using LDAP integration",
- "symfony/validator": "For using the user password constraint"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Security\\Core\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Security Component - Core Library",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/security-core/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-04T07:09:21+00:00"
- },
- {
- "name": "symfony/security-csrf",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/security-csrf.git",
- "reference": "f1659a16028a50766dbffa73160fb94599131014"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/security-csrf/zipball/f1659a16028a50766dbffa73160fb94599131014",
- "reference": "f1659a16028a50766dbffa73160fb94599131014",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/security-core": "^4.4|^5.0"
- },
- "conflict": {
- "symfony/http-foundation": "<4.4"
- },
- "require-dev": {
- "symfony/http-foundation": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/http-foundation": "For using the class SessionTokenStorage."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Security\\Csrf\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Security Component - CSRF Library",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/security-csrf/tree/5.1"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-02T16:23:27+00:00"
- },
- {
- "name": "symfony/security-guard",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/security-guard.git",
- "reference": "85c368be963e9f0df9e93d830f966fc0af531703"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/security-guard/zipball/85c368be963e9f0df9e93d830f966fc0af531703",
- "reference": "85c368be963e9f0df9e93d830f966fc0af531703",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-php80": "^1.15",
- "symfony/security-core": "^5.0",
- "symfony/security-http": "^4.4.1|^5.0.1"
- },
- "require-dev": {
- "psr/log": "~1.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Security\\Guard\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Security Component - Guard",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/security-guard/tree/v5.1.4"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-05-20T17:43:50+00:00"
- },
- {
- "name": "symfony/security-http",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/security-http.git",
- "reference": "22d653f2b407794f6a81cc1a76aa617e65ad6d86"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/security-http/zipball/22d653f2b407794f6a81cc1a76aa617e65ad6d86",
- "reference": "22d653f2b407794f6a81cc1a76aa617e65ad6d86",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/http-foundation": "^4.4.7|^5.0.7",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/polyfill-php80": "^1.15",
- "symfony/property-access": "^4.4|^5.0",
- "symfony/security-core": "^5.1"
- },
- "conflict": {
- "symfony/event-dispatcher": "<4.3",
- "symfony/security-csrf": "<4.4"
- },
- "require-dev": {
- "psr/log": "~1.0",
- "symfony/routing": "^4.4|^5.0",
- "symfony/security-csrf": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
- "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Security\\Http\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Security Component - HTTP Integration",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/security-http/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-03T13:02:03+00:00"
- },
- {
- "name": "symfony/serializer",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/serializer.git",
- "reference": "6b673b802dabd2bcf7cab05d04d2d8ef8891b952"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/serializer/zipball/6b673b802dabd2bcf7cab05d04d2d8ef8891b952",
- "reference": "6b673b802dabd2bcf7cab05d04d2d8ef8891b952",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-ctype": "~1.8",
- "symfony/polyfill-php80": "^1.15"
- },
- "conflict": {
- "phpdocumentor/type-resolver": "<0.2.1",
- "symfony/dependency-injection": "<4.4",
- "symfony/property-access": "<4.4",
- "symfony/property-info": "<4.4",
- "symfony/yaml": "<4.4"
- },
- "require-dev": {
- "doctrine/annotations": "~1.0",
- "doctrine/cache": "~1.0",
- "phpdocumentor/reflection-docblock": "^3.2|^4.0",
- "symfony/cache": "^4.4|^5.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/error-handler": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0",
- "symfony/property-access": "^4.4|^5.0",
- "symfony/property-info": "^4.4|^5.0",
- "symfony/validator": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
- },
- "suggest": {
- "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
- "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
- "psr/cache-implementation": "For using the metadata cache.",
- "symfony/config": "For using the XML mapping loader.",
- "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.",
- "symfony/property-access": "For using the ObjectNormalizer.",
- "symfony/property-info": "To deserialize relations.",
- "symfony/yaml": "For using the default YAML mapping loader."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Serializer\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Serializer Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/serializer/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-03T13:58:17+00:00"
- },
- {
- "name": "symfony/service-contracts",
- "version": "v2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/service-contracts.git",
- "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
- "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "psr/container": "^1.0"
- },
- "suggest": {
- "symfony/service-implementation": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Contracts\\Service\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Generic abstractions related to writing services",
- "homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
- ],
- "support": {
- "source": "https://github.com/symfony/service-contracts/tree/master"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-07T11:33:47+00:00"
- },
- {
- "name": "symfony/stopwatch",
- "version": "v5.1.8",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/stopwatch.git",
- "reference": "3d9f57c89011f0266e6b1d469e5c0110513859d5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/3d9f57c89011f0266e6b1d469e5c0110513859d5",
- "reference": "3d9f57c89011f0266e6b1d469e5c0110513859d5",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/service-contracts": "^1.0|^2"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Stopwatch\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Stopwatch Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/stopwatch/tree/v5.1.8"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-24T12:01:57+00:00"
- },
- {
- "name": "symfony/string",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/string.git",
- "reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/4a9afe9d07bac506f75bcee8ed3ce76da5a9343e",
- "reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-ctype": "~1.8",
- "symfony/polyfill-intl-grapheme": "~1.0",
- "symfony/polyfill-intl-normalizer": "~1.0",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php80": "~1.15"
- },
- "require-dev": {
- "symfony/error-handler": "^4.4|^5.0",
- "symfony/http-client": "^4.4|^5.0",
- "symfony/translation-contracts": "^1.1|^2",
- "symfony/var-exporter": "^4.4|^5.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\String\\": ""
- },
- "files": [
- "Resources/functions.php"
- ],
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony String component",
- "homepage": "https://symfony.com",
- "keywords": [
- "grapheme",
- "i18n",
- "string",
- "unicode",
- "utf-8",
- "utf8"
- ],
- "support": {
- "source": "https://github.com/symfony/string/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-15T12:23:47+00:00"
- },
- {
- "name": "symfony/translation",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/translation.git",
- "reference": "e3cdd5119b1b5bf0698c351b8ee20fb5a4ea248b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/translation/zipball/e3cdd5119b1b5bf0698c351b8ee20fb5a4ea248b",
- "reference": "e3cdd5119b1b5bf0698c351b8ee20fb5a4ea248b",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php80": "^1.15",
- "symfony/translation-contracts": "^2"
- },
- "conflict": {
- "symfony/config": "<4.4",
- "symfony/dependency-injection": "<5.0",
- "symfony/http-kernel": "<5.0",
- "symfony/twig-bundle": "<5.0",
- "symfony/yaml": "<4.4"
- },
- "provide": {
- "symfony/translation-implementation": "2.0"
- },
- "require-dev": {
- "psr/log": "~1.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/dependency-injection": "^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/http-kernel": "^5.0",
- "symfony/intl": "^4.4|^5.0",
- "symfony/service-contracts": "^1.1.2|^2",
- "symfony/yaml": "^4.4|^5.0"
- },
- "suggest": {
- "psr/log-implementation": "To use logging capability in translator",
- "symfony/config": "",
- "symfony/yaml": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Translation\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Translation Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/translation/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-27T03:44:28+00:00"
- },
- {
- "name": "symfony/translation-contracts",
- "version": "v2.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/translation-contracts.git",
- "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
- "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5"
- },
- "suggest": {
- "symfony/translation-implementation": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.3-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Contracts\\Translation\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Generic abstractions related to translation",
- "homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
- ],
- "support": {
- "source": "https://github.com/symfony/translation-contracts/tree/v2.3.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-28T13:05:58+00:00"
- },
- {
- "name": "symfony/twig-bridge",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/twig-bridge.git",
- "reference": "4421afc6e1a0ef5e7cd9b32359617b98069d1666"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/4421afc6e1a0ef5e7cd9b32359617b98069d1666",
- "reference": "4421afc6e1a0ef5e7cd9b32359617b98069d1666",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-php80": "^1.15",
- "symfony/translation-contracts": "^1.1|^2",
- "twig/twig": "^2.13|^3.0.4"
- },
- "conflict": {
- "symfony/console": "<4.4",
- "symfony/form": "<5.1",
- "symfony/http-foundation": "<4.4",
- "symfony/http-kernel": "<4.4",
- "symfony/translation": "<5.0",
- "symfony/workflow": "<4.4"
- },
- "require-dev": {
- "egulias/email-validator": "^2.1.10",
- "symfony/asset": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/form": "^5.1.9",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0",
- "symfony/polyfill-intl-icu": "~1.0",
- "symfony/routing": "^4.4|^5.0",
- "symfony/security-acl": "^2.8|^3.0",
- "symfony/security-core": "^4.4|^5.0",
- "symfony/security-csrf": "^4.4|^5.0",
- "symfony/security-http": "^4.4|^5.0",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/translation": "^5.0",
- "symfony/web-link": "^4.4|^5.0",
- "symfony/workflow": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0",
- "twig/cssinliner-extra": "^2.12",
- "twig/inky-extra": "^2.12",
- "twig/markdown-extra": "^2.12"
- },
- "suggest": {
- "symfony/asset": "For using the AssetExtension",
- "symfony/expression-language": "For using the ExpressionExtension",
- "symfony/finder": "",
- "symfony/form": "For using the FormExtension",
- "symfony/http-kernel": "For using the HttpKernelExtension",
- "symfony/routing": "For using the RoutingExtension",
- "symfony/security-core": "For using the SecurityExtension",
- "symfony/security-csrf": "For using the CsrfExtension",
- "symfony/security-http": "For using the LogoutUrlExtension",
- "symfony/stopwatch": "For using the StopwatchExtension",
- "symfony/translation": "For using the TranslationExtension",
- "symfony/var-dumper": "For using the DumpExtension",
- "symfony/web-link": "For using the WebLinkExtension",
- "symfony/yaml": "For using the YamlExtension"
- },
- "type": "symfony-bridge",
- "autoload": {
- "psr-4": {
- "Symfony\\Bridge\\Twig\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides integration for Twig with various Symfony components",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/twig-bridge/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T10:01:46+00:00"
- },
- {
- "name": "symfony/twig-bundle",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/twig-bundle.git",
- "reference": "8898ef8aea8fa48638e15ce00c7c6318ce570ce1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/8898ef8aea8fa48638e15ce00c7c6318ce570ce1",
- "reference": "8898ef8aea8fa48638e15ce00c7c6318ce570ce1",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/config": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^5.0",
- "symfony/polyfill-ctype": "~1.8",
- "symfony/twig-bridge": "^5.0",
- "twig/twig": "^2.10|^3.0"
- },
- "conflict": {
- "symfony/dependency-injection": "<4.4",
- "symfony/framework-bundle": "<5.0",
- "symfony/translation": "<5.0"
- },
- "require-dev": {
- "doctrine/annotations": "~1.7",
- "doctrine/cache": "~1.0",
- "symfony/asset": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/form": "^4.4|^5.0",
- "symfony/framework-bundle": "^5.0",
- "symfony/routing": "^4.4|^5.0",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/translation": "^5.0",
- "symfony/web-link": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Bundle\\TwigBundle\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony TwigBundle",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/twig-bundle/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-05-20T17:43:50+00:00"
- },
- {
- "name": "symfony/validator",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/validator.git",
- "reference": "30f946a6d12518b806a785a4ba83c820f6f807ec"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/validator/zipball/30f946a6d12518b806a785a4ba83c820f6f807ec",
- "reference": "30f946a6d12518b806a785a4ba83c820f6f807ec",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.0",
- "symfony/polyfill-ctype": "~1.8",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php80": "^1.15",
- "symfony/translation-contracts": "^1.1|^2"
- },
- "conflict": {
- "doctrine/lexer": "<1.0.2",
- "phpunit/phpunit": "<5.4.3",
- "symfony/dependency-injection": "<4.4",
- "symfony/expression-language": "<5.1",
- "symfony/http-kernel": "<4.4",
- "symfony/intl": "<4.4",
- "symfony/translation": "<4.4",
- "symfony/yaml": "<4.4"
- },
- "require-dev": {
- "doctrine/annotations": "~1.7",
- "doctrine/cache": "~1.0",
- "egulias/email-validator": "^2.1.10",
- "symfony/cache": "^4.4|^5.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/expression-language": "^5.1",
- "symfony/http-client": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/intl": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0",
- "symfony/phpunit-bridge": "^5.1.1",
- "symfony/property-access": "^4.4|^5.0",
- "symfony/property-info": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
- },
- "suggest": {
- "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
- "doctrine/cache": "For using the default cached annotation reader.",
- "egulias/email-validator": "Strict (RFC compliant) email validation",
- "psr/cache-implementation": "For using the mapping cache.",
- "symfony/config": "",
- "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
- "symfony/http-foundation": "",
- "symfony/intl": "",
- "symfony/property-access": "For accessing properties within comparison constraints",
- "symfony/property-info": "To automatically add NotNull and Type constraints",
- "symfony/translation": "For translating validation errors.",
- "symfony/yaml": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Validator\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Validator Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/validator/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-27T03:44:28+00:00"
- },
- {
- "name": "symfony/var-dumper",
- "version": "v5.1.8",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/var-dumper.git",
- "reference": "4e13f3fcefb1fcaaa5efb5403581406f4e840b9a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/4e13f3fcefb1fcaaa5efb5403581406f4e840b9a",
- "reference": "4e13f3fcefb1fcaaa5efb5403581406f4e840b9a",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php80": "^1.15"
- },
- "conflict": {
- "phpunit/phpunit": "<5.4.3",
- "symfony/console": "<4.4"
- },
- "require-dev": {
- "ext-iconv": "*",
- "symfony/console": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0",
- "twig/twig": "^2.4|^3.0"
- },
- "suggest": {
- "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
- "ext-intl": "To show region name in time zone dump",
- "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
- },
- "bin": [
- "Resources/bin/var-dump-server"
- ],
- "type": "library",
- "autoload": {
- "files": [
- "Resources/functions/dump.php"
- ],
- "psr-4": {
- "Symfony\\Component\\VarDumper\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony mechanism for exploring and dumping PHP variables",
- "homepage": "https://symfony.com",
- "keywords": [
- "debug",
- "dump"
- ],
- "support": {
- "source": "https://github.com/symfony/var-dumper/tree/v5.1.8"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-27T10:11:13+00:00"
- },
- {
- "name": "symfony/var-exporter",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/var-exporter.git",
- "reference": "5aed4875ab514c8cb9b6ff4772baa25fa4c10307"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/var-exporter/zipball/5aed4875ab514c8cb9b6ff4772baa25fa4c10307",
- "reference": "5aed4875ab514c8cb9b6ff4772baa25fa4c10307",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-php80": "^1.15"
- },
- "require-dev": {
- "symfony/var-dumper": "^4.4.9|^5.0.9"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\VarExporter\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Allows exporting any serializable PHP data structure to plain PHP code",
- "homepage": "https://symfony.com",
- "keywords": [
- "clone",
- "construct",
- "export",
- "hydrate",
- "instantiate",
- "serialize"
- ],
- "support": {
- "source": "https://github.com/symfony/var-exporter/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T10:01:46+00:00"
- },
- {
- "name": "symfony/web-link",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/web-link.git",
- "reference": "ba2554887e34e693e3888f23f83c72d5ce04bfb2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/web-link/zipball/ba2554887e34e693e3888f23f83c72d5ce04bfb2",
- "reference": "ba2554887e34e693e3888f23f83c72d5ce04bfb2",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "psr/link": "^1.0"
- },
- "conflict": {
- "symfony/http-kernel": "<4.4"
- },
- "provide": {
- "psr/link-implementation": "1.0"
- },
- "require-dev": {
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/http-kernel": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\WebLink\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Kévin Dunglas",
- "email": "dunglas@gmail.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony WebLink Component",
- "homepage": "https://symfony.com",
- "keywords": [
- "dns-prefetch",
- "http",
- "http2",
- "link",
- "performance",
- "prefetch",
- "preload",
- "prerender",
- "psr13",
- "push"
- ],
- "support": {
- "source": "https://github.com/symfony/web-link/tree/v5.1.4"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-05-28T08:20:44+00:00"
- },
- {
- "name": "symfony/webpack-encore-bundle",
- "version": "v1.7.3",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/webpack-encore-bundle.git",
- "reference": "5c0f659eceae87271cce54bbdfb05ed8ec9007bd"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/5c0f659eceae87271cce54bbdfb05ed8ec9007bd",
- "reference": "5c0f659eceae87271cce54bbdfb05ed8ec9007bd",
- "shasum": ""
- },
- "require": {
- "php": "^7.1.3",
- "symfony/asset": "^3.4 || ^4.0 || ^5.0",
- "symfony/config": "^3.4 || ^4.0 || ^5.0",
- "symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
- "symfony/http-kernel": "^3.4 || ^4.0 || ^5.0",
- "symfony/service-contracts": "^1.0 || ^2.0"
- },
- "require-dev": {
- "symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",
- "symfony/phpunit-bridge": "^4.3.5 || ^5.0",
- "symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0",
- "symfony/web-link": "^3.4 || ^4.0 || ^5.0"
- },
- "type": "symfony-bundle",
- "extra": {
- "thanks": {
- "name": "symfony/webpack-encore",
- "url": "https://github.com/symfony/webpack-encore"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\WebpackEncoreBundle\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Integration with your Symfony app & Webpack Encore!",
- "support": {
- "issues": "https://github.com/symfony/webpack-encore-bundle/issues",
- "source": "https://github.com/symfony/webpack-encore-bundle/tree/master"
- },
- "time": "2020-01-31T15:31:59+00:00"
- },
- {
- "name": "symfony/workflow",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/workflow.git",
- "reference": "68bbd4b788860a56c892cbbfe175e4092ee31270"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/workflow/zipball/68bbd4b788860a56c892cbbfe175e4092ee31270",
- "reference": "68bbd4b788860a56c892cbbfe175e4092ee31270",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-php80": "^1.15"
- },
- "conflict": {
- "symfony/event-dispatcher": "<4.4"
- },
- "require-dev": {
- "psr/log": "~1.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/security-core": "^4.4|^5.0",
- "symfony/validator": "^4.4|^5.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Workflow\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Grégoire Pineau",
- "email": "lyrixx@lyrixx.info"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Workflow Component",
- "homepage": "https://symfony.com",
- "keywords": [
- "petrinet",
- "place",
- "state",
- "statemachine",
- "transition",
- "workflow"
- ],
- "support": {
- "source": "https://github.com/symfony/workflow/tree/5.1"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-02T16:23:27+00:00"
- },
- {
- "name": "symfony/yaml",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/yaml.git",
- "reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a",
- "reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/polyfill-ctype": "~1.8"
- },
- "conflict": {
- "symfony/console": "<4.4"
- },
- "require-dev": {
- "symfony/console": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/console": "For validating YAML files using the lint command"
- },
- "bin": [
- "Resources/bin/yaml-lint"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Yaml\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Yaml Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/yaml/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-27T03:44:28+00:00"
- },
- {
- "name": "twig/extra-bundle",
- "version": "v3.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/twigphp/twig-extra-bundle.git",
- "reference": "07c94c7dcfe7e49abd45d4083ca5544a34969714"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/07c94c7dcfe7e49abd45d4083ca5544a34969714",
- "reference": "07c94c7dcfe7e49abd45d4083ca5544a34969714",
- "shasum": ""
- },
- "require": {
- "php": "^7.1.3|^8.0",
- "symfony/framework-bundle": "^4.3|^5.0",
- "symfony/twig-bundle": "^4.3|^5.0",
- "twig/twig": "^3.2"
- },
- "require-dev": {
- "symfony/phpunit-bridge": "^4.4.9|^5.0.9",
- "twig/cache-extra": "^3.0",
- "twig/cssinliner-extra": "^2.12|^3.0",
- "twig/html-extra": "^2.12|^3.0",
- "twig/inky-extra": "^2.12|^3.0",
- "twig/intl-extra": "^2.12|^3.0",
- "twig/markdown-extra": "^2.12|^3.0",
- "twig/string-extra": "^2.12|^3.0"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Twig\\Extra\\TwigExtraBundle\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com",
- "homepage": "http://fabien.potencier.org",
- "role": "Lead Developer"
- }
- ],
- "description": "A Symfony bundle for extra Twig extensions",
- "homepage": "https://twig.symfony.com",
- "keywords": [
- "bundle",
- "extra",
- "twig"
- ],
- "support": {
- "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.2.1"
- },
- "funding": [
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/twig/twig",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-05T15:24:51+00:00"
- },
- {
- "name": "twig/twig",
- "version": "v3.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/twigphp/Twig.git",
- "reference": "f795ca686d38530045859b0350b5352f7d63447d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/f795ca686d38530045859b0350b5352f7d63447d",
- "reference": "f795ca686d38530045859b0350b5352f7d63447d",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-ctype": "^1.8",
- "symfony/polyfill-mbstring": "^1.3"
- },
- "require-dev": {
- "psr/container": "^1.0",
- "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Twig\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com",
- "homepage": "http://fabien.potencier.org",
- "role": "Lead Developer"
- },
- {
- "name": "Twig Team",
- "role": "Contributors"
- },
- {
- "name": "Armin Ronacher",
- "email": "armin.ronacher@active-4.com",
- "role": "Project Founder"
- }
- ],
- "description": "Twig, the flexible, fast, and secure template language for PHP",
- "homepage": "https://twig.symfony.com",
- "keywords": [
- "templating"
- ],
- "support": {
- "issues": "https://github.com/twigphp/Twig/issues",
- "source": "https://github.com/twigphp/Twig/tree/v3.2.1"
- },
- "funding": [
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/twig/twig",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-05T15:40:36+00:00"
- },
- {
- "name": "webmozart/assert",
- "version": "1.9.1",
- "source": {
- "type": "git",
- "url": "https://github.com/webmozarts/assert.git",
- "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
- "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
- "shasum": ""
- },
- "require": {
- "php": "^5.3.3 || ^7.0 || ^8.0",
- "symfony/polyfill-ctype": "^1.8"
- },
- "conflict": {
- "phpstan/phpstan": "<0.12.20",
- "vimeo/psalm": "<3.9.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.36 || ^7.5.13"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Webmozart\\Assert\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Bernhard Schussek",
- "email": "bschussek@gmail.com"
- }
- ],
- "description": "Assertions to validate method input/output with nice error messages.",
- "keywords": [
- "assert",
- "check",
- "validate"
- ],
- "support": {
- "issues": "https://github.com/webmozarts/assert/issues",
- "source": "https://github.com/webmozarts/assert/tree/1.9.1"
- },
- "time": "2020-07-08T17:02:28+00:00"
- },
- {
- "name": "webonyx/graphql-php",
- "version": "v14.5.1",
- "source": {
- "type": "git",
- "url": "https://github.com/webonyx/graphql-php.git",
- "reference": "3af8b92d07e0d7a9085c0b83daf86beaeb76f092"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/3af8b92d07e0d7a9085c0b83daf86beaeb76f092",
- "reference": "3af8b92d07e0d7a9085c0b83daf86beaeb76f092",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "ext-mbstring": "*",
- "php": "^7.1||^8.0"
- },
- "require-dev": {
- "amphp/amp": "^2.3",
- "doctrine/coding-standard": "^6.0",
- "nyholm/psr7": "^1.2",
- "phpbench/phpbench": "^0.16.10",
- "phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "0.12.32",
- "phpstan/phpstan-phpunit": "0.12.11",
- "phpstan/phpstan-strict-rules": "0.12.2",
- "phpunit/phpunit": "^7.2|^8.5",
- "psr/http-message": "^1.0",
- "react/promise": "2.*",
- "simpod/php-coveralls-mirror": "^3.0",
- "squizlabs/php_codesniffer": "3.5.4"
- },
- "suggest": {
- "psr/http-message": "To use standard GraphQL server",
- "react/promise": "To leverage async resolving on React PHP platform"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "GraphQL\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "A PHP port of GraphQL reference implementation",
- "homepage": "https://github.com/webonyx/graphql-php",
- "keywords": [
- "api",
- "graphql"
- ],
- "support": {
- "issues": "https://github.com/webonyx/graphql-php/issues",
- "source": "https://github.com/webonyx/graphql-php/tree/v14.5.1"
- },
- "funding": [
- {
- "url": "https://opencollective.com/webonyx-graphql-php",
- "type": "open_collective"
- }
- ],
- "time": "2021-02-05T10:51:56+00:00"
- },
- {
- "name": "willdurand/negotiation",
- "version": "3.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/willdurand/Negotiation.git",
- "reference": "04e14f38d4edfcc974114a07d2777d90c98f3d9c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/04e14f38d4edfcc974114a07d2777d90c98f3d9c",
- "reference": "04e14f38d4edfcc974114a07d2777d90c98f3d9c",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.0"
- },
- "require-dev": {
- "symfony/phpunit-bridge": "^5.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Negotiation\\": "src/Negotiation"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "William Durand",
- "email": "will+git@drnd.me"
- }
- ],
- "description": "Content Negotiation tools for PHP provided as a standalone library.",
- "homepage": "http://williamdurand.fr/Negotiation/",
- "keywords": [
- "accept",
- "content",
- "format",
- "header",
- "negotiation"
- ],
- "support": {
- "issues": "https://github.com/willdurand/Negotiation/issues",
- "source": "https://github.com/willdurand/Negotiation/tree/3.0.0"
- },
- "time": "2020-09-25T08:01:41+00:00"
- }
- ],
- "packages-dev": [
- {
- "name": "behat/behat",
- "version": "v3.7.0",
- "source": {
- "type": "git",
- "url": "https://github.com/Behat/Behat.git",
- "reference": "08052f739619a9e9f62f457a67302f0715e6dd13"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Behat/Behat/zipball/08052f739619a9e9f62f457a67302f0715e6dd13",
- "reference": "08052f739619a9e9f62f457a67302f0715e6dd13",
- "shasum": ""
- },
- "require": {
- "behat/gherkin": "^4.6.0",
- "behat/transliterator": "^1.2",
- "ext-mbstring": "*",
- "php": ">=5.3.3",
- "psr/container": "^1.0",
- "symfony/config": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
- "symfony/console": "^2.7.51 || ^2.8.33 || ^3.3.15 || ^3.4.3 || ^4.0.3 || ^5.0",
- "symfony/dependency-injection": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
- "symfony/event-dispatcher": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
- "symfony/translation": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
- "symfony/yaml": "^2.7.51 || ^3.0 || ^4.0 || ^5.0"
- },
- "require-dev": {
- "container-interop/container-interop": "^1.2",
- "herrera-io/box": "~1.6.1",
- "phpunit/phpunit": "^4.8.36 || ^6.5.14 || ^7.5.20",
- "symfony/process": "~2.5 || ^3.0 || ^4.0 || ^5.0"
- },
- "suggest": {
- "ext-dom": "Needed to output test results in JUnit format."
- },
- "bin": [
- "bin/behat"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.6.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Behat\\Behat\\": "src/Behat/Behat/",
- "Behat\\Testwork\\": "src/Behat/Testwork/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Konstantin Kudryashov",
- "email": "ever.zet@gmail.com",
- "homepage": "http://everzet.com"
- }
- ],
- "description": "Scenario-oriented BDD framework for PHP 5.3",
- "homepage": "http://behat.org/",
- "keywords": [
- "Agile",
- "BDD",
- "ScenarioBDD",
- "Scrum",
- "StoryBDD",
- "User story",
- "business",
- "development",
- "documentation",
- "examples",
- "symfony",
- "testing"
- ],
- "support": {
- "issues": "https://github.com/Behat/Behat/issues",
- "source": "https://github.com/Behat/Behat/tree/v3.7.0"
- },
- "time": "2020-06-03T13:08:44+00:00"
- },
- {
- "name": "behat/gherkin",
- "version": "v4.7.1",
- "source": {
- "type": "git",
- "url": "https://github.com/Behat/Gherkin.git",
- "reference": "987bcdc3d29ba433e6bd4b1db4ae59737ba3dacd"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Behat/Gherkin/zipball/987bcdc3d29ba433e6bd4b1db4ae59737ba3dacd",
- "reference": "987bcdc3d29ba433e6bd4b1db4ae59737ba3dacd",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6"
- },
- "require-dev": {
- "phpunit/phpunit": "~5.7|~6|~7",
- "symfony/phpunit-bridge": "~2.7|~3|~4",
- "symfony/yaml": "~2.3|~3|~4"
- },
- "suggest": {
- "symfony/yaml": "If you want to parse features, represented in YAML files"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.4-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Behat\\Gherkin": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Konstantin Kudryashov",
- "email": "ever.zet@gmail.com",
- "homepage": "http://everzet.com"
- }
- ],
- "description": "Gherkin DSL parser for PHP",
- "homepage": "http://behat.org/",
- "keywords": [
- "BDD",
- "Behat",
- "Cucumber",
- "DSL",
- "gherkin",
- "parser"
- ],
- "support": {
- "issues": "https://github.com/Behat/Gherkin/issues",
- "source": "https://github.com/Behat/Gherkin/tree/v4.7.1"
- },
- "time": "2021-01-26T16:24:32+00:00"
- },
- {
- "name": "dama/doctrine-test-bundle",
- "version": "v6.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
- "reference": "ada40c684d212e6911d70ae5ba5a0536607df567"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/ada40c684d212e6911d70ae5ba5a0536607df567",
- "reference": "ada40c684d212e6911d70ae5ba5a0536607df567",
- "shasum": ""
- },
- "require": {
- "doctrine/dbal": "^2.9,>=2.9.3",
- "doctrine/doctrine-bundle": "^1.11 || ^2.0",
- "php": "^7.1 || ^8.0",
- "symfony/framework-bundle": "^3.4 || ^4.4 || ^5.1"
- },
- "require-dev": {
- "behat/behat": "^3.0",
- "phpstan/phpstan": "^0.12",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
- "symfony/phpunit-bridge": "^5.1",
- "symfony/process": "^3.4 || ^4.4 || ^5.1",
- "symfony/yaml": "^3.4 || ^4.4 || ^5.1"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "7.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "David Maicher",
- "email": "mail@dmaicher.de"
- }
- ],
- "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
- "keywords": [
- "doctrine",
- "isolation",
- "performance",
- "symfony",
- "tests"
- ],
- "support": {
- "issues": "https://github.com/dmaicher/doctrine-test-bundle/issues",
- "source": "https://github.com/dmaicher/doctrine-test-bundle/tree/v6.4.0"
- },
- "time": "2020-10-30T10:35:52+00:00"
- },
- {
- "name": "doctrine/data-fixtures",
- "version": "1.5.0",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/data-fixtures.git",
- "reference": "51d3d4880d28951fff42a635a2389f8c63baddc5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/51d3d4880d28951fff42a635a2389f8c63baddc5",
- "reference": "51d3d4880d28951fff42a635a2389f8c63baddc5",
- "shasum": ""
- },
- "require": {
- "doctrine/common": "^2.13|^3.0",
- "doctrine/persistence": "^1.3.3|^2.0",
- "php": "^7.2 || ^8.0"
- },
- "conflict": {
- "doctrine/phpcr-odm": "<1.3.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^8.2",
- "doctrine/dbal": "^2.5.4",
- "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
- "doctrine/orm": "^2.7.0",
- "ext-sqlite3": "*",
- "phpunit/phpunit": "^8.0"
- },
- "suggest": {
- "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
- "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
- "doctrine/orm": "For loading ORM fixtures",
- "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- }
- ],
- "description": "Data Fixtures for all Doctrine Object Managers",
- "homepage": "http://www.doctrine-project.org",
- "keywords": [
- "database"
- ],
- "support": {
- "issues": "https://github.com/doctrine/data-fixtures/issues",
- "source": "https://github.com/doctrine/data-fixtures/tree/1.5.0"
- },
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-23T10:20:43+00:00"
- },
- {
- "name": "doctrine/doctrine-fixtures-bundle",
- "version": "3.3.2",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
- "reference": "a2179f447425d9e784fb9bc224e533a0ab083b98"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/a2179f447425d9e784fb9bc224e533a0ab083b98",
- "reference": "a2179f447425d9e784fb9bc224e533a0ab083b98",
- "shasum": ""
- },
- "require": {
- "doctrine/data-fixtures": "^1.3",
- "doctrine/doctrine-bundle": "^1.11|^2.0",
- "doctrine/orm": "^2.6.0",
- "doctrine/persistence": "^1.3|^2.0",
- "php": "^7.1 || ^8.0",
- "symfony/config": "^3.4|^4.3|^5.0",
- "symfony/console": "^3.4|^4.3|^5.0",
- "symfony/dependency-injection": "^3.4|^4.3|^5.0",
- "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
- "symfony/http-kernel": "^3.4|^4.3|^5.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^6.0",
- "phpunit/phpunit": "^7.4 || ^9.2",
- "symfony/phpunit-bridge": "^4.1|^5.0"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "3.3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\Bundle\\FixturesBundle\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Doctrine Project",
- "homepage": "http://www.doctrine-project.org"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- }
- ],
- "description": "Symfony DoctrineFixturesBundle",
- "homepage": "http://www.doctrine-project.org",
- "keywords": [
- "Fixture",
- "persistence"
- ],
- "support": {
- "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
- "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.3.x"
- },
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-01T07:06:14+00:00"
- },
- {
- "name": "jakub-onderka/php-console-color",
- "version": "v0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
- "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
- "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0"
- },
- "require-dev": {
- "jakub-onderka/php-code-style": "1.0",
- "jakub-onderka/php-parallel-lint": "1.0",
- "jakub-onderka/php-var-dump-check": "0.*",
- "phpunit/phpunit": "~4.3",
- "squizlabs/php_codesniffer": "1.*"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "JakubOnderka\\PhpConsoleColor\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-2-Clause"
- ],
- "authors": [
- {
- "name": "Jakub Onderka",
- "email": "jakub.onderka@gmail.com"
- }
- ],
- "support": {
- "issues": "https://github.com/JakubOnderka/PHP-Console-Color/issues",
- "source": "https://github.com/JakubOnderka/PHP-Console-Color/tree/master"
- },
- "abandoned": "php-parallel-lint/php-console-color",
- "time": "2018-09-29T17:23:10+00:00"
- },
- {
- "name": "nikic/php-parser",
- "version": "v4.10.4",
- "source": {
- "type": "git",
- "url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
- "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
- "shasum": ""
- },
- "require": {
- "ext-tokenizer": "*",
- "php": ">=7.0"
- },
- "require-dev": {
- "ircmaxell/php-yacc": "^0.0.7",
- "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
- },
- "bin": [
- "bin/php-parse"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.9-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "PhpParser\\": "lib/PhpParser"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Nikita Popov"
- }
- ],
- "description": "A PHP parser written in PHP",
- "keywords": [
- "parser",
- "php"
- ],
- "support": {
- "issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4"
- },
- "time": "2020-12-20T10:01:03+00:00"
- },
- {
- "name": "php-parallel-lint/php-console-highlighter",
- "version": "v0.4",
- "source": {
- "type": "git",
- "url": "https://github.com/php-parallel-lint/PHP-Console-Highlighter.git",
- "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-parallel-lint/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
- "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
- "shasum": ""
- },
- "require": {
- "ext-tokenizer": "*",
- "jakub-onderka/php-console-color": "~0.2",
- "php": ">=5.4.0"
- },
- "require-dev": {
- "jakub-onderka/php-code-style": "~1.0",
- "jakub-onderka/php-parallel-lint": "~1.0",
- "jakub-onderka/php-var-dump-check": "~0.1",
- "phpunit/phpunit": "~4.0",
- "squizlabs/php_codesniffer": "~1.5"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jakub Onderka",
- "email": "acci@acci.cz",
- "homepage": "http://www.acci.cz/"
- }
- ],
- "description": "Highlight PHP code in terminal",
- "support": {
- "source": "https://github.com/php-parallel-lint/PHP-Console-Highlighter/tree/v0.4"
- },
- "time": "2018-09-29T18:48:56+00:00"
- },
- {
- "name": "phpstan/phpstan",
- "version": "0.12.50",
- "source": {
- "type": "git",
- "url": "https://github.com/phpstan/phpstan.git",
- "reference": "b8248f9c81265af75d6d969ca3252aaf3e998f3a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b8248f9c81265af75d6d969ca3252aaf3e998f3a",
- "reference": "b8248f9c81265af75d6d969ca3252aaf3e998f3a",
- "shasum": ""
- },
- "require": {
- "php": "^7.1|^8.0"
- },
- "conflict": {
- "phpstan/phpstan-shim": "*"
- },
- "bin": [
- "phpstan",
- "phpstan.phar"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.12-dev"
- }
- },
- "autoload": {
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "PHPStan - PHP Static Analysis Tool",
- "support": {
- "issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/0.12.50"
- },
- "funding": [
- {
- "url": "https://github.com/ondrejmirtes",
- "type": "github"
- },
- {
- "url": "https://www.patreon.com/phpstan",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-16T12:22:23+00:00"
- },
- {
- "name": "phpunit/php-timer",
- "version": "3.1.4",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-timer.git",
- "reference": "dc9368fae6ef2ffa57eba80a7410bcef81df6258"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/dc9368fae6ef2ffa57eba80a7410bcef81df6258",
- "reference": "dc9368fae6ef2ffa57eba80a7410bcef81df6258",
- "shasum": ""
- },
- "require": {
- "php": "^7.3"
- },
- "require-dev": {
- "phpunit/phpunit": "^9.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.1-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "Utility class for timing",
- "homepage": "https://github.com/sebastianbergmann/php-timer/",
- "keywords": [
- "timer"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/php-timer/issues",
- "source": "https://github.com/sebastianbergmann/php-timer/tree/master"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2020-04-20T06:00:37+00:00"
- },
- {
- "name": "povils/phpmnd",
- "version": "v2.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/povils/phpmnd.git",
- "reference": "51861e5f5fbd9edbd5c45da10d8e94952e8ba701"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/povils/phpmnd/zipball/51861e5f5fbd9edbd5c45da10d8e94952e8ba701",
- "reference": "51861e5f5fbd9edbd5c45da10d8e94952e8ba701",
- "shasum": ""
- },
- "require": {
- "nikic/php-parser": "^4.0",
- "php": "^7.1",
- "php-parallel-lint/php-console-highlighter": "^0.4",
- "phpunit/php-timer": "^2.0||^3.0",
- "symfony/console": "^4.0||^5.0",
- "symfony/finder": "^4.0||^5.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.0||^8.0||^9.0",
- "squizlabs/php_codesniffer": "^2.8.1||^3.5"
- },
- "bin": [
- "bin/phpmnd"
- ],
- "type": "application",
- "extra": {
- "branch-alias": {
- "dev-master": "2.3-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Povils\\PHPMND\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Povilas Susinskas",
- "email": "povilassusinskas@gmail.com"
- }
- ],
- "description": "A tool to detect Magic numbers in codebase",
- "support": {
- "issues": "https://github.com/povils/phpmnd/issues",
- "source": "https://github.com/povils/phpmnd/tree/master"
- },
- "time": "2020-05-03T16:20:58+00:00"
- },
- {
- "name": "squizlabs/php_codesniffer",
- "version": "3.5.6",
- "source": {
- "type": "git",
- "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
- "reference": "e97627871a7eab2f70e59166072a6b767d5834e0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0",
- "reference": "e97627871a7eab2f70e59166072a6b767d5834e0",
- "shasum": ""
- },
- "require": {
- "ext-simplexml": "*",
- "ext-tokenizer": "*",
- "ext-xmlwriter": "*",
- "php": ">=5.4.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
- },
- "bin": [
- "bin/phpcs",
- "bin/phpcbf"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.x-dev"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Greg Sherwood",
- "role": "lead"
- }
- ],
- "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
- "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
- "keywords": [
- "phpcs",
- "standards"
- ],
- "support": {
- "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
- "source": "https://github.com/squizlabs/PHP_CodeSniffer",
- "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
- },
- "time": "2020-08-10T04:50:15+00:00"
- },
- {
- "name": "symfony/browser-kit",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/browser-kit.git",
- "reference": "8944cc83bb18f83f577225c695d999044e7c62b0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/browser-kit/zipball/8944cc83bb18f83f577225c695d999044e7c62b0",
- "reference": "8944cc83bb18f83f577225c695d999044e7c62b0",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/dom-crawler": "^4.4|^5.0"
- },
- "require-dev": {
- "symfony/css-selector": "^4.4|^5.0",
- "symfony/http-client": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/process": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\BrowserKit\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony BrowserKit Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/browser-kit/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-02T08:49:02+00:00"
- },
- {
- "name": "symfony/css-selector",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/css-selector.git",
- "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9",
- "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\CssSelector\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Jean-François Simon",
- "email": "jeanfrancois.simon@sensiolabs.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony CssSelector Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/css-selector/tree/v5.1.4"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-05-20T17:43:50+00:00"
- },
- {
- "name": "symfony/debug-bundle",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/debug-bundle.git",
- "reference": "3f4bcea52678eedf19260973217f5ae7b835edf5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/3f4bcea52678eedf19260973217f5ae7b835edf5",
- "reference": "3f4bcea52678eedf19260973217f5ae7b835edf5",
- "shasum": ""
- },
- "require": {
- "ext-xml": "*",
- "php": ">=7.2.5",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/twig-bridge": "^4.4|^5.0",
- "symfony/var-dumper": "^4.4|^5.0"
- },
- "conflict": {
- "symfony/config": "<4.4",
- "symfony/dependency-injection": "<4.4"
- },
- "require-dev": {
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/web-profiler-bundle": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/config": "For service container configuration",
- "symfony/dependency-injection": "For using as a service from the container"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Bundle\\DebugBundle\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony DebugBundle",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/debug-bundle/tree/v5.1.4"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-05-20T17:43:50+00:00"
- },
- {
- "name": "symfony/dom-crawler",
- "version": "v5.1.11",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/dom-crawler.git",
- "reference": "5d89ceb53ec65e1973a555072fac8ed5ecad3384"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/5d89ceb53ec65e1973a555072fac8ed5ecad3384",
- "reference": "5d89ceb53ec65e1973a555072fac8ed5ecad3384",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-ctype": "~1.8",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php80": "^1.15"
- },
- "conflict": {
- "masterminds/html5": "<2.6"
- },
- "require-dev": {
- "masterminds/html5": "^2.6",
- "symfony/css-selector": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/css-selector": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\DomCrawler\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Eases DOM navigation for HTML and XML documents",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/dom-crawler/tree/v5.1.11"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-01-27T10:01:46+00:00"
- },
- {
- "name": "symfony/maker-bundle",
- "version": "v1.21.1",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/maker-bundle.git",
- "reference": "da629093c7bf9abd9a6a0f232a43bbb1b88de68d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/da629093c7bf9abd9a6a0f232a43bbb1b88de68d",
- "reference": "da629093c7bf9abd9a6a0f232a43bbb1b88de68d",
- "shasum": ""
- },
- "require": {
- "doctrine/inflector": "^1.2",
- "nikic/php-parser": "^4.0",
- "php": "^7.1.3",
- "symfony/config": "^3.4|^4.0|^5.0",
- "symfony/console": "^3.4|^4.0|^5.0",
- "symfony/dependency-injection": "^3.4|^4.0|^5.0",
- "symfony/filesystem": "^3.4|^4.0|^5.0",
- "symfony/finder": "^3.4|^4.0|^5.0",
- "symfony/framework-bundle": "^3.4|^4.0|^5.0",
- "symfony/http-kernel": "^3.4|^4.0|^5.0"
- },
- "require-dev": {
- "composer/semver": "^3.0@dev",
- "doctrine/doctrine-bundle": "^1.8|^2.0",
- "doctrine/orm": "^2.3",
- "friendsofphp/php-cs-fixer": "^2.8",
- "friendsoftwig/twigcs": "^3.1.2",
- "symfony/http-client": "^4.3|^5.0",
- "symfony/phpunit-bridge": "^4.3|^5.0",
- "symfony/process": "^3.4|^4.0|^5.0",
- "symfony/security-core": "^3.4|^4.0|^5.0",
- "symfony/yaml": "^3.4|^4.0|^5.0"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Bundle\\MakerBundle\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
- "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
- "keywords": [
- "code generator",
- "generator",
- "scaffold",
- "scaffolding"
- ],
- "support": {
- "issues": "https://github.com/symfony/maker-bundle/issues",
- "source": "https://github.com/symfony/maker-bundle/tree/master"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-08-29T18:05:46+00:00"
- },
- {
- "name": "symfony/phpunit-bridge",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/phpunit-bridge.git",
- "reference": "150aeb91dd9dafe13ec8416abd62e435330ca12d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/150aeb91dd9dafe13ec8416abd62e435330ca12d",
- "reference": "150aeb91dd9dafe13ec8416abd62e435330ca12d",
- "shasum": ""
- },
- "require": {
- "php": ">=5.5.9"
- },
- "conflict": {
- "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2"
- },
- "require-dev": {
- "symfony/deprecation-contracts": "^2.1"
- },
- "suggest": {
- "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
- },
- "bin": [
- "bin/simple-phpunit"
- ],
- "type": "symfony-bridge",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- },
- "thanks": {
- "name": "phpunit/phpunit",
- "url": "https://github.com/sebastianbergmann/phpunit"
- }
- },
- "autoload": {
- "files": [
- "bootstrap.php"
- ],
- "psr-4": {
- "Symfony\\Bridge\\PhpUnit\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony PHPUnit Bridge",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/phpunit-bridge/tree/v5.1.7"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-02T12:57:56+00:00"
- },
- {
- "name": "symfony/web-profiler-bundle",
- "version": "v5.1.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/web-profiler-bundle.git",
- "reference": "4b02edb4c4c2d57b94e62904e45f3484b29d36eb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/4b02edb4c4c2d57b94e62904e45f3484b29d36eb",
- "reference": "4b02edb4c4c2d57b94e62904e45f3484b29d36eb",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/config": "^4.4|^5.0",
- "symfony/framework-bundle": "^5.1",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/routing": "^4.4|^5.0",
- "symfony/twig-bundle": "^4.4|^5.0",
- "twig/twig": "^2.10|^3.0"
- },
- "conflict": {
- "symfony/form": "<4.4",
- "symfony/messenger": "<4.4"
- },
- "require-dev": {
- "symfony/browser-kit": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/css-selector": "^4.4|^5.0",
- "symfony/stopwatch": "^4.4|^5.0"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Bundle\\WebProfilerBundle\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony WebProfilerBundle",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/web-profiler-bundle/tree/5.1"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-09-07T05:10:28+00:00"
- }
- ],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=7.2.5",
- "ext-ctype": "*",
- "ext-iconv": "*"
- },
- "platform-dev": [],
- "platform-overrides": {
- "php": "7.4.2"
- },
- "plugin-api-version": "2.0.0"
-}
diff --git a/apps/config/bundles.php b/apps/config/bundles.php
deleted file mode 100644
index 6790cc1..0000000
--- a/apps/config/bundles.php
+++ /dev/null
@@ -1,23 +0,0 @@
- ['all' => true],
- Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
- Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
- Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
- Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
- Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
- Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
- Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
- Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
- Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
- Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
- Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
- ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
- Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
- Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
- Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
- Knp\Bundle\PaginatorBundle\KnpPaginatorBundle::class => ['all' => true],
- DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
- Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
-];
diff --git a/apps/config/packages/api_platform.yaml b/apps/config/packages/api_platform.yaml
deleted file mode 100644
index 2eb7b4c..0000000
--- a/apps/config/packages/api_platform.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-api_platform:
- mapping:
- paths: ['%kernel.project_dir%/src/Entity']
- patch_formats:
- json: ['application/merge-patch+json']
- swagger:
- versions: [3]
diff --git a/apps/config/packages/assets.yaml b/apps/config/packages/assets.yaml
deleted file mode 100644
index 7b116d1..0000000
--- a/apps/config/packages/assets.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-framework:
- assets:
- json_manifest_path: '%kernel.project_dir%/public/assets/manifest.json'
diff --git a/apps/config/packages/cache.yaml b/apps/config/packages/cache.yaml
deleted file mode 100644
index 6899b72..0000000
--- a/apps/config/packages/cache.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-framework:
- cache:
- # Unique name of your app: used to compute stable namespaces for cache keys.
- #prefix_seed: your_vendor_name/app_name
-
- # The "app" cache stores to the filesystem by default.
- # The data in this cache should persist between deploys.
- # Other options include:
-
- # Redis
- #app: cache.adapter.redis
- #default_redis_provider: redis://localhost
-
- # APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
- #app: cache.adapter.apcu
-
- # Namespaced pools use the above "app" backend by default
- #pools:
- #my.dedicated.cache: null
diff --git a/apps/config/packages/dev/debug.yaml b/apps/config/packages/dev/debug.yaml
deleted file mode 100644
index 26d4e53..0000000
--- a/apps/config/packages/dev/debug.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-debug:
- # Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser.
- # See the "server:dump" command to start a new server.
- dump_destination: "tcp://%env(VAR_DUMPER_SERVER)%"
diff --git a/apps/config/packages/dev/maker.yaml b/apps/config/packages/dev/maker.yaml
deleted file mode 100644
index 9ccdb94..0000000
--- a/apps/config/packages/dev/maker.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
-maker:
- # tell MakerBundle that all of your classes lives in an
- # Acme namespace, instead of the default App
- # (e.g. Acme\Entity\Article, Acme\Command\MyCommand, etc)
- root_namespace: 'App'
\ No newline at end of file
diff --git a/apps/config/packages/dev/monolog.yaml b/apps/config/packages/dev/monolog.yaml
deleted file mode 100644
index b1998da..0000000
--- a/apps/config/packages/dev/monolog.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-monolog:
- handlers:
- main:
- type: stream
- path: "%kernel.logs_dir%/%kernel.environment%.log"
- level: debug
- channels: ["!event"]
- # uncomment to get logging in your browser
- # you may have to allow bigger header sizes in your Web server configuration
- #firephp:
- # type: firephp
- # level: info
- #chromephp:
- # type: chromephp
- # level: info
- console:
- type: console
- process_psr_3_messages: false
- channels: ["!event", "!doctrine", "!console"]
diff --git a/apps/config/packages/dev/web_profiler.yaml b/apps/config/packages/dev/web_profiler.yaml
deleted file mode 100644
index e92166a..0000000
--- a/apps/config/packages/dev/web_profiler.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-web_profiler:
- toolbar: true
- intercept_redirects: false
-
-framework:
- profiler: { only_exceptions: false }
diff --git a/apps/config/packages/doctrine.yaml b/apps/config/packages/doctrine.yaml
deleted file mode 100644
index 5e80e77..0000000
--- a/apps/config/packages/doctrine.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-doctrine:
- dbal:
- url: '%env(resolve:DATABASE_URL)%'
-
- # IMPORTANT: You MUST configure your server version,
- # either here or in the DATABASE_URL env var (see .env file)
- #server_version: '5.7'
- orm:
- auto_generate_proxy_classes: true
- naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
- auto_mapping: true
- mappings:
- App:
- is_bundle: false
- type: annotation
- dir: '%kernel.project_dir%/src/Entity'
- prefix: 'App\Entity'
- alias: App
diff --git a/apps/config/packages/doctrine_migrations.yaml b/apps/config/packages/doctrine_migrations.yaml
deleted file mode 100644
index 61e6612..0000000
--- a/apps/config/packages/doctrine_migrations.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
-doctrine_migrations:
- migrations_paths:
- # namespace is arbitrary but should be different from App\Migrations
- # as migrations classes should NOT be autoloaded
- 'DoctrineMigrations': '%kernel.project_dir%/migrations'
diff --git a/apps/config/packages/framework.yaml b/apps/config/packages/framework.yaml
deleted file mode 100644
index cad7f78..0000000
--- a/apps/config/packages/framework.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-# see https://symfony.com/doc/current/reference/configuration/framework.html
-framework:
- secret: '%env(APP_SECRET)%'
- #csrf_protection: true
- #http_method_override: true
-
- # Enables session support. Note that the session will ONLY be started if you read or write from it.
- # Remove or comment this section to explicitly disable session support.
- session:
- handler_id: null
- cookie_secure: auto
- cookie_samesite: lax
-
- #esi: true
- #fragments: true
- php_errors:
- log: true
diff --git a/apps/config/packages/mailer.yaml b/apps/config/packages/mailer.yaml
deleted file mode 100644
index 56a650d..0000000
--- a/apps/config/packages/mailer.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-framework:
- mailer:
- dsn: '%env(MAILER_DSN)%'
diff --git a/apps/config/packages/messenger.yaml b/apps/config/packages/messenger.yaml
deleted file mode 100644
index 6b7319c..0000000
--- a/apps/config/packages/messenger.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-framework:
- messenger:
- # Uncomment this (and the failed transport below) to send failed messages to this transport for later handling.
- # failure_transport: failed
-
- transports:
- # https://symfony.com/doc/current/messenger.html#transport-configuration
- # async: '%env(MESSENGER_TRANSPORT_DSN)%'
- # failed: 'doctrine://default?queue_name=failed'
- # sync: 'sync://'
-
- routing:
- # Route your messages to the transports
- # 'App\Message\YourMessage': async
diff --git a/apps/config/packages/nelmio_cors.yaml b/apps/config/packages/nelmio_cors.yaml
deleted file mode 100644
index c766508..0000000
--- a/apps/config/packages/nelmio_cors.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-nelmio_cors:
- defaults:
- origin_regex: true
- allow_origin: ['%env(CORS_ALLOW_ORIGIN)%']
- allow_methods: ['GET', 'OPTIONS', 'POST', 'PUT', 'PATCH', 'DELETE']
- allow_headers: ['Content-Type', 'Authorization']
- expose_headers: ['Link']
- max_age: 3600
- paths:
- '^/': null
diff --git a/apps/config/packages/notifier.yaml b/apps/config/packages/notifier.yaml
deleted file mode 100644
index 3984a48..0000000
--- a/apps/config/packages/notifier.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-framework:
- notifier:
- #chatter_transports:
- # slack: '%env(SLACK_DSN)%'
- # telegram: '%env(TELEGRAM_DSN)%'
- #texter_transports:
- # twilio: '%env(TWILIO_DSN)%'
- # nexmo: '%env(NEXMO_DSN)%'
- channel_policy:
- # use chat/slack, chat/telegram, sms/twilio or sms/nexmo
- urgent: ['email']
- high: ['email']
- medium: ['email']
- low: ['email']
- admin_recipients:
- - { email: admin@example.com }
diff --git a/apps/config/packages/prod/deprecations.yaml b/apps/config/packages/prod/deprecations.yaml
deleted file mode 100644
index 920a061..0000000
--- a/apps/config/packages/prod/deprecations.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# As of Symfony 5.1, deprecations are logged in the dedicated "deprecation" channel when it exists
-#monolog:
-# channels: [deprecation]
-# handlers:
-# deprecation:
-# type: stream
-# channels: [deprecation]
-# path: "%kernel.logs_dir%/%kernel.environment%.deprecations.log"
diff --git a/apps/config/packages/prod/doctrine.yaml b/apps/config/packages/prod/doctrine.yaml
deleted file mode 100644
index 084f59a..0000000
--- a/apps/config/packages/prod/doctrine.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-doctrine:
- orm:
- auto_generate_proxy_classes: false
- metadata_cache_driver:
- type: pool
- pool: doctrine.system_cache_pool
- query_cache_driver:
- type: pool
- pool: doctrine.system_cache_pool
- result_cache_driver:
- type: pool
- pool: doctrine.result_cache_pool
-
-framework:
- cache:
- pools:
- doctrine.result_cache_pool:
- adapter: cache.app
- doctrine.system_cache_pool:
- adapter: cache.system
diff --git a/apps/config/packages/prod/monolog.yaml b/apps/config/packages/prod/monolog.yaml
deleted file mode 100644
index bfe69c0..0000000
--- a/apps/config/packages/prod/monolog.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-monolog:
- handlers:
- main:
- type: fingers_crossed
- action_level: error
- handler: nested
- excluded_http_codes: [404, 405]
- buffer_size: 50 # How many messages should be saved? Prevent memory leaks
- nested:
- type: stream
- path: "%kernel.logs_dir%/%kernel.environment%.log"
- level: debug
- console:
- type: console
- process_psr_3_messages: false
- channels: ["!event", "!doctrine"]
diff --git a/apps/config/packages/prod/routing.yaml b/apps/config/packages/prod/routing.yaml
deleted file mode 100644
index b3e6a0a..0000000
--- a/apps/config/packages/prod/routing.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-framework:
- router:
- strict_requirements: null
diff --git a/apps/config/packages/prod/webpack_encore.yaml b/apps/config/packages/prod/webpack_encore.yaml
deleted file mode 100644
index d0b3ba8..0000000
--- a/apps/config/packages/prod/webpack_encore.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-#webpack_encore:
- # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
- # Available in version 1.2
- #cache: true
diff --git a/apps/config/packages/ramsey_uuid_doctrine.yaml b/apps/config/packages/ramsey_uuid_doctrine.yaml
deleted file mode 100644
index cfc3036..0000000
--- a/apps/config/packages/ramsey_uuid_doctrine.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-doctrine:
- dbal:
- types:
- uuid: 'Ramsey\Uuid\Doctrine\UuidType'
diff --git a/apps/config/packages/routing.yaml b/apps/config/packages/routing.yaml
deleted file mode 100644
index b45c1ce..0000000
--- a/apps/config/packages/routing.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-framework:
- router:
- utf8: true
-
- # Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
- # See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
- #default_uri: http://localhost
diff --git a/apps/config/packages/security.yaml b/apps/config/packages/security.yaml
deleted file mode 100644
index 0e4cf3d..0000000
--- a/apps/config/packages/security.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-security:
- # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
- providers:
- users_in_memory: { memory: null }
- firewalls:
- dev:
- pattern: ^/(_(profiler|wdt)|css|images|js)/
- security: false
- main:
- anonymous: true
- lazy: true
- provider: users_in_memory
-
- # activate different ways to authenticate
- # https://symfony.com/doc/current/security.html#firewalls-authentication
-
- # https://symfony.com/doc/current/security/impersonating_user.html
- # switch_user: true
-
- # Easy way to control access for large sections of your site
- # Note: Only the *first* access control that matches will be used
- access_control:
- # - { path: ^/admin, roles: ROLE_ADMIN }
- # - { path: ^/profile, roles: ROLE_USER }
diff --git a/apps/config/packages/sensio_framework_extra.yaml b/apps/config/packages/sensio_framework_extra.yaml
deleted file mode 100644
index 1821ccc..0000000
--- a/apps/config/packages/sensio_framework_extra.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-sensio_framework_extra:
- router:
- annotations: false
diff --git a/apps/config/packages/stof_doctrine_extensions.yaml b/apps/config/packages/stof_doctrine_extensions.yaml
deleted file mode 100644
index 61b79c0..0000000
--- a/apps/config/packages/stof_doctrine_extensions.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-# Read the documentation: https://symfony.com/doc/current/bundles/StofDoctrineExtensionsBundle/index.html
-# See the official DoctrineExtensions documentation for more details: https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc/
-stof_doctrine_extensions:
- default_locale: fr_FR
diff --git a/apps/config/packages/test/dama_doctrine_test_bundle.yaml b/apps/config/packages/test/dama_doctrine_test_bundle.yaml
deleted file mode 100644
index 80b0091..0000000
--- a/apps/config/packages/test/dama_doctrine_test_bundle.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-dama_doctrine_test:
- enable_static_connection: true
- enable_static_meta_data_cache: true
- enable_static_query_cache: true
diff --git a/apps/config/packages/test/framework.yaml b/apps/config/packages/test/framework.yaml
deleted file mode 100644
index d051c84..0000000
--- a/apps/config/packages/test/framework.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-framework:
- test: true
- session:
- storage_id: session.storage.mock_file
diff --git a/apps/config/packages/test/monolog.yaml b/apps/config/packages/test/monolog.yaml
deleted file mode 100644
index fc40641..0000000
--- a/apps/config/packages/test/monolog.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-monolog:
- handlers:
- main:
- type: fingers_crossed
- action_level: error
- handler: nested
- excluded_http_codes: [404, 405]
- channels: ["!event"]
- nested:
- type: stream
- path: "%kernel.logs_dir%/%kernel.environment%.log"
- level: debug
diff --git a/apps/config/packages/test/twig.yaml b/apps/config/packages/test/twig.yaml
deleted file mode 100644
index 8c6e0b4..0000000
--- a/apps/config/packages/test/twig.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-twig:
- strict_variables: true
diff --git a/apps/config/packages/test/validator.yaml b/apps/config/packages/test/validator.yaml
deleted file mode 100644
index 1e5ab78..0000000
--- a/apps/config/packages/test/validator.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-framework:
- validation:
- not_compromised_password: false
diff --git a/apps/config/packages/test/web_profiler.yaml b/apps/config/packages/test/web_profiler.yaml
deleted file mode 100644
index 03752de..0000000
--- a/apps/config/packages/test/web_profiler.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-web_profiler:
- toolbar: false
- intercept_redirects: false
-
-framework:
- profiler: { collect: false }
diff --git a/apps/config/packages/test/webpack_encore.yaml b/apps/config/packages/test/webpack_encore.yaml
deleted file mode 100644
index 02a7651..0000000
--- a/apps/config/packages/test/webpack_encore.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-#webpack_encore:
-# strict_mode: false
diff --git a/apps/config/packages/translation.yaml b/apps/config/packages/translation.yaml
deleted file mode 100644
index 9fe177b..0000000
--- a/apps/config/packages/translation.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-framework:
- default_locale: fr
- translator:
- default_path: '%kernel.project_dir%/translations'
- fallbacks:
- - en
diff --git a/apps/config/packages/twig.yaml b/apps/config/packages/twig.yaml
deleted file mode 100644
index b3cdf30..0000000
--- a/apps/config/packages/twig.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-twig:
- default_path: '%kernel.project_dir%/templates'
diff --git a/apps/config/packages/validator.yaml b/apps/config/packages/validator.yaml
deleted file mode 100644
index 350786a..0000000
--- a/apps/config/packages/validator.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-framework:
- validation:
- email_validation_mode: html5
-
- # Enables validator auto-mapping support.
- # For instance, basic validation constraints will be inferred from Doctrine's metadata.
- #auto_mapping:
- # App\Entity\: []
diff --git a/apps/config/packages/webpack_encore.yaml b/apps/config/packages/webpack_encore.yaml
deleted file mode 100644
index 57ca4fc..0000000
--- a/apps/config/packages/webpack_encore.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-webpack_encore:
- # The path where Encore is building the assets - i.e. Encore.setOutputPath()
- output_path: '%kernel.project_dir%/public/assets'
- # If multiple builds are defined (as shown below), you can disable the default build:
- # output_path: false
-
- # if using Encore.enableIntegrityHashes() and need the crossorigin attribute (default: false, or use 'anonymous' or 'use-credentials')
- # crossorigin: 'anonymous'
-
- # preload all rendered script and link tags automatically via the http2 Link header
- # preload: true
-
- # Throw an exception if the entrypoints.json file is missing or an entry is missing from the data
- # strict_mode: false
-
- # if you have multiple builds:
- # builds:
- # pass "frontend" as the 3rg arg to the Twig functions
- # {{ encore_entry_script_tags('entry1', null, 'frontend') }}
-
- # frontend: '%kernel.project_dir%/public/frontend/build'
-
- # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
- # Put in config/packages/prod/webpack_encore.yaml
- # cache: true
diff --git a/apps/config/packages/workflow.yaml b/apps/config/packages/workflow.yaml
deleted file mode 100644
index 855df59..0000000
--- a/apps/config/packages/workflow.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-framework:
- workflows: null
diff --git a/apps/config/preload.php b/apps/config/preload.php
deleted file mode 100644
index 85df1e0..0000000
--- a/apps/config/preload.php
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- >
-
-
-
-
-
-
- 0
-
-
- 0
-
-
- 0
-
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- src/
- features/bootstrap/
- tests/
- src/Kernel.php
-
-
\ No newline at end of file
diff --git a/apps/phpmd.xml b/apps/phpmd.xml
deleted file mode 100644
index 6a7f122..0000000
--- a/apps/phpmd.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
- Created with the PHP Coding Standard Generator. http://edorian.github.com/php-coding-standard-generator/
-
-
-
-
-
-
-
- \Symfony\Component\HttpFoundation\Response,
- \Faker\Factory,
- \libphonenumber\PhoneNumberToTimeZonesMapper,
- \libphonenumber\PhoneNumberUtil,
- \libphonenumber\PhoneNumberToCarrierMapper
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- src/Kernel.php
-
\ No newline at end of file
diff --git a/apps/phpunit.xml.dist b/apps/phpunit.xml.dist
deleted file mode 100644
index 5cb7410..0000000
--- a/apps/phpunit.xml.dist
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- tests/Unit
-
-
- tests/Integration
-
-
- tests/System
-
-
-
-
-
- src
-
-
-
-
-
-
-
-
-
-
-
diff --git a/apps/public/.htaccess b/apps/public/.htaccess
deleted file mode 100644
index 2776637..0000000
--- a/apps/public/.htaccess
+++ /dev/null
@@ -1,66 +0,0 @@
-# Use the front controller as index file. It serves as a fallback solution when
-# every other rewrite/redirect fails (e.g. in an aliased environment without
-# mod_rewrite). Additionally, this reduces the matching process for the
-# start page (path "/") because otherwise Apache will apply the rewriting rules
-# to each configured DirectoryIndex file (e.g. index.php, index.html, index.pl).
-DirectoryIndex index.php
-
-# By default, Apache does not evaluate symbolic links if you did not enable this
-# feature in your server configuration. Uncomment the following line if you
-# install assets as symlinks or if you experience problems related to symlinks
-# when compiling LESS/Sass/CoffeScript assets.
-# Options +FollowSymlinks
-
-# Disabling MultiViews prevents unwanted negotiation, e.g. "/index" should not resolve
-# to the front controller "/index.php" but be rewritten to "/index.php/index".
-
- Options -MultiViews
-
-
-
- RewriteEngine On
-
- # Determine the RewriteBase automatically and set it as environment variable.
- # If you are using Apache aliases to do mass virtual hosting or installed the
- # project in a subdirectory, the base path will be prepended to allow proper
- # resolution of the index.php file and to redirect to the correct URI. It will
- # work in environments without path prefix as well, providing a safe, one-size
- # fits all solution. But as you do not need it in this case, you can comment
- # the following 2 lines to eliminate the overhead.
- RewriteCond %{REQUEST_URI}::$0 ^(/.+)/(.*)::\2$
- RewriteRule .* - [E=BASE:%1]
-
- # Sets the HTTP_AUTHORIZATION header removed by Apache
- RewriteCond %{HTTP:Authorization} .+
- RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0]
-
- # Redirect to URI without front controller to prevent duplicate content
- # (with and without `/index.php`). Only do this redirect on the initial
- # rewrite by Apache and not on subsequent cycles. Otherwise we would get an
- # endless redirect loop (request -> rewrite to front controller ->
- # redirect -> request -> ...).
- # So in case you get a "too many redirects" error or you always get redirected
- # to the start page because your Apache does not expose the REDIRECT_STATUS
- # environment variable, you have 2 choices:
- # - disable this feature by commenting the following 2 lines or
- # - use Apache >= 2.3.9 and replace all L flags by END flags and remove the
- # following RewriteCond (best solution)
- RewriteCond %{ENV:REDIRECT_STATUS} =""
- RewriteRule ^index\.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=301,L]
-
- # If the requested filename exists, simply serve it.
- # We only want to let Apache serve files and not directories.
- # Rewrite all other queries to the front controller.
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteRule ^ %{ENV:BASE}/index.php [L]
-
-
-
-
- # When mod_rewrite is not available, we instruct a temporary redirect of
- # the start page to the front controller explicitly so that the website
- # and the generated links can still be used.
- RedirectMatch 307 ^/$ /index.php/
- # RedirectTemp cannot be used instead
-
-
diff --git a/apps/public/index.php b/apps/public/index.php
deleted file mode 100644
index 3f8b90e..0000000
--- a/apps/public/index.php
+++ /dev/null
@@ -1,30 +0,0 @@
-bootEnv(dirname(__DIR__).'/.env');
-
-if ($_SERVER['APP_DEBUG']) {
- umask(0000);
-
- Debug::enable();
-}
-
-if ($trustedProxies = $_SERVER['TRUSTED_PROXIES'] ?? false) {
- Request::setTrustedProxies(explode(',', $trustedProxies), Request::HEADER_X_FORWARDED_ALL ^ Request::HEADER_X_FORWARDED_HOST);
-}
-
-if ($trustedHosts = $_SERVER['TRUSTED_HOSTS'] ?? false) {
- Request::setTrustedHosts([$trustedHosts]);
-}
-
-$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
-$request = Request::createFromGlobals();
-$response = $kernel->handle($request);
-$response->send();
-$kernel->terminate($request, $response);
diff --git a/apps/src/Controller/.gitignore b/apps/src/Controller/.gitignore
deleted file mode 100644
index e69de29..0000000
diff --git a/apps/src/Entity/.gitignore b/apps/src/Entity/.gitignore
deleted file mode 100644
index e69de29..0000000
diff --git a/apps/src/Kernel.php b/apps/src/Kernel.php
deleted file mode 100644
index ac846cf..0000000
--- a/apps/src/Kernel.php
+++ /dev/null
@@ -1,38 +0,0 @@
-import('../config/{packages}/*.yaml');
- $container->import('../config/{packages}/'.$this->environment.'/*.yaml');
-
- if (is_file(\dirname(__DIR__).'/config/services.yaml')) {
- $container->import('../config/services.yaml');
- $container->import('../config/{services}_'.$this->environment.'.yaml');
- } elseif (is_file($path = \dirname(__DIR__).'/config/services.php')) {
- (include $path)($container->withPath($path), $this);
- }
- }
-
- protected function configureRoutes(RoutingConfigurator $routes): void
- {
- $routes->import('../config/{routes}/'.$this->environment.'/*.yaml');
- $routes->import('../config/{routes}/*.yaml');
-
- if (is_file(\dirname(__DIR__).'/config/routes.yaml')) {
- $routes->import('../config/routes.yaml');
- } elseif (is_file($path = \dirname(__DIR__).'/config/routes.php')) {
- (include $path)($routes->withPath($path), $this);
- }
- }
-}
diff --git a/apps/src/Repository/.gitignore b/apps/src/Repository/.gitignore
deleted file mode 100644
index e69de29..0000000
diff --git a/apps/symfony.lock b/apps/symfony.lock
deleted file mode 100644
index 377984c..0000000
--- a/apps/symfony.lock
+++ /dev/null
@@ -1,754 +0,0 @@
-{
- "api-platform/api-pack": {
- "version": "v1.3.0"
- },
- "api-platform/core": {
- "version": "2.5",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "2.5",
- "ref": "a93061567140e386f107be75340ac2aee3f86cbf"
- },
- "files": [
- "config/packages/api_platform.yaml",
- "config/routes/api_platform.yaml",
- "src/Entity/.gitignore"
- ]
- },
- "beberlei/assert": {
- "version": "v3.2.7"
- },
- "beberlei/doctrineextensions": {
- "version": "v1.2.8"
- },
- "behat/behat": {
- "version": "v3.7.0"
- },
- "behat/gherkin": {
- "version": "v4.6.2"
- },
- "behat/transliterator": {
- "version": "v1.3.0"
- },
- "brick/math": {
- "version": "0.9.1"
- },
- "composer/package-versions-deprecated": {
- "version": "1.11.99"
- },
- "dama/doctrine-test-bundle": {
- "version": "4.0",
- "recipe": {
- "repo": "github.com/symfony/recipes-contrib",
- "branch": "master",
- "version": "4.0",
- "ref": "56eaa387b5e48ebcc7c95a893b47dfa1ad51449c"
- },
- "files": [
- "config/packages/test/dama_doctrine_test_bundle.yaml"
- ]
- },
- "doctrine/annotations": {
- "version": "1.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "1.0",
- "ref": "a2759dd6123694c8d901d0ec80006e044c2e6457"
- },
- "files": [
- "config/routes/annotations.yaml"
- ]
- },
- "doctrine/cache": {
- "version": "1.10.2"
- },
- "doctrine/collections": {
- "version": "1.6.7"
- },
- "doctrine/common": {
- "version": "3.0.2"
- },
- "doctrine/data-fixtures": {
- "version": "1.4.4"
- },
- "doctrine/dbal": {
- "version": "2.11.1"
- },
- "doctrine/doctrine-bundle": {
- "version": "2.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "2.0",
- "ref": "a9f2463b9f73efe74482f831f03a204a41328555"
- },
- "files": [
- "config/packages/doctrine.yaml",
- "config/packages/prod/doctrine.yaml",
- "src/Entity/.gitignore",
- "src/Repository/.gitignore"
- ]
- },
- "doctrine/doctrine-fixtures-bundle": {
- "version": "3.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "3.0",
- "ref": "e5b542d4ef47d8a003c91beb35650c76907f7e53"
- },
- "files": [
- "src/DataFixtures/AppFixtures.php"
- ]
- },
- "doctrine/doctrine-migrations-bundle": {
- "version": "2.2",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "2.2",
- "ref": "baaa439e3e3179e69e3da84b671f0a3e4a2f56ad"
- },
- "files": [
- "config/packages/doctrine_migrations.yaml",
- "migrations/.gitignore"
- ]
- },
- "doctrine/event-manager": {
- "version": "1.1.1"
- },
- "doctrine/inflector": {
- "version": "1.4.3"
- },
- "doctrine/instantiator": {
- "version": "1.3.1"
- },
- "doctrine/lexer": {
- "version": "1.2.1"
- },
- "doctrine/migrations": {
- "version": "3.0.1"
- },
- "doctrine/orm": {
- "version": "2.7.4"
- },
- "doctrine/persistence": {
- "version": "2.0.0"
- },
- "doctrine/sql-formatter": {
- "version": "1.1.1"
- },
- "egulias/email-validator": {
- "version": "2.1.22"
- },
- "fig/link-util": {
- "version": "1.1.1"
- },
- "friendsofphp/proxy-manager-lts": {
- "version": "v1.0.3"
- },
- "gedmo/doctrine-extensions": {
- "version": "v3.0.0"
- },
- "giggsey/libphonenumber-for-php": {
- "version": "8.12.11"
- },
- "giggsey/locale": {
- "version": "1.9"
- },
- "jakub-onderka/php-console-color": {
- "version": "v0.2"
- },
- "knplabs/knp-components": {
- "version": "v2.4.2"
- },
- "knplabs/knp-menu": {
- "version": "v3.1.2"
- },
- "knplabs/knp-menu-bundle": {
- "version": "v3.0.0"
- },
- "knplabs/knp-paginator-bundle": {
- "version": "v5.3.0"
- },
- "laminas/laminas-code": {
- "version": "3.4.1"
- },
- "laminas/laminas-eventmanager": {
- "version": "3.3.0"
- },
- "laminas/laminas-zendframework-bridge": {
- "version": "1.1.1"
- },
- "monolog/monolog": {
- "version": "2.1.1"
- },
- "nelmio/cors-bundle": {
- "version": "1.5",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "1.5",
- "ref": "6388de23860284db9acce0a7a5d9d13153bcb571"
- },
- "files": [
- "config/packages/nelmio_cors.yaml"
- ]
- },
- "nikic/php-parser": {
- "version": "v4.10.2"
- },
- "php": {
- "version": "7.4.2"
- },
- "php-parallel-lint/php-console-highlighter": {
- "version": "v0.4"
- },
- "phpdocumentor/reflection-common": {
- "version": "2.2.0"
- },
- "phpdocumentor/reflection-docblock": {
- "version": "5.2.2"
- },
- "phpdocumentor/type-resolver": {
- "version": "1.4.0"
- },
- "phpstan/phpstan": {
- "version": "0.12.50"
- },
- "phpunit/php-timer": {
- "version": "3.1.4"
- },
- "povils/phpmnd": {
- "version": "v2.3.0"
- },
- "psr/cache": {
- "version": "1.0.1"
- },
- "psr/container": {
- "version": "1.0.0"
- },
- "psr/event-dispatcher": {
- "version": "1.0.0"
- },
- "psr/http-message": {
- "version": "1.0.1"
- },
- "psr/link": {
- "version": "1.0.0"
- },
- "psr/log": {
- "version": "1.1.3"
- },
- "ramsey/collection": {
- "version": "1.1.1"
- },
- "ramsey/uuid": {
- "version": "4.1.1"
- },
- "ramsey/uuid-doctrine": {
- "version": "1.3",
- "recipe": {
- "repo": "github.com/symfony/recipes-contrib",
- "branch": "master",
- "version": "1.3",
- "ref": "471aed0fbf5620b8d7f92b7a5ebbbf6c0945c27a"
- },
- "files": [
- "config/packages/ramsey_uuid_doctrine.yaml"
- ]
- },
- "sensio/framework-extra-bundle": {
- "version": "5.2",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.2",
- "ref": "fb7e19da7f013d0d422fa9bce16f5c510e27609b"
- },
- "files": [
- "config/packages/sensio_framework_extra.yaml"
- ]
- },
- "squizlabs/php_codesniffer": {
- "version": "3.0",
- "recipe": {
- "repo": "github.com/symfony/recipes-contrib",
- "branch": "master",
- "version": "3.0",
- "ref": "0dc9cceda799fd3a08b96987e176a261028a3709"
- },
- "files": [
- "phpcs.xml.dist"
- ]
- },
- "stof/doctrine-extensions-bundle": {
- "version": "1.2",
- "recipe": {
- "repo": "github.com/symfony/recipes-contrib",
- "branch": "master",
- "version": "1.2",
- "ref": "6c1ceb662f8997085f739cd089bfbef67f245983"
- },
- "files": [
- "config/packages/stof_doctrine_extensions.yaml"
- ]
- },
- "symfony/amqp-messenger": {
- "version": "v5.1.7"
- },
- "symfony/apache-pack": {
- "version": "1.0",
- "recipe": {
- "repo": "github.com/symfony/recipes-contrib",
- "branch": "master",
- "version": "1.0",
- "ref": "71599f5b0fdeeeec0fb90e9b17c85e6f5e1350c1"
- },
- "files": [
- "public/.htaccess"
- ]
- },
- "symfony/asset": {
- "version": "v5.1.7"
- },
- "symfony/browser-kit": {
- "version": "v5.1.7"
- },
- "symfony/cache": {
- "version": "v5.1.7"
- },
- "symfony/cache-contracts": {
- "version": "v2.2.0"
- },
- "symfony/config": {
- "version": "v5.1.7"
- },
- "symfony/console": {
- "version": "5.1",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.1",
- "ref": "c6d02bdfba9da13c22157520e32a602dbee8a75c"
- },
- "files": [
- "bin/console"
- ]
- },
- "symfony/css-selector": {
- "version": "v5.1.7"
- },
- "symfony/debug-bundle": {
- "version": "4.1",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "4.1",
- "ref": "f8863cbad2f2e58c4b65fa1eac892ab189971bea"
- },
- "files": [
- "config/packages/dev/debug.yaml"
- ]
- },
- "symfony/debug-pack": {
- "version": "v1.0.8"
- },
- "symfony/dependency-injection": {
- "version": "v5.1.7"
- },
- "symfony/deprecation-contracts": {
- "version": "v2.2.0"
- },
- "symfony/doctrine-bridge": {
- "version": "v5.1.7"
- },
- "symfony/doctrine-messenger": {
- "version": "v5.1.7"
- },
- "symfony/dom-crawler": {
- "version": "v5.1.7"
- },
- "symfony/dotenv": {
- "version": "v5.1.7"
- },
- "symfony/error-handler": {
- "version": "v5.1.7"
- },
- "symfony/event-dispatcher": {
- "version": "v5.1.7"
- },
- "symfony/event-dispatcher-contracts": {
- "version": "v2.2.0"
- },
- "symfony/expression-language": {
- "version": "v5.1.7"
- },
- "symfony/filesystem": {
- "version": "v5.1.7"
- },
- "symfony/finder": {
- "version": "v5.1.7"
- },
- "symfony/flex": {
- "version": "1.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "1.0",
- "ref": "c0eeb50665f0f77226616b6038a9b06c03752d8e"
- },
- "files": [
- ".env"
- ]
- },
- "symfony/form": {
- "version": "v5.1.7"
- },
- "symfony/framework-bundle": {
- "version": "5.1",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.1",
- "ref": "6ee1194b036378b21884e7f57b6a2ac721167f16"
- },
- "files": [
- "config/packages/cache.yaml",
- "config/packages/framework.yaml",
- "config/packages/test/framework.yaml",
- "config/preload.php",
- "config/routes/dev/framework.yaml",
- "config/services.yaml",
- "public/index.php",
- "src/Controller/.gitignore",
- "src/Kernel.php"
- ]
- },
- "symfony/http-client": {
- "version": "v5.1.7"
- },
- "symfony/http-client-contracts": {
- "version": "v2.3.1"
- },
- "symfony/http-foundation": {
- "version": "v5.1.7"
- },
- "symfony/http-kernel": {
- "version": "v5.1.7"
- },
- "symfony/intl": {
- "version": "v5.1.7"
- },
- "symfony/ldap": {
- "version": "v5.1.7"
- },
- "symfony/lock": {
- "version": "v5.1.7"
- },
- "symfony/mailer": {
- "version": "4.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "4.3",
- "ref": "15658c2a0176cda2e7dba66276a2030b52bd81b2"
- },
- "files": [
- "config/packages/mailer.yaml"
- ]
- },
- "symfony/maker-bundle": {
- "version": "1.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "1.0",
- "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
- }
- },
- "symfony/mercure": {
- "version": "v0.4.0"
- },
- "symfony/messenger": {
- "version": "4.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "4.3",
- "ref": "8a2675c061737658bed85102e9241c752620e575"
- },
- "files": [
- "config/packages/messenger.yaml"
- ]
- },
- "symfony/mime": {
- "version": "v5.1.7"
- },
- "symfony/monolog-bridge": {
- "version": "v5.1.7"
- },
- "symfony/monolog-bundle": {
- "version": "3.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "3.3",
- "ref": "d7249f7d560f6736115eee1851d02a65826f0a56"
- },
- "files": [
- "config/packages/dev/monolog.yaml",
- "config/packages/prod/deprecations.yaml",
- "config/packages/prod/monolog.yaml",
- "config/packages/test/monolog.yaml"
- ]
- },
- "symfony/notifier": {
- "version": "5.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.0",
- "ref": "c31585e252b32fe0e1f30b1f256af553f4a06eb9"
- },
- "files": [
- "config/packages/notifier.yaml"
- ]
- },
- "symfony/options-resolver": {
- "version": "v5.1.7"
- },
- "symfony/orm-pack": {
- "version": "v2.0.0"
- },
- "symfony/phpunit-bridge": {
- "version": "4.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "4.3",
- "ref": "6d0e35f749d5f4bfe1f011762875275cd3f9874f"
- },
- "files": [
- ".env.test",
- "bin/phpunit",
- "phpunit.xml.dist",
- "tests/bootstrap.php"
- ]
- },
- "symfony/polyfill-intl-grapheme": {
- "version": "v1.18.1"
- },
- "symfony/polyfill-intl-icu": {
- "version": "v1.18.1"
- },
- "symfony/polyfill-intl-idn": {
- "version": "v1.18.1"
- },
- "symfony/polyfill-intl-normalizer": {
- "version": "v1.18.1"
- },
- "symfony/polyfill-mbstring": {
- "version": "v1.18.1"
- },
- "symfony/polyfill-php73": {
- "version": "v1.18.1"
- },
- "symfony/polyfill-php80": {
- "version": "v1.18.1"
- },
- "symfony/process": {
- "version": "v5.1.7"
- },
- "symfony/profiler-pack": {
- "version": "v1.0.5"
- },
- "symfony/property-access": {
- "version": "v5.1.7"
- },
- "symfony/property-info": {
- "version": "v5.1.7"
- },
- "symfony/redis-messenger": {
- "version": "v5.1.7"
- },
- "symfony/routing": {
- "version": "5.1",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.1",
- "ref": "b4f3e7c95e38b606eef467e8a42a8408fc460c43"
- },
- "files": [
- "config/packages/prod/routing.yaml",
- "config/packages/routing.yaml",
- "config/routes.yaml"
- ]
- },
- "symfony/security-bundle": {
- "version": "5.1",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.1",
- "ref": "0a4bae19389d3b9cba1ca0102e3b2bccea724603"
- },
- "files": [
- "config/packages/security.yaml"
- ]
- },
- "symfony/security-core": {
- "version": "v5.1.7"
- },
- "symfony/security-csrf": {
- "version": "v5.1.7"
- },
- "symfony/security-guard": {
- "version": "v5.1.7"
- },
- "symfony/security-http": {
- "version": "v5.1.7"
- },
- "symfony/serializer": {
- "version": "v5.1.7"
- },
- "symfony/serializer-pack": {
- "version": "v1.0.3"
- },
- "symfony/service-contracts": {
- "version": "v2.2.0"
- },
- "symfony/stopwatch": {
- "version": "v5.1.7"
- },
- "symfony/string": {
- "version": "v5.1.7"
- },
- "symfony/test-pack": {
- "version": "v1.0.6"
- },
- "symfony/translation": {
- "version": "3.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "3.3",
- "ref": "2ad9d2545bce8ca1a863e50e92141f0b9d87ffcd"
- },
- "files": [
- "config/packages/translation.yaml",
- "translations/.gitignore"
- ]
- },
- "symfony/translation-contracts": {
- "version": "v2.3.0"
- },
- "symfony/twig-bridge": {
- "version": "v5.1.7"
- },
- "symfony/twig-bundle": {
- "version": "5.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.0",
- "ref": "fab9149bbaa4d5eca054ed93f9e1b66cc500895d"
- },
- "files": [
- "config/packages/test/twig.yaml",
- "config/packages/twig.yaml",
- "templates/base.html.twig"
- ]
- },
- "symfony/twig-pack": {
- "version": "v1.0.0"
- },
- "symfony/validator": {
- "version": "4.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "4.3",
- "ref": "d902da3e4952f18d3bf05aab29512eb61cabd869"
- },
- "files": [
- "config/packages/test/validator.yaml",
- "config/packages/validator.yaml"
- ]
- },
- "symfony/var-dumper": {
- "version": "v5.1.7"
- },
- "symfony/var-exporter": {
- "version": "v5.1.7"
- },
- "symfony/web-link": {
- "version": "v5.1.7"
- },
- "symfony/web-profiler-bundle": {
- "version": "3.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "3.3",
- "ref": "6bdfa1a95f6b2e677ab985cd1af2eae35d62e0f6"
- },
- "files": [
- "config/packages/dev/web_profiler.yaml",
- "config/packages/test/web_profiler.yaml",
- "config/routes/dev/web_profiler.yaml"
- ]
- },
- "symfony/webpack-encore-bundle": {
- "version": "1.6",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "1.6",
- "ref": "69e1d805ad95964088bd510c05995e87dc391564"
- },
- "files": [
- "assets/app.js",
- "assets/styles/app.css",
- "config/packages/assets.yaml",
- "config/packages/prod/webpack_encore.yaml",
- "config/packages/test/webpack_encore.yaml",
- "config/packages/webpack_encore.yaml",
- "package.json",
- "webpack.config.js"
- ]
- },
- "symfony/workflow": {
- "version": "3.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "3.3",
- "ref": "3b2f8ca32a07fcb00f899649053943fa3d8bbfb6"
- },
- "files": [
- "config/packages/workflow.yaml"
- ]
- },
- "symfony/yaml": {
- "version": "v5.1.7"
- },
- "twig/extra-bundle": {
- "version": "v3.0.5"
- },
- "twig/twig": {
- "version": "v3.0.5"
- },
- "webmozart/assert": {
- "version": "1.9.1"
- },
- "webonyx/graphql-php": {
- "version": "v14.3.0"
- },
- "willdurand/negotiation": {
- "version": "v2.3.1"
- }
-}
diff --git a/apps/templates/base.html.twig b/apps/templates/base.html.twig
deleted file mode 100644
index 043f42d..0000000
--- a/apps/templates/base.html.twig
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
- {% block title %}Welcome!{% endblock %}
- {% block stylesheets %}{% endblock %}
-
-
- {% block body %}{% endblock %}
- {% block javascripts %}{% endblock %}
-
-
diff --git a/apps/tests/bootstrap.php b/apps/tests/bootstrap.php
deleted file mode 100644
index 44256e6..0000000
--- a/apps/tests/bootstrap.php
+++ /dev/null
@@ -1,11 +0,0 @@
-bootEnv(dirname(__DIR__).'/.env');
-}
diff --git a/apps/translations/.gitignore b/apps/translations/.gitignore
deleted file mode 100644
index e69de29..0000000
diff --git a/conf/docker-php-ram-limit.ini b/conf/docker-php-ram-limit.ini
new file mode 100644
index 0000000..495b35c
--- /dev/null
+++ b/conf/docker-php-ram-limit.ini
@@ -0,0 +1 @@
+memory_limit = -1
\ No newline at end of file
diff --git a/conf/php.ini-development b/conf/php.ini-development
new file mode 100644
index 0000000..e84ab06
--- /dev/null
+++ b/conf/php.ini-development
@@ -0,0 +1,1948 @@
+[PHP]
+
+;;;;;;;;;;;;;;;;;;;
+; About php.ini ;
+;;;;;;;;;;;;;;;;;;;
+; PHP's initialization file, generally called php.ini, is responsible for
+; configuring many of the aspects of PHP's behavior.
+
+; PHP attempts to find and load this configuration from a number of locations.
+; The following is a summary of its search order:
+; 1. SAPI module specific location.
+; 2. The PHPRC environment variable. (As of PHP 5.2.0)
+; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
+; 4. Current working directory (except CLI)
+; 5. The web server's directory (for SAPI modules), or directory of PHP
+; (otherwise in Windows)
+; 6. The directory from the --with-config-file-path compile time option, or the
+; Windows directory (usually C:\windows)
+; See the PHP docs for more specific information.
+; https://php.net/configuration.file
+
+; The syntax of the file is extremely simple. Whitespace and lines
+; beginning with a semicolon are silently ignored (as you probably guessed).
+; Section headers (e.g. [Foo]) are also silently ignored, even though
+; they might mean something in the future.
+
+; Directives following the section heading [PATH=/www/mysite] only
+; apply to PHP files in the /www/mysite directory. Directives
+; following the section heading [HOST=www.example.com] only apply to
+; PHP files served from www.example.com. Directives set in these
+; special sections cannot be overridden by user-defined INI files or
+; at runtime. Currently, [PATH=] and [HOST=] sections only work under
+; CGI/FastCGI.
+; https://php.net/ini.sections
+
+; Directives are specified using the following syntax:
+; directive = value
+; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
+; Directives are variables used to configure PHP or PHP extensions.
+; There is no name validation. If PHP can't find an expected
+; directive because it is not set or is mistyped, a default value will be used.
+
+; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
+; of the INI constants (On, Off, True, False, Yes, No and None) or an expression
+; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
+; previously set variable or directive (e.g. ${foo})
+
+; Expressions in the INI file are limited to bitwise operators and parentheses:
+; | bitwise OR
+; ^ bitwise XOR
+; & bitwise AND
+; ~ bitwise NOT
+; ! boolean NOT
+
+; Boolean flags can be turned on using the values 1, On, True or Yes.
+; They can be turned off using the values 0, Off, False or No.
+
+; An empty string can be denoted by simply not writing anything after the equal
+; sign, or by using the None keyword:
+
+; foo = ; sets foo to an empty string
+; foo = None ; sets foo to an empty string
+; foo = "None" ; sets foo to the string 'None'
+
+; If you use constants in your value, and these constants belong to a
+; dynamically loaded extension (either a PHP extension or a Zend extension),
+; you may only use these constants *after* the line that loads the extension.
+
+;;;;;;;;;;;;;;;;;;;
+; About this file ;
+;;;;;;;;;;;;;;;;;;;
+; PHP comes packaged with two INI files. One that is recommended to be used
+; in production environments and one that is recommended to be used in
+; development environments.
+
+; php.ini-production contains settings which hold security, performance and
+; best practices at its core. But please be aware, these settings may break
+; compatibility with older or less security conscience applications. We
+; recommending using the production ini in production and testing environments.
+
+; php.ini-development is very similar to its production variant, except it is
+; much more verbose when it comes to errors. We recommend using the
+; development version only in development environments, as errors shown to
+; application users can inadvertently leak otherwise secure information.
+
+; This is the php.ini-development INI file.
+
+;;;;;;;;;;;;;;;;;;;
+; Quick Reference ;
+;;;;;;;;;;;;;;;;;;;
+
+; The following are all the settings which are different in either the production
+; or development versions of the INIs with respect to PHP's default behavior.
+; Please see the actual settings later in the document for more details as to why
+; we recommend these changes in PHP's behavior.
+
+; display_errors
+; Default Value: On
+; Development Value: On
+; Production Value: Off
+
+; display_startup_errors
+; Default Value: On
+; Development Value: On
+; Production Value: Off
+
+; error_reporting
+; Default Value: E_ALL
+; Development Value: E_ALL
+; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
+
+; log_errors
+; Default Value: Off
+; Development Value: On
+; Production Value: On
+
+; max_input_time
+; Default Value: -1 (Unlimited)
+; Development Value: 60 (60 seconds)
+; Production Value: 60 (60 seconds)
+
+; output_buffering
+; Default Value: Off
+; Development Value: 4096
+; Production Value: 4096
+
+; register_argc_argv
+; Default Value: On
+; Development Value: Off
+; Production Value: Off
+
+; request_order
+; Default Value: None
+; Development Value: "GP"
+; Production Value: "GP"
+
+; session.gc_divisor
+; Default Value: 100
+; Development Value: 1000
+; Production Value: 1000
+
+; session.sid_bits_per_character
+; Default Value: 4
+; Development Value: 5
+; Production Value: 5
+
+; short_open_tag
+; Default Value: On
+; Development Value: Off
+; Production Value: Off
+
+; variables_order
+; Default Value: "EGPCS"
+; Development Value: "GPCS"
+; Production Value: "GPCS"
+
+; zend.exception_ignore_args
+; Default Value: Off
+; Development Value: Off
+; Production Value: On
+
+; zend.exception_string_param_max_len
+; Default Value: 15
+; Development Value: 15
+; Production Value: 0
+
+;;;;;;;;;;;;;;;;;;;;
+; php.ini Options ;
+;;;;;;;;;;;;;;;;;;;;
+; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
+;user_ini.filename = ".user.ini"
+
+; To disable this feature set this option to an empty value
+;user_ini.filename =
+
+; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
+;user_ini.cache_ttl = 300
+
+;;;;;;;;;;;;;;;;;;;;
+; Language Options ;
+;;;;;;;;;;;;;;;;;;;;
+
+; Enable the PHP scripting language engine under Apache.
+; https://php.net/engine
+engine = On
+
+; This directive determines whether or not PHP will recognize code between
+; and ?> tags as PHP source which should be processed as such. It is
+; generally recommended that should be used and that this feature
+; should be disabled, as enabling it may result in issues when generating XML
+; documents, however this remains supported for backward compatibility reasons.
+; Note that this directive does not control the = shorthand tag, which can be
+; used regardless of this directive.
+; Default Value: On
+; Development Value: Off
+; Production Value: Off
+; https://php.net/short-open-tag
+short_open_tag = Off
+
+; The number of significant digits displayed in floating point numbers.
+; https://php.net/precision
+precision = 14
+
+; Output buffering is a mechanism for controlling how much output data
+; (excluding headers and cookies) PHP should keep internally before pushing that
+; data to the client. If your application's output exceeds this setting, PHP
+; will send that data in chunks of roughly the size you specify.
+; Turning on this setting and managing its maximum buffer size can yield some
+; interesting side-effects depending on your application and web server.
+; You may be able to send headers and cookies after you've already sent output
+; through print or echo. You also may see performance benefits if your server is
+; emitting less packets due to buffered output versus PHP streaming the output
+; as it gets it. On production servers, 4096 bytes is a good setting for performance
+; reasons.
+; Note: Output buffering can also be controlled via Output Buffering Control
+; functions.
+; Possible Values:
+; On = Enabled and buffer is unlimited. (Use with caution)
+; Off = Disabled
+; Integer = Enables the buffer and sets its maximum size in bytes.
+; Note: This directive is hardcoded to Off for the CLI SAPI
+; Default Value: Off
+; Development Value: 4096
+; Production Value: 4096
+; https://php.net/output-buffering
+output_buffering = 4096
+
+; You can redirect all of the output of your scripts to a function. For
+; example, if you set output_handler to "mb_output_handler", character
+; encoding will be transparently converted to the specified encoding.
+; Setting any output handler automatically turns on output buffering.
+; Note: People who wrote portable scripts should not depend on this ini
+; directive. Instead, explicitly set the output handler using ob_start().
+; Using this ini directive may cause problems unless you know what script
+; is doing.
+; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
+; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
+; Note: output_handler must be empty if this is set 'On' !!!!
+; Instead you must use zlib.output_handler.
+; https://php.net/output-handler
+;output_handler =
+
+; URL rewriter function rewrites URL on the fly by using
+; output buffer. You can set target tags by this configuration.
+; "form" tag is special tag. It will add hidden input tag to pass values.
+; Refer to session.trans_sid_tags for usage.
+; Default Value: "form="
+; Development Value: "form="
+; Production Value: "form="
+;url_rewriter.tags
+
+; URL rewriter will not rewrite absolute URL nor form by default. To enable
+; absolute URL rewrite, allowed hosts must be defined at RUNTIME.
+; Refer to session.trans_sid_hosts for more details.
+; Default Value: ""
+; Development Value: ""
+; Production Value: ""
+;url_rewriter.hosts
+
+; Transparent output compression using the zlib library
+; Valid values for this option are 'off', 'on', or a specific buffer size
+; to be used for compression (default is 4KB)
+; Note: Resulting chunk size may vary due to nature of compression. PHP
+; outputs chunks that are few hundreds bytes each as a result of
+; compression. If you prefer a larger chunk size for better
+; performance, enable output_buffering in addition.
+; Note: You need to use zlib.output_handler instead of the standard
+; output_handler, or otherwise the output will be corrupted.
+; https://php.net/zlib.output-compression
+zlib.output_compression = Off
+
+; https://php.net/zlib.output-compression-level
+;zlib.output_compression_level = -1
+
+; You cannot specify additional output handlers if zlib.output_compression
+; is activated here. This setting does the same as output_handler but in
+; a different order.
+; https://php.net/zlib.output-handler
+;zlib.output_handler =
+
+; Implicit flush tells PHP to tell the output layer to flush itself
+; automatically after every output block. This is equivalent to calling the
+; PHP function flush() after each and every call to print() or echo() and each
+; and every HTML block. Turning this option on has serious performance
+; implications and is generally recommended for debugging purposes only.
+; https://php.net/implicit-flush
+; Note: This directive is hardcoded to On for the CLI SAPI
+implicit_flush = Off
+
+; The unserialize callback function will be called (with the undefined class'
+; name as parameter), if the unserializer finds an undefined class
+; which should be instantiated. A warning appears if the specified function is
+; not defined, or if the function doesn't include/implement the missing class.
+; So only set this entry, if you really want to implement such a
+; callback-function.
+unserialize_callback_func =
+
+; The unserialize_max_depth specifies the default depth limit for unserialized
+; structures. Setting the depth limit too high may result in stack overflows
+; during unserialization. The unserialize_max_depth ini setting can be
+; overridden by the max_depth option on individual unserialize() calls.
+; A value of 0 disables the depth limit.
+;unserialize_max_depth = 4096
+
+; When floats & doubles are serialized, store serialize_precision significant
+; digits after the floating point. The default value ensures that when floats
+; are decoded with unserialize, the data will remain the same.
+; The value is also used for json_encode when encoding double values.
+; If -1 is used, then dtoa mode 0 is used which automatically select the best
+; precision.
+serialize_precision = -1
+
+; open_basedir, if set, limits all file operations to the defined directory
+; and below. This directive makes most sense if used in a per-directory
+; or per-virtualhost web server configuration file.
+; Note: disables the realpath cache
+; https://php.net/open-basedir
+;open_basedir =
+
+; This directive allows you to disable certain functions.
+; It receives a comma-delimited list of function names.
+; https://php.net/disable-functions
+disable_functions =
+
+; This directive allows you to disable certain classes.
+; It receives a comma-delimited list of class names.
+; https://php.net/disable-classes
+disable_classes =
+
+; Colors for Syntax Highlighting mode. Anything that's acceptable in
+; would work.
+; https://php.net/syntax-highlighting
+;highlight.string = #DD0000
+;highlight.comment = #FF9900
+;highlight.keyword = #007700
+;highlight.default = #0000BB
+;highlight.html = #000000
+
+; If enabled, the request will be allowed to complete even if the user aborts
+; the request. Consider enabling it if executing long requests, which may end up
+; being interrupted by the user or a browser timing out. PHP's default behavior
+; is to disable this feature.
+; https://php.net/ignore-user-abort
+;ignore_user_abort = On
+
+; Determines the size of the realpath cache to be used by PHP. This value should
+; be increased on systems where PHP opens many files to reflect the quantity of
+; the file operations performed.
+; Note: if open_basedir is set, the cache is disabled
+; https://php.net/realpath-cache-size
+;realpath_cache_size = 4096k
+
+; Duration of time, in seconds for which to cache realpath information for a given
+; file or directory. For systems with rarely changing files, consider increasing this
+; value.
+; https://php.net/realpath-cache-ttl
+;realpath_cache_ttl = 120
+
+; Enables or disables the circular reference collector.
+; https://php.net/zend.enable-gc
+zend.enable_gc = On
+
+; If enabled, scripts may be written in encodings that are incompatible with
+; the scanner. CP936, Big5, CP949 and Shift_JIS are the examples of such
+; encodings. To use this feature, mbstring extension must be enabled.
+;zend.multibyte = Off
+
+; Allows to set the default encoding for the scripts. This value will be used
+; unless "declare(encoding=...)" directive appears at the top of the script.
+; Only affects if zend.multibyte is set.
+;zend.script_encoding =
+
+; Allows to include or exclude arguments from stack traces generated for exceptions.
+; In production, it is recommended to turn this setting on to prohibit the output
+; of sensitive information in stack traces
+; Default Value: Off
+; Development Value: Off
+; Production Value: On
+zend.exception_ignore_args = Off
+
+; Allows setting the maximum string length in an argument of a stringified stack trace
+; to a value between 0 and 1000000.
+; This has no effect when zend.exception_ignore_args is enabled.
+; Default Value: 15
+; Development Value: 15
+; Production Value: 0
+zend.exception_string_param_max_len = 15
+
+;;;;;;;;;;;;;;;;;
+; Miscellaneous ;
+;;;;;;;;;;;;;;;;;
+
+; Decides whether PHP may expose the fact that it is installed on the server
+; (e.g. by adding its signature to the Web server header). It is no security
+; threat in any way, but it makes it possible to determine whether you use PHP
+; on your server or not.
+; https://php.net/expose-php
+expose_php = On
+
+;;;;;;;;;;;;;;;;;;;
+; Resource Limits ;
+;;;;;;;;;;;;;;;;;;;
+
+; Maximum execution time of each script, in seconds
+; https://php.net/max-execution-time
+; Note: This directive is hardcoded to 0 for the CLI SAPI
+max_execution_time = 30
+
+; Maximum amount of time each script may spend parsing request data. It's a good
+; idea to limit this time on productions servers in order to eliminate unexpectedly
+; long running scripts.
+; Note: This directive is hardcoded to -1 for the CLI SAPI
+; Default Value: -1 (Unlimited)
+; Development Value: 60 (60 seconds)
+; Production Value: 60 (60 seconds)
+; https://php.net/max-input-time
+max_input_time = 60
+
+; Maximum input variable nesting level
+; https://php.net/max-input-nesting-level
+;max_input_nesting_level = 64
+
+; How many GET/POST/COOKIE input variables may be accepted
+;max_input_vars = 1000
+
+; Maximum amount of memory a script may consume
+; https://php.net/memory-limit
+memory_limit = 128M
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+; Error handling and logging ;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+; This directive informs PHP of which errors, warnings and notices you would like
+; it to take action for. The recommended way of setting values for this
+; directive is through the use of the error level constants and bitwise
+; operators. The error level constants are below here for convenience as well as
+; some common settings and their meanings.
+; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
+; those related to E_NOTICE and E_STRICT, which together cover best practices and
+; recommended coding standards in PHP. For performance reasons, this is the
+; recommend error reporting setting. Your production server shouldn't be wasting
+; resources complaining about best practices and coding standards. That's what
+; development servers and development settings are for.
+; Note: The php.ini-development file has this setting as E_ALL. This
+; means it pretty much reports everything which is exactly what you want during
+; development and early testing.
+;
+; Error Level Constants:
+; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
+; E_ERROR - fatal run-time errors
+; E_RECOVERABLE_ERROR - almost fatal run-time errors
+; E_WARNING - run-time warnings (non-fatal errors)
+; E_PARSE - compile-time parse errors
+; E_NOTICE - run-time notices (these are warnings which often result
+; from a bug in your code, but it's possible that it was
+; intentional (e.g., using an uninitialized variable and
+; relying on the fact it is automatically initialized to an
+; empty string)
+; E_STRICT - run-time notices, enable to have PHP suggest changes
+; to your code which will ensure the best interoperability
+; and forward compatibility of your code
+; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
+; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
+; initial startup
+; E_COMPILE_ERROR - fatal compile-time errors
+; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
+; E_USER_ERROR - user-generated error message
+; E_USER_WARNING - user-generated warning message
+; E_USER_NOTICE - user-generated notice message
+; E_DEPRECATED - warn about code that will not work in future versions
+; of PHP
+; E_USER_DEPRECATED - user-generated deprecation warnings
+;
+; Common Values:
+; E_ALL (Show all errors, warnings and notices including coding standards.)
+; E_ALL & ~E_NOTICE (Show all errors, except for notices)
+; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnings.)
+; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
+; Default Value: E_ALL
+; Development Value: E_ALL
+; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
+; https://php.net/error-reporting
+error_reporting = E_ALL
+
+; This directive controls whether or not and where PHP will output errors,
+; notices and warnings too. Error output is very useful during development, but
+; it could be very dangerous in production environments. Depending on the code
+; which is triggering the error, sensitive information could potentially leak
+; out of your application such as database usernames and passwords or worse.
+; For production environments, we recommend logging errors rather than
+; sending them to STDOUT.
+; Possible Values:
+; Off = Do not display any errors
+; stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
+; On or stdout = Display errors to STDOUT
+; Default Value: On
+; Development Value: On
+; Production Value: Off
+; https://php.net/display-errors
+display_errors = On
+
+; The display of errors which occur during PHP's startup sequence are handled
+; separately from display_errors. We strongly recommend you set this to 'off'
+; for production servers to avoid leaking configuration details.
+; Default Value: On
+; Development Value: On
+; Production Value: Off
+; https://php.net/display-startup-errors
+display_startup_errors = On
+
+; Besides displaying errors, PHP can also log errors to locations such as a
+; server-specific log, STDERR, or a location specified by the error_log
+; directive found below. While errors should not be displayed on productions
+; servers they should still be monitored and logging is a great way to do that.
+; Default Value: Off
+; Development Value: On
+; Production Value: On
+; https://php.net/log-errors
+log_errors = On
+
+; Do not log repeated messages. Repeated errors must occur in same file on same
+; line unless ignore_repeated_source is set true.
+; https://php.net/ignore-repeated-errors
+ignore_repeated_errors = Off
+
+; Ignore source of message when ignoring repeated messages. When this setting
+; is On you will not log errors with repeated messages from different files or
+; source lines.
+; https://php.net/ignore-repeated-source
+ignore_repeated_source = Off
+
+; If this parameter is set to Off, then memory leaks will not be shown (on
+; stdout or in the log). This is only effective in a debug compile, and if
+; error reporting includes E_WARNING in the allowed list
+; https://php.net/report-memleaks
+report_memleaks = On
+
+; This setting is off by default.
+;report_zend_debug = 0
+
+; Turn off normal error reporting and emit XML-RPC error XML
+; https://php.net/xmlrpc-errors
+;xmlrpc_errors = 0
+
+; An XML-RPC faultCode
+;xmlrpc_error_number = 0
+
+; When PHP displays or logs an error, it has the capability of formatting the
+; error message as HTML for easier reading. This directive controls whether
+; the error message is formatted as HTML or not.
+; Note: This directive is hardcoded to Off for the CLI SAPI
+; https://php.net/html-errors
+;html_errors = On
+
+; If html_errors is set to On *and* docref_root is not empty, then PHP
+; produces clickable error messages that direct to a page describing the error
+; or function causing the error in detail.
+; You can download a copy of the PHP manual from https://php.net/docs
+; and change docref_root to the base URL of your local copy including the
+; leading '/'. You must also specify the file extension being used including
+; the dot. PHP's default behavior is to leave these settings empty, in which
+; case no links to documentation are generated.
+; Note: Never use this feature for production boxes.
+; https://php.net/docref-root
+; Examples
+;docref_root = "/phpmanual/"
+
+; https://php.net/docref-ext
+;docref_ext = .html
+
+; String to output before an error message. PHP's default behavior is to leave
+; this setting blank.
+; https://php.net/error-prepend-string
+; Example:
+;error_prepend_string = ""
+
+; String to output after an error message. PHP's default behavior is to leave
+; this setting blank.
+; https://php.net/error-append-string
+; Example:
+;error_append_string = ""
+
+; Log errors to specified file. PHP's default behavior is to leave this value
+; empty.
+; https://php.net/error-log
+; Example:
+;error_log = php_errors.log
+; Log errors to syslog (Event Log on Windows).
+;error_log = syslog
+
+; The syslog ident is a string which is prepended to every message logged
+; to syslog. Only used when error_log is set to syslog.
+;syslog.ident = php
+
+; The syslog facility is used to specify what type of program is logging
+; the message. Only used when error_log is set to syslog.
+;syslog.facility = user
+
+; Set this to disable filtering control characters (the default).
+; Some loggers only accept NVT-ASCII, others accept anything that's not
+; control characters. If your logger accepts everything, then no filtering
+; is needed at all.
+; Allowed values are:
+; ascii (all printable ASCII characters and NL)
+; no-ctrl (all characters except control characters)
+; all (all characters)
+; raw (like "all", but messages are not split at newlines)
+; https://php.net/syslog.filter
+;syslog.filter = ascii
+
+;windows.show_crt_warning
+; Default value: 0
+; Development value: 0
+; Production value: 0
+
+;;;;;;;;;;;;;;;;;
+; Data Handling ;
+;;;;;;;;;;;;;;;;;
+
+; The separator used in PHP generated URLs to separate arguments.
+; PHP's default setting is "&".
+; https://php.net/arg-separator.output
+; Example:
+;arg_separator.output = "&"
+
+; List of separator(s) used by PHP to parse input URLs into variables.
+; PHP's default setting is "&".
+; NOTE: Every character in this directive is considered as separator!
+; https://php.net/arg-separator.input
+; Example:
+;arg_separator.input = ";&"
+
+; This directive determines which super global arrays are registered when PHP
+; starts up. G,P,C,E & S are abbreviations for the following respective super
+; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
+; paid for the registration of these arrays and because ENV is not as commonly
+; used as the others, ENV is not recommended on productions servers. You
+; can still get access to the environment variables through getenv() should you
+; need to.
+; Default Value: "EGPCS"
+; Development Value: "GPCS"
+; Production Value: "GPCS";
+; https://php.net/variables-order
+variables_order = "GPCS"
+
+; This directive determines which super global data (G,P & C) should be
+; registered into the super global array REQUEST. If so, it also determines
+; the order in which that data is registered. The values for this directive
+; are specified in the same manner as the variables_order directive,
+; EXCEPT one. Leaving this value empty will cause PHP to use the value set
+; in the variables_order directive. It does not mean it will leave the super
+; globals array REQUEST empty.
+; Default Value: None
+; Development Value: "GP"
+; Production Value: "GP"
+; https://php.net/request-order
+request_order = "GP"
+
+; This directive determines whether PHP registers $argv & $argc each time it
+; runs. $argv contains an array of all the arguments passed to PHP when a script
+; is invoked. $argc contains an integer representing the number of arguments
+; that were passed when the script was invoked. These arrays are extremely
+; useful when running scripts from the command line. When this directive is
+; enabled, registering these variables consumes CPU cycles and memory each time
+; a script is executed. For performance reasons, this feature should be disabled
+; on production servers.
+; Note: This directive is hardcoded to On for the CLI SAPI
+; Default Value: On
+; Development Value: Off
+; Production Value: Off
+; https://php.net/register-argc-argv
+register_argc_argv = Off
+
+; When enabled, the ENV, REQUEST and SERVER variables are created when they're
+; first used (Just In Time) instead of when the script starts. If these
+; variables are not used within a script, having this directive on will result
+; in a performance gain. The PHP directive register_argc_argv must be disabled
+; for this directive to have any effect.
+; https://php.net/auto-globals-jit
+auto_globals_jit = On
+
+; Whether PHP will read the POST data.
+; This option is enabled by default.
+; Most likely, you won't want to disable this option globally. It causes $_POST
+; and $_FILES to always be empty; the only way you will be able to read the
+; POST data will be through the php://input stream wrapper. This can be useful
+; to proxy requests or to process the POST data in a memory efficient fashion.
+; https://php.net/enable-post-data-reading
+;enable_post_data_reading = Off
+
+; Maximum size of POST data that PHP will accept.
+; Its value may be 0 to disable the limit. It is ignored if POST data reading
+; is disabled through enable_post_data_reading.
+; https://php.net/post-max-size
+post_max_size = 8M
+
+; Automatically add files before PHP document.
+; https://php.net/auto-prepend-file
+auto_prepend_file =
+
+; Automatically add files after PHP document.
+; https://php.net/auto-append-file
+auto_append_file =
+
+; By default, PHP will output a media type using the Content-Type header. To
+; disable this, simply set it to be empty.
+;
+; PHP's built-in default media type is set to text/html.
+; https://php.net/default-mimetype
+default_mimetype = "text/html"
+
+; PHP's default character set is set to UTF-8.
+; https://php.net/default-charset
+default_charset = "UTF-8"
+
+; PHP internal character encoding is set to empty.
+; If empty, default_charset is used.
+; https://php.net/internal-encoding
+;internal_encoding =
+
+; PHP input character encoding is set to empty.
+; If empty, default_charset is used.
+; https://php.net/input-encoding
+;input_encoding =
+
+; PHP output character encoding is set to empty.
+; If empty, default_charset is used.
+; See also output_buffer.
+; https://php.net/output-encoding
+;output_encoding =
+
+;;;;;;;;;;;;;;;;;;;;;;;;;
+; Paths and Directories ;
+;;;;;;;;;;;;;;;;;;;;;;;;;
+
+; UNIX: "/path1:/path2"
+;include_path = ".:/php/includes"
+;
+; Windows: "\path1;\path2"
+;include_path = ".;c:\php\includes"
+;
+; PHP's default setting for include_path is ".;/path/to/php/pear"
+; https://php.net/include-path
+
+; The root of the PHP pages, used only if nonempty.
+; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
+; if you are running php as a CGI under any web server (other than IIS)
+; see documentation for security issues. The alternate is to use the
+; cgi.force_redirect configuration below
+; https://php.net/doc-root
+doc_root =
+
+; The directory under which PHP opens the script using /~username used only
+; if nonempty.
+; https://php.net/user-dir
+user_dir =
+
+; Directory in which the loadable extensions (modules) reside.
+; https://php.net/extension-dir
+;extension_dir = "./"
+; On windows:
+;extension_dir = "ext"
+
+; Directory where the temporary files should be placed.
+; Defaults to the system default (see sys_get_temp_dir)
+;sys_temp_dir = "/tmp"
+
+; Whether or not to enable the dl() function. The dl() function does NOT work
+; properly in multithreaded servers, such as IIS or Zeus, and is automatically
+; disabled on them.
+; https://php.net/enable-dl
+enable_dl = Off
+
+; cgi.force_redirect is necessary to provide security running PHP as a CGI under
+; most web servers. Left undefined, PHP turns this on by default. You can
+; turn it off here AT YOUR OWN RISK
+; **You CAN safely turn this off for IIS, in fact, you MUST.**
+; https://php.net/cgi.force-redirect
+;cgi.force_redirect = 1
+
+; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
+; every request. PHP's default behavior is to disable this feature.
+;cgi.nph = 1
+
+; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
+; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
+; will look for to know it is OK to continue execution. Setting this variable MAY
+; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
+; https://php.net/cgi.redirect-status-env
+;cgi.redirect_status_env =
+
+; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
+; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
+; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
+; this to 1 will cause PHP CGI to fix its paths to conform to the spec. A setting
+; of zero causes PHP to behave as before. Default is 1. You should fix your scripts
+; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
+; https://php.net/cgi.fix-pathinfo
+;cgi.fix_pathinfo=1
+
+; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
+; of the web tree and people will not be able to circumvent .htaccess security.
+;cgi.discard_path=1
+
+; FastCGI under IIS supports the ability to impersonate
+; security tokens of the calling client. This allows IIS to define the
+; security context that the request runs under. mod_fastcgi under Apache
+; does not currently support this feature (03/17/2002)
+; Set to 1 if running under IIS. Default is zero.
+; https://php.net/fastcgi.impersonate
+;fastcgi.impersonate = 1
+
+; Disable logging through FastCGI connection. PHP's default behavior is to enable
+; this feature.
+;fastcgi.logging = 0
+
+; cgi.rfc2616_headers configuration option tells PHP what type of headers to
+; use when sending HTTP response code. If set to 0, PHP sends Status: header that
+; is supported by Apache. When this option is set to 1, PHP will send
+; RFC2616 compliant header.
+; Default is zero.
+; https://php.net/cgi.rfc2616-headers
+;cgi.rfc2616_headers = 0
+
+; cgi.check_shebang_line controls whether CGI PHP checks for line starting with #!
+; (shebang) at the top of the running script. This line might be needed if the
+; script support running both as stand-alone script and via PHP CGI<. PHP in CGI
+; mode skips this line and ignores its content if this directive is turned on.
+; https://php.net/cgi.check-shebang-line
+;cgi.check_shebang_line=1
+
+;;;;;;;;;;;;;;;;
+; File Uploads ;
+;;;;;;;;;;;;;;;;
+
+; Whether to allow HTTP file uploads.
+; https://php.net/file-uploads
+file_uploads = On
+
+; Temporary directory for HTTP uploaded files (will use system default if not
+; specified).
+; https://php.net/upload-tmp-dir
+;upload_tmp_dir =
+
+; Maximum allowed size for uploaded files.
+; https://php.net/upload-max-filesize
+upload_max_filesize = 2M
+
+; Maximum number of files that can be uploaded via a single request
+max_file_uploads = 20
+
+;;;;;;;;;;;;;;;;;;
+; Fopen wrappers ;
+;;;;;;;;;;;;;;;;;;
+
+; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
+; https://php.net/allow-url-fopen
+allow_url_fopen = On
+
+; Whether to allow include/require to open URLs (like https:// or ftp://) as files.
+; https://php.net/allow-url-include
+allow_url_include = Off
+
+; Define the anonymous ftp password (your email address). PHP's default setting
+; for this is empty.
+; https://php.net/from
+;from="john@doe.com"
+
+; Define the User-Agent string. PHP's default setting for this is empty.
+; https://php.net/user-agent
+;user_agent="PHP"
+
+; Default timeout for socket based streams (seconds)
+; https://php.net/default-socket-timeout
+default_socket_timeout = 60
+
+; If your scripts have to deal with files from Macintosh systems,
+; or you are running on a Mac and need to deal with files from
+; unix or win32 systems, setting this flag will cause PHP to
+; automatically detect the EOL character in those files so that
+; fgets() and file() will work regardless of the source of the file.
+; https://php.net/auto-detect-line-endings
+;auto_detect_line_endings = Off
+
+;;;;;;;;;;;;;;;;;;;;;;
+; Dynamic Extensions ;
+;;;;;;;;;;;;;;;;;;;;;;
+
+; If you wish to have an extension loaded automatically, use the following
+; syntax:
+;
+; extension=modulename
+;
+; For example:
+;
+; extension=mysqli
+;
+; When the extension library to load is not located in the default extension
+; directory, You may specify an absolute path to the library file:
+;
+; extension=/path/to/extension/mysqli.so
+;
+; Note : The syntax used in previous PHP versions ('extension=.so' and
+; 'extension='php_.dll') is supported for legacy reasons and may be
+; deprecated in a future PHP major version. So, when it is possible, please
+; move to the new ('extension=) syntax.
+;
+; Notes for Windows environments :
+;
+; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
+; extension folders as well as the separate PECL DLL download (PHP 5+).
+; Be sure to appropriately set the extension_dir directive.
+;
+;extension=bz2
+;extension=curl
+;extension=ffi
+;extension=ftp
+;extension=fileinfo
+;extension=gd
+;extension=gettext
+;extension=gmp
+;extension=intl
+;extension=imap
+;extension=ldap
+;extension=mbstring
+;extension=exif ; Must be after mbstring as it depends on it
+;extension=mysqli
+;extension=oci8_12c ; Use with Oracle Database 12c Instant Client
+;extension=oci8_19 ; Use with Oracle Database 19 Instant Client
+;extension=odbc
+;extension=openssl
+;extension=pdo_firebird
+;extension=pdo_mysql
+;extension=pdo_oci
+;extension=pdo_odbc
+;extension=pdo_pgsql
+;extension=pdo_sqlite
+;extension=pgsql
+;extension=shmop
+
+; The MIBS data available in the PHP distribution must be installed.
+; See https://www.php.net/manual/en/snmp.installation.php
+;extension=snmp
+
+;extension=soap
+;extension=sockets
+;extension=sodium
+;extension=sqlite3
+;extension=tidy
+;extension=xsl
+
+;zend_extension=opcache
+
+;;;;;;;;;;;;;;;;;;;
+; Module Settings ;
+;;;;;;;;;;;;;;;;;;;
+
+[CLI Server]
+; Whether the CLI web server uses ANSI color coding in its terminal output.
+cli_server.color = On
+
+[Date]
+; Defines the default timezone used by the date functions
+; https://php.net/date.timezone
+date.timezone = Europe/Paris
+
+; https://php.net/date.default-latitude
+;date.default_latitude = 31.7667
+
+; https://php.net/date.default-longitude
+;date.default_longitude = 35.2333
+
+; https://php.net/date.sunrise-zenith
+;date.sunrise_zenith = 90.833333
+
+; https://php.net/date.sunset-zenith
+;date.sunset_zenith = 90.833333
+
+[filter]
+; https://php.net/filter.default
+;filter.default = unsafe_raw
+
+; https://php.net/filter.default-flags
+;filter.default_flags =
+
+[iconv]
+; Use of this INI entry is deprecated, use global input_encoding instead.
+; If empty, default_charset or input_encoding or iconv.input_encoding is used.
+; The precedence is: default_charset < input_encoding < iconv.input_encoding
+;iconv.input_encoding =
+
+; Use of this INI entry is deprecated, use global internal_encoding instead.
+; If empty, default_charset or internal_encoding or iconv.internal_encoding is used.
+; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
+;iconv.internal_encoding =
+
+; Use of this INI entry is deprecated, use global output_encoding instead.
+; If empty, default_charset or output_encoding or iconv.output_encoding is used.
+; The precedence is: default_charset < output_encoding < iconv.output_encoding
+; To use an output encoding conversion, iconv's output handler must be set
+; otherwise output encoding conversion cannot be performed.
+;iconv.output_encoding =
+
+[imap]
+; rsh/ssh logins are disabled by default. Use this INI entry if you want to
+; enable them. Note that the IMAP library does not filter mailbox names before
+; passing them to rsh/ssh command, thus passing untrusted data to this function
+; with rsh/ssh enabled is insecure.
+;imap.enable_insecure_rsh=0
+
+[intl]
+;intl.default_locale =
+; This directive allows you to produce PHP errors when some error
+; happens within intl functions. The value is the level of the error produced.
+; Default is 0, which does not produce any errors.
+;intl.error_level = E_WARNING
+;intl.use_exceptions = 0
+
+[sqlite3]
+; Directory pointing to SQLite3 extensions
+; https://php.net/sqlite3.extension-dir
+;sqlite3.extension_dir =
+
+; SQLite defensive mode flag (only available from SQLite 3.26+)
+; When the defensive flag is enabled, language features that allow ordinary
+; SQL to deliberately corrupt the database file are disabled. This forbids
+; writing directly to the schema, shadow tables (eg. FTS data tables), or
+; the sqlite_dbpage virtual table.
+; https://www.sqlite.org/c3ref/c_dbconfig_defensive.html
+; (for older SQLite versions, this flag has no use)
+;sqlite3.defensive = 1
+
+[Pcre]
+; PCRE library backtracking limit.
+; https://php.net/pcre.backtrack-limit
+;pcre.backtrack_limit=100000
+
+; PCRE library recursion limit.
+; Please note that if you set this value to a high number you may consume all
+; the available process stack and eventually crash PHP (due to reaching the
+; stack size limit imposed by the Operating System).
+; https://php.net/pcre.recursion-limit
+;pcre.recursion_limit=100000
+
+; Enables or disables JIT compilation of patterns. This requires the PCRE
+; library to be compiled with JIT support.
+;pcre.jit=1
+
+[Pdo]
+; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
+; https://php.net/pdo-odbc.connection-pooling
+;pdo_odbc.connection_pooling=strict
+
+[Pdo_mysql]
+; Default socket name for local MySQL connects. If empty, uses the built-in
+; MySQL defaults.
+pdo_mysql.default_socket=
+
+[Phar]
+; https://php.net/phar.readonly
+;phar.readonly = On
+
+; https://php.net/phar.require-hash
+;phar.require_hash = On
+
+;phar.cache_list =
+
+[mail function]
+; For Win32 only.
+; https://php.net/smtp
+SMTP = localhost
+; https://php.net/smtp-port
+smtp_port = 25
+
+; For Win32 only.
+; https://php.net/sendmail-from
+;sendmail_from = me@example.com
+
+; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
+; https://php.net/sendmail-path
+;sendmail_path =
+
+; Force the addition of the specified parameters to be passed as extra parameters
+; to the sendmail binary. These parameters will always replace the value of
+; the 5th parameter to mail().
+;mail.force_extra_parameters =
+
+; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
+mail.add_x_header = Off
+
+; The path to a log file that will log all mail() calls. Log entries include
+; the full path of the script, line number, To address and headers.
+;mail.log =
+; Log mail to syslog (Event Log on Windows).
+;mail.log = syslog
+
+[ODBC]
+; https://php.net/odbc.default-db
+;odbc.default_db = Not yet implemented
+
+; https://php.net/odbc.default-user
+;odbc.default_user = Not yet implemented
+
+; https://php.net/odbc.default-pw
+;odbc.default_pw = Not yet implemented
+
+; Controls the ODBC cursor model.
+; Default: SQL_CURSOR_STATIC (default).
+;odbc.default_cursortype
+
+; Allow or prevent persistent links.
+; https://php.net/odbc.allow-persistent
+odbc.allow_persistent = On
+
+; Check that a connection is still valid before reuse.
+; https://php.net/odbc.check-persistent
+odbc.check_persistent = On
+
+; Maximum number of persistent links. -1 means no limit.
+; https://php.net/odbc.max-persistent
+odbc.max_persistent = -1
+
+; Maximum number of links (persistent + non-persistent). -1 means no limit.
+; https://php.net/odbc.max-links
+odbc.max_links = -1
+
+; Handling of LONG fields. Returns number of bytes to variables. 0 means
+; passthru.
+; https://php.net/odbc.defaultlrl
+odbc.defaultlrl = 4096
+
+; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
+; See the documentation on odbc_binmode and odbc_longreadlen for an explanation
+; of odbc.defaultlrl and odbc.defaultbinmode
+; https://php.net/odbc.defaultbinmode
+odbc.defaultbinmode = 1
+
+[MySQLi]
+
+; Maximum number of persistent links. -1 means no limit.
+; https://php.net/mysqli.max-persistent
+mysqli.max_persistent = -1
+
+; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
+; https://php.net/mysqli.allow_local_infile
+;mysqli.allow_local_infile = On
+
+; It allows the user to specify a folder where files that can be sent via LOAD DATA
+; LOCAL can exist. It is ignored if mysqli.allow_local_infile is enabled.
+;mysqli.local_infile_directory =
+
+; Allow or prevent persistent links.
+; https://php.net/mysqli.allow-persistent
+mysqli.allow_persistent = On
+
+; Maximum number of links. -1 means no limit.
+; https://php.net/mysqli.max-links
+mysqli.max_links = -1
+
+; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
+; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
+; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
+; at MYSQL_PORT.
+; https://php.net/mysqli.default-port
+mysqli.default_port = 3306
+
+; Default socket name for local MySQL connects. If empty, uses the built-in
+; MySQL defaults.
+; https://php.net/mysqli.default-socket
+mysqli.default_socket =
+
+; Default host for mysqli_connect() (doesn't apply in safe mode).
+; https://php.net/mysqli.default-host
+mysqli.default_host =
+
+; Default user for mysqli_connect() (doesn't apply in safe mode).
+; https://php.net/mysqli.default-user
+mysqli.default_user =
+
+; Default password for mysqli_connect() (doesn't apply in safe mode).
+; Note that this is generally a *bad* idea to store passwords in this file.
+; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
+; and reveal this password! And of course, any users with read access to this
+; file will be able to reveal the password as well.
+; https://php.net/mysqli.default-pw
+mysqli.default_pw =
+
+; Allow or prevent reconnect
+mysqli.reconnect = Off
+
+; If this option is enabled, closing a persistent connection will rollback
+; any pending transactions of this connection, before it is put back
+; into the persistent connection pool.
+;mysqli.rollback_on_cached_plink = Off
+
+[mysqlnd]
+; Enable / Disable collection of general statistics by mysqlnd which can be
+; used to tune and monitor MySQL operations.
+mysqlnd.collect_statistics = On
+
+; Enable / Disable collection of memory usage statistics by mysqlnd which can be
+; used to tune and monitor MySQL operations.
+mysqlnd.collect_memory_statistics = On
+
+; Records communication from all extensions using mysqlnd to the specified log
+; file.
+; https://php.net/mysqlnd.debug
+;mysqlnd.debug =
+
+; Defines which queries will be logged.
+;mysqlnd.log_mask = 0
+
+; Default size of the mysqlnd memory pool, which is used by result sets.
+;mysqlnd.mempool_default_size = 16000
+
+; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
+;mysqlnd.net_cmd_buffer_size = 2048
+
+; Size of a pre-allocated buffer used for reading data sent by the server in
+; bytes.
+;mysqlnd.net_read_buffer_size = 32768
+
+; Timeout for network requests in seconds.
+;mysqlnd.net_read_timeout = 31536000
+
+; SHA-256 Authentication Plugin related. File with the MySQL server public RSA
+; key.
+;mysqlnd.sha256_server_public_key =
+
+[OCI8]
+
+; Connection: Enables privileged connections using external
+; credentials (OCI_SYSOPER, OCI_SYSDBA)
+; https://php.net/oci8.privileged-connect
+;oci8.privileged_connect = Off
+
+; Connection: The maximum number of persistent OCI8 connections per
+; process. Using -1 means no limit.
+; https://php.net/oci8.max-persistent
+;oci8.max_persistent = -1
+
+; Connection: The maximum number of seconds a process is allowed to
+; maintain an idle persistent connection. Using -1 means idle
+; persistent connections will be maintained forever.
+; https://php.net/oci8.persistent-timeout
+;oci8.persistent_timeout = -1
+
+; Connection: The number of seconds that must pass before issuing a
+; ping during oci_pconnect() to check the connection validity. When
+; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
+; pings completely.
+; https://php.net/oci8.ping-interval
+;oci8.ping_interval = 60
+
+; Connection: Set this to a user chosen connection class to be used
+; for all pooled server requests with Oracle 11g Database Resident
+; Connection Pooling (DRCP). To use DRCP, this value should be set to
+; the same string for all web servers running the same application,
+; the database pool must be configured, and the connection string must
+; specify to use a pooled server.
+;oci8.connection_class =
+
+; High Availability: Using On lets PHP receive Fast Application
+; Notification (FAN) events generated when a database node fails. The
+; database must also be configured to post FAN events.
+;oci8.events = Off
+
+; Tuning: This option enables statement caching, and specifies how
+; many statements to cache. Using 0 disables statement caching.
+; https://php.net/oci8.statement-cache-size
+;oci8.statement_cache_size = 20
+
+; Tuning: Enables statement prefetching and sets the default number of
+; rows that will be fetched automatically after statement execution.
+; https://php.net/oci8.default-prefetch
+;oci8.default_prefetch = 100
+
+; Compatibility. Using On means oci_close() will not close
+; oci_connect() and oci_new_connect() connections.
+; https://php.net/oci8.old-oci-close-semantics
+;oci8.old_oci_close_semantics = Off
+
+[PostgreSQL]
+; Allow or prevent persistent links.
+; https://php.net/pgsql.allow-persistent
+pgsql.allow_persistent = On
+
+; Detect broken persistent links always with pg_pconnect().
+; Auto reset feature requires a little overheads.
+; https://php.net/pgsql.auto-reset-persistent
+pgsql.auto_reset_persistent = Off
+
+; Maximum number of persistent links. -1 means no limit.
+; https://php.net/pgsql.max-persistent
+pgsql.max_persistent = -1
+
+; Maximum number of links (persistent+non persistent). -1 means no limit.
+; https://php.net/pgsql.max-links
+pgsql.max_links = -1
+
+; Ignore PostgreSQL backends Notice message or not.
+; Notice message logging require a little overheads.
+; https://php.net/pgsql.ignore-notice
+pgsql.ignore_notice = 0
+
+; Log PostgreSQL backends Notice message or not.
+; Unless pgsql.ignore_notice=0, module cannot log notice message.
+; https://php.net/pgsql.log-notice
+pgsql.log_notice = 0
+
+[bcmath]
+; Number of decimal digits for all bcmath functions.
+; https://php.net/bcmath.scale
+bcmath.scale = 0
+
+[browscap]
+; https://php.net/browscap
+;browscap = extra/browscap.ini
+
+[Session]
+; Handler used to store/retrieve data.
+; https://php.net/session.save-handler
+session.save_handler = files
+
+; Argument passed to save_handler. In the case of files, this is the path
+; where data files are stored. Note: Windows users have to change this
+; variable in order to use PHP's session functions.
+;
+; The path can be defined as:
+;
+; session.save_path = "N;/path"
+;
+; where N is an integer. Instead of storing all the session files in
+; /path, what this will do is use subdirectories N-levels deep, and
+; store the session data in those directories. This is useful if
+; your OS has problems with many files in one directory, and is
+; a more efficient layout for servers that handle many sessions.
+;
+; NOTE 1: PHP will not create this directory structure automatically.
+; You can use the script in the ext/session dir for that purpose.
+; NOTE 2: See the section on garbage collection below if you choose to
+; use subdirectories for session storage
+;
+; The file storage module creates files using mode 600 by default.
+; You can change that by using
+;
+; session.save_path = "N;MODE;/path"
+;
+; where MODE is the octal representation of the mode. Note that this
+; does not overwrite the process's umask.
+; https://php.net/session.save-path
+;session.save_path = "/tmp"
+
+; Whether to use strict session mode.
+; Strict session mode does not accept an uninitialized session ID, and
+; regenerates the session ID if the browser sends an uninitialized session ID.
+; Strict mode protects applications from session fixation via a session adoption
+; vulnerability. It is disabled by default for maximum compatibility, but
+; enabling it is encouraged.
+; https://wiki.php.net/rfc/strict_sessions
+session.use_strict_mode = 0
+
+; Whether to use cookies.
+; https://php.net/session.use-cookies
+session.use_cookies = 1
+
+; https://php.net/session.cookie-secure
+;session.cookie_secure =
+
+; This option forces PHP to fetch and use a cookie for storing and maintaining
+; the session id. We encourage this operation as it's very helpful in combating
+; session hijacking when not specifying and managing your own session id. It is
+; not the be-all and end-all of session hijacking defense, but it's a good start.
+; https://php.net/session.use-only-cookies
+session.use_only_cookies = 1
+
+; Name of the session (used as cookie name).
+; https://php.net/session.name
+session.name = PHPSESSID
+
+; Initialize session on request startup.
+; https://php.net/session.auto-start
+session.auto_start = 0
+
+; Lifetime in seconds of cookie or, if 0, until browser is restarted.
+; https://php.net/session.cookie-lifetime
+session.cookie_lifetime = 0
+
+; The path for which the cookie is valid.
+; https://php.net/session.cookie-path
+session.cookie_path = /
+
+; The domain for which the cookie is valid.
+; https://php.net/session.cookie-domain
+session.cookie_domain =
+
+; Whether or not to add the httpOnly flag to the cookie, which makes it
+; inaccessible to browser scripting languages such as JavaScript.
+; https://php.net/session.cookie-httponly
+session.cookie_httponly =
+
+; Add SameSite attribute to cookie to help mitigate Cross-Site Request Forgery (CSRF/XSRF)
+; Current valid values are "Strict", "Lax" or "None". When using "None",
+; make sure to include the quotes, as `none` is interpreted like `false` in ini files.
+; https://tools.ietf.org/html/draft-west-first-party-cookies-07
+session.cookie_samesite =
+
+; Handler used to serialize data. php is the standard serializer of PHP.
+; https://php.net/session.serialize-handler
+session.serialize_handler = php
+
+; Defines the probability that the 'garbage collection' process is started on every
+; session initialization. The probability is calculated by using gc_probability/gc_divisor,
+; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
+; Default Value: 1
+; Development Value: 1
+; Production Value: 1
+; https://php.net/session.gc-probability
+session.gc_probability = 1
+
+; Defines the probability that the 'garbage collection' process is started on every
+; session initialization. The probability is calculated by using gc_probability/gc_divisor,
+; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
+; For high volume production servers, using a value of 1000 is a more efficient approach.
+; Default Value: 100
+; Development Value: 1000
+; Production Value: 1000
+; https://php.net/session.gc-divisor
+session.gc_divisor = 1000
+
+; After this number of seconds, stored data will be seen as 'garbage' and
+; cleaned up by the garbage collection process.
+; https://php.net/session.gc-maxlifetime
+session.gc_maxlifetime = 1440
+
+; NOTE: If you are using the subdirectory option for storing session files
+; (see session.save_path above), then garbage collection does *not*
+; happen automatically. You will need to do your own garbage
+; collection through a shell script, cron entry, or some other method.
+; For example, the following script is the equivalent of setting
+; session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
+; find /path/to/sessions -cmin +24 -type f | xargs rm
+
+; Check HTTP Referer to invalidate externally stored URLs containing ids.
+; HTTP_REFERER has to contain this substring for the session to be
+; considered as valid.
+; https://php.net/session.referer-check
+session.referer_check =
+
+; Set to {nocache,private,public,} to determine HTTP caching aspects
+; or leave this empty to avoid sending anti-caching headers.
+; https://php.net/session.cache-limiter
+session.cache_limiter = nocache
+
+; Document expires after n minutes.
+; https://php.net/session.cache-expire
+session.cache_expire = 180
+
+; trans sid support is disabled by default.
+; Use of trans sid may risk your users' security.
+; Use this option with caution.
+; - User may send URL contains active session ID
+; to other person via. email/irc/etc.
+; - URL that contains active session ID may be stored
+; in publicly accessible computer.
+; - User may access your site with the same session ID
+; always using URL stored in browser's history or bookmarks.
+; https://php.net/session.use-trans-sid
+session.use_trans_sid = 0
+
+; Set session ID character length. This value could be between 22 to 256.
+; Shorter length than default is supported only for compatibility reason.
+; Users should use 32 or more chars.
+; https://php.net/session.sid-length
+; Default Value: 32
+; Development Value: 26
+; Production Value: 26
+session.sid_length = 26
+
+; The URL rewriter will look for URLs in a defined set of HTML tags.
+;