diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000..fbfd285
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1 @@
+* @WyriHaximus
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 9c4f1ea..6396afc 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1 +1 @@
-github: WyriHaximus
\ No newline at end of file
+github: WyriHaximus
diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
new file mode 100644
index 0000000..80bcb6b
--- /dev/null
+++ b/.github/boring-cyborg.yml
@@ -0,0 +1,60 @@
+labelPRBasedOnFilePath:
+ "Documentation ๐":
+ - README.md
+ - CONTRIBUTING.md
+ "Dependencies ๐ฆ":
+ - Dockerfile*
+ - composer.*
+ - package.json
+ - package-lock.json
+ - yarn.lock
+ "Docker ๐ณ":
+ - Dockerfile*
+ - .docker/**/*
+ "Image ๐ผ":
+ - "**/*.gif"
+ - "**/*.jpg"
+ - "**/*.jpeg"
+ - "**/*.png"
+ - "**/*.webp"
+ "CSS ๐ฉโ๐จ":
+ - "**/*.css"
+ "HTML ๐ทโโ๏ธ":
+ - "**/*.htm"
+ - "**/*.html"
+ "NEON ๐ฆนโโ๏ธ":
+ - "**/*.neon"
+ "MarkDown ๐":
+ - "**/*.md"
+ "YAML ๐":
+ - "**/*.yml"
+ - "**/*.yaml"
+ "JSON ๐จโ๐ผ":
+ - "**/*.json"
+ "Go ๐น":
+ - "**/*.go"
+ "JavaScript ๐ฆ":
+ - "**/*.js"
+ - package.json
+ - package-lock.json
+ - yarn.lock
+ "PHP ๐":
+ - "**/*.php"
+ - composer.*
+ "Configuration โ":
+ - .github/*
+ "CI ๐ง":
+ - .github/workflows/*
+ - .scrutinizer.yml
+ "Templates ๐ฒ":
+ - "**/*.twig"
+ - "**/*.tpl"
+ "Helm โธ":
+ - .helm/**/*
+ "Tests ๐งช":
+ - tests/**/*
+ "Source ๐ฎ":
+ - src/**/*
+
+labelerFlags:
+ labelOnPRUpdates: true
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..c4b1374
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+version: 2
+updates:
+ - package-ecosystem: "composer"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ labels:
+ - "Dependencies ๐ฆ"
+ - "PHP ๐"
+ versioning-strategy: "widen"
+ open-pull-requests-limit: 1
diff --git a/.github/settings.yml b/.github/settings.yml
new file mode 100644
index 0000000..67ba9d3
--- /dev/null
+++ b/.github/settings.yml
@@ -0,0 +1,115 @@
+repository:
+ private: false
+ has_issues: true
+ has_wiki: false
+ has_downloads: true
+ default_branch: master
+ allow_squash_merge: false
+ allow_merge_commit: true
+ allow_rebase_merge: false
+
+# Labels: define labels for Issues and Pull Requests
+labels:
+ - name: "Dependencies ๐ฆ"
+ color: 0025ff
+ description: "Pull requests that update a dependency file"
+ - name: "Image ๐ผ"
+ color: 00ffff
+ - name: "HTML ๐ทโโ๏ธ"
+ color: ffffff
+ - name: "CSS ๐ฉโ๐จ"
+ color: b3b3b3
+ - name: "JavaScript ๐ฆ"
+ color: ffff00
+ - name: "Go ๐น"
+ color: 00ADD8
+ - name: "JSON ๐จโ๐ผ"
+ color: 00ADD8
+ - name: "NEON ๐ฆนโโ๏ธ"
+ color: CE3262
+ - name: "MarkDown ๐"
+ color: 000000
+ - name: "YAML ๐"
+ color: ff1aff
+ - name: "Templates ๐ฒ"
+ color: 009933
+ - name: "Helm โธ"
+ color: 091C84
+ - name: "Tests ๐งช"
+ color: ffe6e6
+ - name: "Source ๐ฎ"
+ color: e6ffe6
+ - name: "Configuration โ"
+ color: b3b3cc
+ - name: "PHP ๐"
+ color: 8892BF
+ description: "Hypertext Pre Processor"
+ - name: "Docker ๐ณ"
+ color: 0db7ed
+ description: "Pull requests that relate to Docker"
+ - name: "CI ๐ง"
+ color: ffff00
+ - name: "Feature ๐"
+ color: 66ff99
+ - name: "Documentation ๐"
+ color: 6666ff
+ - name: "Security ๐ต๏ธโโ๏ธ"
+ color: ff0000
+ - name: "Hacktoberfest ๐"
+ color: 152347
+ - name: "Bug ๐"
+ color: d73a4a
+ description: "Something isn't working"
+ oldname: bug
+ - name: "Duplicate โ"
+ color: cfd3d7
+ description: "This issue or pull request already exists"
+ oldname: duplicate
+ - name: "Enhancement โจ"
+ color: a2eeef
+ description: "New feature or request"
+ oldname: enhancement
+ - name: "Good First Issue"
+ color: 7057ff
+ description: "Good for newcomers"
+ oldname: "good first issue"
+ - name: "Help Wanted"
+ color: 008672
+ description: "Extra attention is needed"
+ oldname: "help wanted"
+ - name: Invalid
+ color: e4e669
+ description: "This doesn't seem right"
+ oldname: invalid
+ - name: "Question โ"
+ color: d876e3
+ description: "Further information is requested"
+ oldname: question
+ - name: "Will not be fixed ๐"
+ color: ffffff
+ description: "This will not be worked on"
+ oldname: wontfix
+ - name: "Sponsor Request โค๏ธ"
+ color: fedbf0
+ description: "Issue/PR opened by sponsor"
+
+branches:
+ - name: master
+ protection:
+ required_pull_request_reviews:
+ required_approving_review_count: 1
+ dismiss_stale_reviews: true
+ require_code_owner_reviews: true
+ # Required. Require status checks to pass before merging. Set to null to disable
+ required_status_checks:
+ # Required. Require branches to be up to date before merging.
+ strict: true
+ # Required. The list of status checks to require in order to merge into this branch
+ contexts: []
+ # Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
+ enforce_admins: true
+ # Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.
+ restrictions:
+ apps: []
+ users: []
+ teams: []
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 0000000..3a40c37
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,219 @@
+name: Continuous Integration
+on:
+ push:
+ branches:
+ - 'main'
+ - 'master'
+ - 'refs/heads/v[0-9]+.[0-9]+.[0-9]+'
+ pull_request:
+jobs:
+ supported-versions-matrix:
+ name: Supported Versions Matrix
+ runs-on: ubuntu-latest
+ needs:
+ - lint-yaml
+ - lint-json
+ outputs:
+ version: ${{ steps.supported-versions-matrix.outputs.version }}
+ steps:
+ - uses: actions/checkout@v1
+ - id: supported-versions-matrix
+ uses: WyriHaximus/github-action-composer-php-versions-in-range@v1
+ supported-checks-matrix:
+ name: Supported Checks Matrix
+ runs-on: ubuntu-latest
+ needs:
+ - lint-yaml
+ - composer-install
+ outputs:
+ check: ${{ steps.supported-checks-matrix.outputs.check }}
+ steps:
+ - uses: actions/checkout@v1
+ - id: supported-checks-matrix
+ name: Generate check
+ run: |
+ printf "Checks found: %s\r\n" $(make task-list-ci)
+ printf "::set-output name=check::%s" $(make task-list-ci)
+ composer-install:
+ strategy:
+ fail-fast: false
+ matrix:
+ php: ${{ fromJson(needs.supported-versions-matrix.outputs.version) }}
+ composer: [lowest, current, highest]
+ needs:
+ - lint-yaml
+ - lint-json
+ - supported-versions-matrix
+ runs-on: ubuntu-latest
+ container:
+ image: ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-buster-dev-root
+ steps:
+ - uses: actions/checkout@v1
+ - name: Cache composer packages
+ uses: actions/cache@v1
+ with:
+ path: ./vendor/
+ key: ${{ matrix.composer }}-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
+ - name: Install Dependencies
+ run: composer update --prefer-lowest --no-progress --ansi --no-interaction --prefer-dist -o
+ if: matrix.composer == 'lowest'
+ - name: Install Dependencies
+ run: composer install --ansi --no-progress --no-interaction --prefer-dist -o
+ if: matrix.composer == 'current'
+ - name: Install Dependencies
+ run: composer update --ansi --no-progress --no-interaction --prefer-dist -o
+ if: matrix.composer == 'highest'
+ qa:
+ name: Run ${{ matrix.check }} on PHP ${{ matrix.php }} with ${{ matrix.composer }} dependency preference (Linux)
+ strategy:
+ fail-fast: false
+ matrix:
+ php: ${{ fromJson(needs.supported-versions-matrix.outputs.version) }}
+ composer: [lowest, current, highest]
+ check: ${{ fromJson(needs.supported-checks-matrix.outputs.check) }}
+ needs:
+ - lint-yaml
+ - lint-json
+ - composer-install
+ - supported-checks-matrix
+ - supported-versions-matrix
+ runs-on: ubuntu-latest
+ container:
+ image: ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-buster-dev-root
+ steps:
+ - uses: actions/checkout@v1
+ - name: Cache composer packages
+ uses: actions/cache@v1
+ with:
+ path: ./vendor/
+ key: ${{ matrix.composer }}-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
+ - name: Install Dependencies
+ run: (test -f vendor && true ) || composer update --prefer-lowest --no-progress --ansi --no-interaction --prefer-dist -o
+ if: matrix.composer == 'lowest'
+ - name: Install Dependencies
+ run: (test -f vendor && true ) || composer install --ansi --no-progress --no-interaction --prefer-dist -o
+ if: matrix.composer == 'current'
+ - name: Install Dependencies
+ run: (test -f vendor && true ) || composer update --ansi --no-progress --no-interaction --prefer-dist -o
+ if: matrix.composer == 'highest'
+ - name: Fetch Tags
+ run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
+ if: matrix.check == 'backward-compatibility-check'
+ - run: make ${{ matrix.check }}
+ env:
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
+ COVERALLS_RUN_LOCALLY: ${{ secrets.COVERALLS_RUN_LOCALLY }}
+ unittests-directly-on-os:
+ name: Run unit tests on PHP ${{ matrix.php }} with ${{ matrix.composer }} dependency preference (${{ matrix.os }})
+ strategy:
+ fail-fast: false
+ matrix:
+ os: [ubuntu-latest, windows-latest, macos-latest]
+ php: ${{ fromJson(needs.supported-versions-matrix.outputs.version) }}
+ composer: [lowest, current, highest]
+ needs:
+ - lint-yaml
+ - lint-json
+ - composer-install
+ - supported-versions-matrix
+ runs-on: ${{ matrix.os }}
+ steps:
+ - uses: actions/checkout@v1
+ - name: Setup PHP, extensions and composer with shivammathur/setup-php
+ uses: shivammathur/setup-php@v2
+ with:
+ php-version: ${{ matrix.php }}
+ coverage: xdebug, pcov
+ - name: Cache composer packages
+ uses: actions/cache@v1
+ with:
+ path: ./vendor/
+ key: ${{ matrix.composer }}-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
+ - name: Install Dependencies
+ run: (test -f vendor && true ) || composer update --prefer-lowest --no-progress --ansi --no-interaction --prefer-dist -o
+ if: matrix.composer == 'lowest'
+ - name: Install Dependencies
+ run: (test -f vendor && true ) || composer install --ansi --no-progress --no-interaction --prefer-dist -o
+ if: matrix.composer == 'current'
+ - name: Install Dependencies
+ run: (test -f vendor && true ) || composer update --ansi --no-progress --no-interaction --prefer-dist -o
+ if: matrix.composer == 'highest'
+ - name: Fetch Tags
+ run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
+ if: matrix.check == 'backward-compatibility-check'
+ - run: |
+ ./vendor/bin/phpunit -c ./etc/qa/phpunit.xml
+ env:
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
+ COVERALLS_RUN_LOCALLY: ${{ secrets.COVERALLS_RUN_LOCALLY }}
+ qodana:
+ name: Qodana
+ runs-on: ubuntu-latest
+ needs:
+ - lint-yaml
+ - lint-json
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v2
+ - name: Qodana - Code Inspection
+ timeout-minutes: 600
+ run: docker run -v ${GITHUB_WORKSPACE}:/data/project -v ${GITHUB_WORKSPACE}/qodana:/data/results jetbrains/qodana:2020.3-eap --save-report
+ - name: Archive results
+ uses: actions/upload-artifact@v2
+ with:
+ name: qodana-results
+ if-no-files-found: error
+ path: qodana/report/results
+ - name: Print results
+ run: |
+ echo "๐ Qodana has finished successfully!"
+ echo "Download an artifact qodana-results.zip. Code Inspection results are part of file result-allProblems.json."
+ echo "________________________________________________________________"
+ cat ${GITHUB_WORKSPACE}/qodana/report/results/result-allProblems.json
+ - name: Archive error logs
+ uses: actions/upload-artifact@v2
+ if: failure()
+ with:
+ name: qodana-error-logs
+ path: qodana
+ - name: Print error message
+ if: failure()
+ run: |
+ echo "โ Qodana has failed"
+ echo "Please contact our support team by email at qodana-support@jetbrains.com. Attach qodana-error-logs.zip to your message."
+ lint-yaml:
+ name: Lint YAML
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - name: yaml-lint
+ uses: ibiqlik/action-yamllint@v3
+ with:
+ config_data: |
+ extends: default
+ ignore: |
+ /.git/
+ rules:
+ line-length: disable
+ document-start: disable
+ truthy: disable
+ lint-json:
+ name: Lint JSON
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - name: json-syntax-check
+ uses: limitusus/json-syntax-check@v1
+ with:
+ pattern: "\\.json$"
+ check-mark:
+ name: โ๏ธ
+ needs:
+ - lint-yaml
+ - lint-json
+ - qa
+ - unittests-directly-on-os
+ - qodana
+ runs-on: ubuntu-latest
+ steps:
+ - run: echo "โ๏ธ"
diff --git a/.github/workflows/craft-release.yaml b/.github/workflows/craft-release.yaml
new file mode 100644
index 0000000..0166771
--- /dev/null
+++ b/.github/workflows/craft-release.yaml
@@ -0,0 +1,76 @@
+name: Create Release
+env:
+ MILESTONE: ${{ github.event.milestone.title }}
+on:
+ milestone:
+ types:
+ - closed
+jobs:
+ wait-for-status-checks:
+ name: Wait for status checks
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - run: sleep 13
+ - name: 'Wait for status checks'
+ id: waitforstatuschecks
+ uses: "WyriHaximus/github-action-wait-for-status@master"
+ with:
+ ignoreActions: "Wait for status checks"
+ checkInterval: 5
+ env:
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+ - id: generate-version-strategy
+ if: steps.waitforstatuschecks.outputs.status != 'success'
+ name: Fail
+ run: exit 1
+ generate-changelog:
+ name: Generate Changelog
+ needs:
+ - wait-for-status-checks
+ runs-on: ubuntu-latest
+ outputs:
+ changelog: ${{ steps.changelog.outputs.changelog }}
+ steps:
+ - name: Generate changelog
+ uses: WyriHaximus/github-action-jwage-changelog-generator@v1
+ id: changelog
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ milestone: ${{ env.MILESTONE }}
+ - name: Show changelog
+ run: echo "${CHANGELOG}"
+ env:
+ CHANGELOG: ${{ steps.changelog.outputs.changelog }}
+ create-release:
+ name: Create Release
+ needs:
+ - generate-changelog
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ env:
+ CHANGELOG: ${{ needs.generate-changelog.outputs.changelog }}
+ - run: |
+ echo -e "${MILESTONE_DESCRIPTION}\r\n\r\n${CHANGELOG}" > release-${{ env.MILESTONE }}-release-message.md
+ cat release-${{ env.MILESTONE }}-release-message.md
+ release_message=$(cat release-${{ env.MILESTONE }}-release-message.md)
+ release_message="${release_message//'%'/'%25'}"
+ release_message="${release_message//$'\n'/'%0A'}"
+ release_message="${release_message//$'\r'/'%0D'}"
+ echo "::set-output name=release_message::$release_message"
+ id: releasemessage
+ env:
+ MILESTONE_DESCRIPTION: ${{ github.event.milestone.description }}
+ CHANGELOG: ${{ needs.generate-changelog.outputs.changelog }}
+ - name: Create Reference Release with Changelog
+ uses: fleskesvor/create-release@feature/support-target-commitish
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ tag_name: ${{ env.MILESTONE }}
+ release_name: ${{ env.MILESTONE }}
+ body: ${{ steps.releasemessage.outputs.release_message }}
+ draft: false
+ prerelease: false
diff --git a/.github/workflows/label-sponsors.yml b/.github/workflows/label-sponsors.yml
new file mode 100644
index 0000000..a10683e
--- /dev/null
+++ b/.github/workflows/label-sponsors.yml
@@ -0,0 +1,18 @@
+name: Label sponsors โค๏ธ
+on:
+ pull_request:
+ types:
+ - opened
+ issues:
+ types:
+ - opened
+jobs:
+ sponsor-label:
+ name: Label sponsors โค๏ธ
+ runs-on: ubuntu-latest
+ steps:
+ - uses: JasonEtco/is-sponsor-label-action@v1
+ with:
+ label: Sponsor Request โค๏ธ
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/set-milestone-on-pr.yaml b/.github/workflows/set-milestone-on-pr.yaml
new file mode 100644
index 0000000..fe217a9
--- /dev/null
+++ b/.github/workflows/set-milestone-on-pr.yaml
@@ -0,0 +1,87 @@
+name: Set Milestone
+on:
+ pull_request:
+ types:
+ - assigned
+ - opened
+ - synchronize
+ - reopened
+ - edited
+ - ready_for_review
+ - review_requested
+jobs:
+ set-milestone:
+ name: Set Milestone
+ if: github.event.pull_request.milestone == null
+ runs-on: ubuntu-latest
+ outputs:
+ check: ${{ steps.generate-checks-strategy.outputs.check }}
+ steps:
+ - uses: actions/checkout@v1
+ - name: 'Get Previous tag'
+ id: previoustag
+ uses: "WyriHaximus/github-action-get-previous-tag@v1"
+ env:
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+ - name: 'Get next versions'
+ id: semvers
+ uses: "WyriHaximus/github-action-next-semvers@v1"
+ with:
+ version: ${{ steps.previoustag.outputs.tag }}
+ - name: 'Decide which version fits this PR'
+ id: decidedversion
+ run: |
+ if [ "$(jq '.sender.id' -r ${GITHUB_EVENT_PATH})" = "49699333" ]; then
+ printf "::set-output name=version::%s" "${PATCH}"
+ exit 0
+ fi
+
+ composer install --no-progress --ansi --no-interaction --prefer-dist -o -q
+
+ if ! (./vendor/bin/roave-backward-compatibility-check); then
+ printf "::set-output name=version::%s" "${MAJOR}"
+ exit 0
+ fi
+
+ printf "::set-output name=version::%s" "${MINOR}"
+ env:
+ MAJOR: ${{ steps.semvers.outputs.major }}
+ MINOR: ${{ steps.semvers.outputs.minor }}
+ PATCH: ${{ steps.semvers.outputs.patch }}
+ - name: 'Get Milestones'
+ uses: "WyriHaximus/github-action-get-milestones@master"
+ id: milestones
+ env:
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+ - run: printf "::set-output name=number::%s" $(printenv MILESTONES | jq --arg MILESTONE $(printenv MILESTONE) '.[] | select(.title == $MILESTONE) | .number')
+ id: querymilestone
+ env:
+ MILESTONES: ${{ steps.milestones.outputs.milestones }}
+ MILESTONE: ${{ steps.decidedversion.outputs.version }}
+ - name: 'Create Milestone'
+ if: steps.querymilestone.outputs.number == ''
+ id: createmilestone
+ uses: "WyriHaximus/github-action-create-milestone@0.1.0"
+ with:
+ title: ${{ steps.decidedversion.outputs.version }}
+ env:
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+ - name: 'Select found or created Milestone'
+ id: selectmilestone
+ run: |
+ if [ $(echo ${QUERY_NUMBER} | wc -c) -eq 1 ] ; then
+ printf "::set-output name=number::%s" "${CREATED_NUMBER}"
+ exit 0
+ fi
+
+ printf "::set-output name=number::%s" "${QUERY_NUMBER}"
+ env:
+ CREATED_NUMBER: ${{ steps.createmilestone.outputs.number }}
+ QUERY_NUMBER: ${{ steps.querymilestone.outputs.number }}
+ - name: 'Set Milestone'
+ uses: "WyriHaximus/github-action-set-milestone@master"
+ with:
+ issue_number: ${{ github.event.pull_request.number }}
+ milestone_number: ${{ steps.selectmilestone.outputs.number }}
+ env:
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
diff --git a/.php_cs b/.php_cs
deleted file mode 100644
index 540974f..0000000
--- a/.php_cs
+++ /dev/null
@@ -1,21 +0,0 @@
-setFinder(
- PhpCsFixer\Finder::create()
- ->in($paths)
- ->append($paths)
- )
- ->setUsingCache(false)
- ;
-})();
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
deleted file mode 100644
index ab44c16..0000000
--- a/.scrutinizer.yml
+++ /dev/null
@@ -1,68 +0,0 @@
-filter:
- paths: [src/*]
- excluded_paths: [examples/*, tests/*]
-tools:
- external_code_coverage: true
- php_analyzer: true
- php_hhvm: true
- php_sim: true
- php_pdepend: true
- sensiolabs_security_checker: true
- php_changetracking: true
- php_code_sniffer:
- enabled: true
- config:
- tab_width: 0
- encoding: utf8
- ruleset: ~
- standard: "PSR2"
- php_cs_fixer:
- enabled: true
- config:
- level: psr2
- php_mess_detector:
- enabled: true
- config:
- ruleset: ~
- code_size_rules:
- cyclomatic_complexity: true
- npath_complexity: true
- excessive_method_length: true
- excessive_class_length: true
- excessive_parameter_list: true
- excessive_public_count: true
- too_many_fields: true
- too_many_methods: true
- excessive_class_complexity: true
- design_rules:
- exit_expression: true
- eval_expression: true
- goto_statement: true
- number_of_class_children: true
- depth_of_inheritance: true
- coupling_between_objects: true
- unused_code_rules:
- unused_private_field: true
- unused_local_variable: true
- unused_private_method: true
- unused_formal_parameter: true
- naming_rules:
- short_variable:
- minimum: 3
- long_variable:
- maximum: 20
- short_method:
- minimum: 3
- constructor_conflict: true
- constant_naming: true
- boolean_method_name: true
- controversial_rules:
- superglobals: true
- camel_case_class_name: true
- camel_case_property_name: true
- camel_case_method_name: true
- camel_case_parameter_name: true
- camel_case_variable_name: true
-checks:
- php:
- code_rating: true
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 1fceb96..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,50 +0,0 @@
-language: php
-
-## Cache composer bits
-cache:
- directories:
- - $HOME/.composer/cache/files
-
-## Build matrix for lowest and highest possible targets
-matrix:
- include:
- - php: 7.2
- env:
- - qaExtended=true
- - dropPlatform=false
- - php: nightly
- env:
- - dropPlatform=false
- - php: 7.2
- env:
- - dependencies=lowest
- - php: nightly
- env:
- - dependencies=lowest
- - dropPlatform=false
- - php: 7.2
- env:
- - dependencies=highest
- - dropPlatform=false
- - php: nightly
- env:
- - dependencies=highest
- - dropPlatform=false
-
-## Install or update dependencies
-install:
- - composer validate
- - if [ -z "$dropPlatform" ]; then composer config --unset platform.php; fi;
- - if [ -z "$qaExtended" ]; then phpenv config-rm xdebug.ini || :; fi;
- - if [ -z "$dependencies" ]; then composer install --prefer-dist; fi;
- - if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-dist -n; fi;
- - if [ "$dependencies" = "highest" ]; then composer update --prefer-dist -n; fi;
- - composer show
-
-## Run the actual test
-script:
- - if [ -z "$qaExtended" ]; then make ci; fi;
- - if [ "$qaExtended" = "true" ]; then make ci-extended; fi;
-
-## Gather coverage and set it to coverage servers
-after_script: if [ "$qaExtended" = "true" ]; then make ci-coverage; fi;
diff --git a/Makefile b/Makefile
index f0f1bca..e3e0e9d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,32 +1,81 @@
-all:
- composer run-script qa-all --timeout=0
+# set all to phony
+SHELL=bash
-all-coverage:
- composer run-script qa-all-coverage --timeout=0
+.PHONY: *
-ci:
- composer run-script qa-ci --timeout=0
+COMPOSER_CACHE_DIR=$(shell composer config --global cache-dir -q || echo ${HOME}/.composer-php/cache)
+COMPOSER_SHOW_EXTENSION_LIST=$(shell composer show -t | grep -o "\-\-\(ext-\).\+" | sort | uniq | cut -d- -f4- | tr -d '\n' | grep . | sed '/^$$/d' | xargs | sed -e 's/ /, /g' | tr -cd '[:alnum:],' | sed 's/.$$//')
+SLIM_DOCKER_IMAGE=$(shell php -r 'echo count(array_intersect(["gd", "vips"], explode(",", "${COMPOSER_SHOW_EXTENSION_LIST}"))) > 0 ? "" : "-slim";')
-ci-extended:
- composer run-script qa-ci-extended --timeout=0
+ifneq ("$(wildcard /.you-are-in-a-wyrihaximus.net-php-docker-image)","")
+ IN_DOCKER=TRUE
+else
+ IN_DOCKER=FALSE
+endif
-contrib:
- composer run-script qa-contrib --timeout=0
+ifeq ("$(IN_DOCKER)","TRUE")
+ DOCKER_RUN:=
+else
+ PHP_VERSION:=$(shell docker run --rm -v "`pwd`:`pwd`" jess/jq jq -r -c '.config.platform.php' "`pwd`/composer.json" | php -r "echo str_replace('|', '.', explode('.', implode('|', explode('.', stream_get_contents(STDIN), 2)), 2)[0]);")
+ DOCKER_RUN:=docker run --rm -it \
+ -v "`pwd`:`pwd`" \
+ -v "${COMPOSER_CACHE_DIR}:/home/app/.composer/cache" \
+ -w "`pwd`" \
+ "ghcr.io/wyrihaximusnet/php:${PHP_VERSION}-nts-alpine3.12${SLIM_DOCKER_IMAGE}-dev"
+endif
-init:
- composer ensure-installed
+ifneq (,$(findstring icrosoft,$(shell cat /proc/version)))
+ THREADS=1
+else
+ THREADS=$(shell nproc)
+endif
-cs:
- composer cs
+all: ## Runs everything ###
+ @grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | grep -v "###" | awk 'BEGIN {FS = ":.*?## "}; {printf "%s\n", $$1}' | xargs --open-tty $(MAKE)
-cs-fix:
- composer cs-fix
+syntax-php: ## Lint PHP syntax
+ $(DOCKER_RUN) vendor/bin/parallel-lint --exclude vendor .
-unit:
- composer run-script unit --timeout=0
+cs-fix: ## Fix any automatically fixable code style issues
+ $(DOCKER_RUN) vendor/bin/phpcbf --parallel=$(THREADS) --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml || $(DOCKER_RUN) vendor/bin/phpcbf --parallel=$(THREADS) --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml || $(DOCKER_RUN) vendor/bin/phpcbf --parallel=$(THREADS) --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml -vvvv
-unit-coverage:
- composer run-script unit-coverage --timeout=0
+cs: ## Check the code for code style issues
+ $(DOCKER_RUN) vendor/bin/phpcs --parallel=$(THREADS) --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml
-ci-coverage: init
- composer ci-coverage
+stan: ## Run static analysis (PHPStan)
+ $(DOCKER_RUN) vendor/bin/phpstan analyse src tests --level max --ansi -c ./etc/qa/phpstan.neon
+
+psalm: ## Run static analysis (Psalm)
+ $(DOCKER_RUN) vendor/bin/psalm --threads=$(THREADS) --shepherd --stats --config=./etc/qa/psalm.xml
+
+unit-testing: ## Run tests
+ $(DOCKER_RUN) vendor/bin/phpunit --colors=always -c ./etc/qa/phpunit.xml --coverage-text --coverage-html ./var/tests-unit-coverage-html --coverage-clover ./var/tests-unit-clover-coverage.xml
+ $(DOCKER_RUN) test -n "$(COVERALLS_REPO_TOKEN)" && test -n "$(COVERALLS_RUN_LOCALLY)" && test -f ./var/tests-unit-clover-coverage.xml && vendor/bin/php-coveralls -v --coverage_clover ./build/logs/clover.xml --json_path ./var/tests-unit-clover-coverage-upload.json || true
+
+mutation-testing: ## Run mutation testing
+ $(DOCKER_RUN) vendor/bin/infection --ansi --min-msi=100 --min-covered-msi=100 --threads=$(THREADS) --ignore-msi-with-no-mutations || (cat ./var/infection.log && false)
+
+composer-require-checker: ## Ensure we require every package used in this package directly
+ $(DOCKER_RUN) vendor/bin/composer-require-checker --ignore-parse-errors --ansi -vvv --config-file=./etc/qa/composer-require-checker.json
+
+composer-unused: ## Ensure we don't require any package we don't use in this package directly
+ $(DOCKER_RUN) composer unused --ansi
+
+composer-install: ## Install dependencies
+ $(DOCKER_RUN) composer install --no-progress --ansi --no-interaction --prefer-dist -o
+
+backward-compatibility-check: ## Check code for backwards incompatible changes
+ $(MAKE) backward-compatibility-check-raw || true
+
+backward-compatibility-check-raw: ## Check code for backwards incompatible changes, doesn't ignore the failure ###
+ $(DOCKER_RUN) vendor/bin/roave-backward-compatibility-check
+
+shell: ## Provides Shell access in the expected environment ###
+ $(DOCKER_RUN) ash
+
+task-list-ci: ## CI: Generate a JSON array of jobs to run, matches the commands run when running `make (|all)` ###
+ @grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | grep -v "###" | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "%s\n", $$1}' | jq --raw-input --slurp -c 'split("\n")| .[0:-1]'
+
+help: ## Show this help ###
+ @printf "\033[33mUsage:\033[0m\n make [target]\n\n\033[33mTargets:\033[0m\n"
+ @grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[32m%-32s\033[0m %s\n", $$1, $$2}' | tr -d '#'
diff --git a/composer-require-checker.json b/composer-require-checker.json
new file mode 100644
index 0000000..02320f7
--- /dev/null
+++ b/composer-require-checker.json
@@ -0,0 +1,18 @@
+{
+ "symbol-whitelist" : [
+ "null", "true", "false",
+ "static", "self", "parent",
+ "array", "string", "int", "float", "bool", "iterable", "callable", "void", "object",
+ "validate_array", "throwable_decode", "throwable_encode", "throwable_json_decode", "throwable_json_encode"
+ ],
+ "php-core-extensions" : [
+ "Core",
+ "date",
+ "pcre",
+ "Phar",
+ "Reflection",
+ "SPL",
+ "standard"
+ ],
+ "scan-files" : []
+}
diff --git a/composer.json b/composer.json
index ee06b4e..738eabe 100644
--- a/composer.json
+++ b/composer.json
@@ -9,12 +9,20 @@
}
],
"require": {
- "php": "^7.2",
- "clue/redis-react": "^2.0 || ^1.0 || ^0.5.1",
- "react/cache": "^0.6.0 || ^1.0.0"
+ "php": "^7.4",
+ "clue/redis-react": "^2.3",
+ "react/cache": "^1.1.1",
+ "react/promise": "^2.8",
+ "thecodingmachine/safe": "^1.3"
},
"require-dev": {
- "wyrihaximus/async-test-utilities": "^1.1"
+ "wyrihaximus/async-test-utilities": "^3.4.20"
+ },
+ "config": {
+ "platform": {
+ "php": "7.4.7"
+ },
+ "sort-packages": true
},
"autoload": {
"psr-4": {
@@ -26,63 +34,12 @@
"WyriHaximus\\Tests\\React\\Cache\\": "tests/"
}
},
- "config": {
- "sort-packages": true,
- "platform": {
- "php": "7.2"
- }
- },
"scripts": {
- "ensure-installed": "composer install --ansi -n -q",
- "cs": [
- "@ensure-installed",
- "php-cs-fixer fix --config=.php_cs --ansi --dry-run --diff --verbose --allow-risky=yes --show-progress=estimating"
- ],
- "cs-fix": [
- "@ensure-installed",
- "php-cs-fixer fix --config=.php_cs --ansi --verbose --allow-risky=yes --show-progress=estimating"
- ],
- "unit": [
- "@ensure-installed",
- "phpunit --colors=always -c phpunit.xml.dist"
- ],
- "unit-coverage": [
- "@ensure-installed",
- "phpunit --colors=always -c phpunit.xml.dist --coverage-text --coverage-html covHtml --coverage-clover ./build/logs/clover.xml"
- ],
- "lint-php": [
- "@ensure-installed",
- "parallel-lint --exclude vendor ."
- ],
- "qa-all": [
- "@lint-php",
- "@cs",
- "@unit"
- ],
- "qa-all-coverage": [
- "@lint-php",
- "@cs",
- "@unit-coverage"
- ],
- "qa-windows": [
- "@lint-php",
- "@cs",
- "@unit"
- ],
- "qa-ci": [
- "@unit"
- ],
- "qa-ci-extended": [
- "@qa-all-coverage"
- ],
- "qa-ci-windows": [
- "@qa-windows"
- ],
- "qa-contrib": [
- "@qa-all"
+ "post-install-cmd": [
+ "composer normalize"
],
- "ci-coverage": [
- "if [ -f ./build/logs/clover.xml ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml; fi"
+ "post-update-cmd": [
+ "composer normalize"
]
}
}
diff --git a/composer.lock b/composer.lock
index 994d608..c221811 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "f9d08f57238dce82d2227dc89cc9f301",
+ "content-hash": "f20512f8912bbabd780693d4bc5d0621",
"packages": [
{
"name": "clue/redis-protocol",
@@ -48,20 +48,24 @@
"serializer",
"streaming"
],
+ "support": {
+ "issues": "https://github.com/clue/php-redis-protocol/issues",
+ "source": "https://github.com/clue/php-redis-protocol/tree/v0.3.1"
+ },
"time": "2017-06-06T16:07:10+00:00"
},
{
"name": "clue/redis-react",
- "version": "v2.3.0",
+ "version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/clue/reactphp-redis.git",
- "reference": "426e9dfd71e7ffa20de080a725589ff9b42762ca"
+ "reference": "a3630f14cc0852d9b0d4bf8f5732479389215792"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/clue/reactphp-redis/zipball/426e9dfd71e7ffa20de080a725589ff9b42762ca",
- "reference": "426e9dfd71e7ffa20de080a725589ff9b42762ca",
+ "url": "https://api.github.com/repos/clue/reactphp-redis/zipball/a3630f14cc0852d9b0d4bf8f5732479389215792",
+ "reference": "a3630f14cc0852d9b0d4bf8f5732479389215792",
"shasum": ""
},
"require": {
@@ -75,7 +79,7 @@
},
"require-dev": {
"clue/block-react": "^1.1",
- "phpunit/phpunit": "^7.0 || ^6.0 || ^5.0 || ^4.8.35"
+ "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
@@ -90,7 +94,7 @@
"authors": [
{
"name": "Christian Lรผck",
- "email": "christian@lueck.tv"
+ "email": "christian@clue.engineering"
}
],
"description": "Async Redis client implementation, built on top of ReactPHP.",
@@ -102,7 +106,21 @@
"reactphp",
"redis"
],
- "time": "2019-03-11T10:20:19+00:00"
+ "support": {
+ "issues": "https://github.com/clue/reactphp-redis/issues",
+ "source": "https://github.com/clue/reactphp-redis/tree/v2.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://clue.engineering/support",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/clue",
+ "type": "github"
+ }
+ ],
+ "time": "2020-09-25T11:10:39+00:00"
},
{
"name": "evenement/evenement",
@@ -145,28 +163,32 @@
"event-dispatcher",
"event-emitter"
],
+ "support": {
+ "issues": "https://github.com/igorw/evenement/issues",
+ "source": "https://github.com/igorw/evenement/tree/master"
+ },
"time": "2017-07-23T21:35:13+00:00"
},
{
"name": "react/cache",
- "version": "v1.0.0",
+ "version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/cache.git",
- "reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466"
+ "reference": "4bf736a2cccec7298bdf745db77585966fc2ca7e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/reactphp/cache/zipball/aa10d63a1b40a36a486bdf527f28bac607ee6466",
- "reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466",
+ "url": "https://api.github.com/repos/reactphp/cache/zipball/4bf736a2cccec7298bdf745db77585966fc2ca7e",
+ "reference": "4bf736a2cccec7298bdf745db77585966fc2ca7e",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
- "react/promise": "~2.0|~1.1"
+ "react/promise": "^3.0 || ^2.0 || ^1.1"
},
"require-dev": {
- "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
+ "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
@@ -178,6 +200,28 @@
"license": [
"MIT"
],
+ "authors": [
+ {
+ "name": "Christian Lรผck",
+ "email": "christian@clue.engineering",
+ "homepage": "https://clue.engineering/"
+ },
+ {
+ "name": "Cees-Jan Kiewiet",
+ "email": "reactphp@ceesjankiewiet.nl",
+ "homepage": "https://wyrihaximus.net/"
+ },
+ {
+ "name": "Jan Sorgalla",
+ "email": "jsorgalla@gmail.com",
+ "homepage": "https://sorgalla.com/"
+ },
+ {
+ "name": "Chris Boden",
+ "email": "cboden@gmail.com",
+ "homepage": "https://cboden.dev/"
+ }
+ ],
"description": "Async, Promise-based cache interface for ReactPHP",
"keywords": [
"cache",
@@ -185,33 +229,46 @@
"promise",
"reactphp"
],
- "time": "2019-07-11T13:45:28+00:00"
+ "support": {
+ "issues": "https://github.com/reactphp/cache/issues",
+ "source": "https://github.com/reactphp/cache/tree/v1.1.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/WyriHaximus",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/clue",
+ "type": "github"
+ }
+ ],
+ "time": "2021-02-02T06:47:52+00:00"
},
{
"name": "react/dns",
- "version": "v1.0.0",
+ "version": "v1.5.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/dns.git",
- "reference": "26c3e7b86f139217b6acc1bc160e2019787555fb"
+ "reference": "b22b0b20278e8535e633ab71a52472c5bf620aa1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/reactphp/dns/zipball/26c3e7b86f139217b6acc1bc160e2019787555fb",
- "reference": "26c3e7b86f139217b6acc1bc160e2019787555fb",
+ "url": "https://api.github.com/repos/reactphp/dns/zipball/b22b0b20278e8535e633ab71a52472c5bf620aa1",
+ "reference": "b22b0b20278e8535e633ab71a52472c5bf620aa1",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"react/cache": "^1.0 || ^0.6 || ^0.5",
- "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
- "react/promise": "^2.1 || ^1.2.1",
- "react/promise-timer": "^1.2",
- "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5"
+ "react/event-loop": "^1.0 || ^0.5",
+ "react/promise": "^3.0 || ^2.7 || ^1.2.1",
+ "react/promise-timer": "^1.2"
},
"require-dev": {
"clue/block-react": "^1.2",
- "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
+ "phpunit/phpunit": "^9.3 || ^4.8.35"
},
"type": "library",
"autoload": {
@@ -223,6 +280,28 @@
"license": [
"MIT"
],
+ "authors": [
+ {
+ "name": "Christian Lรผck",
+ "email": "christian@clue.engineering",
+ "homepage": "https://clue.engineering/"
+ },
+ {
+ "name": "Cees-Jan Kiewiet",
+ "email": "reactphp@ceesjankiewiet.nl",
+ "homepage": "https://wyrihaximus.net/"
+ },
+ {
+ "name": "Jan Sorgalla",
+ "email": "jsorgalla@gmail.com",
+ "homepage": "https://sorgalla.com/"
+ },
+ {
+ "name": "Chris Boden",
+ "email": "cboden@gmail.com",
+ "homepage": "https://cboden.dev/"
+ }
+ ],
"description": "Async DNS resolver for ReactPHP",
"keywords": [
"async",
@@ -230,20 +309,34 @@
"dns-resolver",
"reactphp"
],
- "time": "2019-07-11T14:58:39+00:00"
+ "support": {
+ "issues": "https://github.com/reactphp/dns/issues",
+ "source": "https://github.com/reactphp/dns/tree/v1.5.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/WyriHaximus",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/clue",
+ "type": "github"
+ }
+ ],
+ "time": "2021-03-05T12:16:50+00:00"
},
{
"name": "react/event-loop",
- "version": "v1.1.0",
+ "version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/event-loop.git",
- "reference": "a0ecac955c67b57c40fe4a1b88a7cca1b58c982d"
+ "reference": "6d24de090cd59cfc830263cfba965be77b563c13"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/reactphp/event-loop/zipball/a0ecac955c67b57c40fe4a1b88a7cca1b58c982d",
- "reference": "a0ecac955c67b57c40fe4a1b88a7cca1b58c982d",
+ "url": "https://api.github.com/repos/reactphp/event-loop/zipball/6d24de090cd59cfc830263cfba965be77b563c13",
+ "reference": "6d24de090cd59cfc830263cfba965be77b563c13",
"shasum": ""
},
"require": {
@@ -272,27 +365,31 @@
"asynchronous",
"event-loop"
],
- "time": "2019-02-07T16:19:49+00:00"
+ "support": {
+ "issues": "https://github.com/reactphp/event-loop/issues",
+ "source": "https://github.com/reactphp/event-loop/tree/v1.1.1"
+ },
+ "time": "2020-01-01T18:39:52+00:00"
},
{
"name": "react/promise",
- "version": "v2.7.1",
+ "version": "v2.8.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
- "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
+ "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
- "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
+ "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
+ "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
- "phpunit/phpunit": "~4.8"
+ "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
},
"type": "library",
"autoload": {
@@ -318,29 +415,33 @@
"promise",
"promises"
],
- "time": "2019-01-07T21:25:54+00:00"
+ "support": {
+ "issues": "https://github.com/reactphp/promise/issues",
+ "source": "https://github.com/reactphp/promise/tree/v2.8.0"
+ },
+ "time": "2020-05-12T15:16:56+00:00"
},
{
"name": "react/promise-timer",
- "version": "v1.5.1",
+ "version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise-timer.git",
- "reference": "35fb910604fd86b00023fc5cda477c8074ad0abc"
+ "reference": "daee9baf6ef30c43ea4c86399f828bb5f558f6e6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/35fb910604fd86b00023fc5cda477c8074ad0abc",
- "reference": "35fb910604fd86b00023fc5cda477c8074ad0abc",
+ "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/daee9baf6ef30c43ea4c86399f828bb5f558f6e6",
+ "reference": "daee9baf6ef30c43ea4c86399f828bb5f558f6e6",
"shasum": ""
},
"require": {
"php": ">=5.3",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
- "react/promise": "^2.7.0 || ^1.2.1"
+ "react/promise": "^3.0 || ^2.7.0 || ^1.2.1"
},
"require-dev": {
- "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
+ "phpunit/phpunit": "^9.0 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
@@ -371,34 +472,39 @@
"timeout",
"timer"
],
- "time": "2019-03-27T18:10:32+00:00"
+ "support": {
+ "issues": "https://github.com/reactphp/promise-timer/issues",
+ "source": "https://github.com/reactphp/promise-timer/tree/v1.6.0"
+ },
+ "time": "2020-07-10T12:18:06+00:00"
},
{
"name": "react/socket",
- "version": "v1.3.0",
+ "version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/socket.git",
- "reference": "10f0629ec83ea0fa22597f348623f554227e3ca0"
+ "reference": "e2b96b23a13ca9b41ab343268dbce3f8ef4d524a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/reactphp/socket/zipball/10f0629ec83ea0fa22597f348623f554227e3ca0",
- "reference": "10f0629ec83ea0fa22597f348623f554227e3ca0",
+ "url": "https://api.github.com/repos/reactphp/socket/zipball/e2b96b23a13ca9b41ab343268dbce3f8ef4d524a",
+ "reference": "e2b96b23a13ca9b41ab343268dbce3f8ef4d524a",
"shasum": ""
},
"require": {
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"php": ">=5.3.0",
- "react/dns": "^1.0 || ^0.4.13",
- "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
+ "react/dns": "^1.1",
+ "react/event-loop": "^1.0 || ^0.5",
"react/promise": "^2.6.0 || ^1.2.1",
"react/promise-timer": "^1.4.0",
"react/stream": "^1.1"
},
"require-dev": {
"clue/block-react": "^1.2",
- "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
+ "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
+ "react/promise-stream": "^1.2"
},
"type": "library",
"autoload": {
@@ -410,6 +516,28 @@
"license": [
"MIT"
],
+ "authors": [
+ {
+ "name": "Christian Lรผck",
+ "email": "christian@clue.engineering",
+ "homepage": "https://clue.engineering/"
+ },
+ {
+ "name": "Cees-Jan Kiewiet",
+ "email": "reactphp@ceesjankiewiet.nl",
+ "homepage": "https://wyrihaximus.net/"
+ },
+ {
+ "name": "Jan Sorgalla",
+ "email": "jsorgalla@gmail.com",
+ "homepage": "https://sorgalla.com/"
+ },
+ {
+ "name": "Chris Boden",
+ "email": "cboden@gmail.com",
+ "homepage": "https://cboden.dev/"
+ }
+ ],
"description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
"keywords": [
"Connection",
@@ -418,20 +546,34 @@
"reactphp",
"stream"
],
- "time": "2019-07-10T10:11:14+00:00"
+ "support": {
+ "issues": "https://github.com/reactphp/socket/issues",
+ "source": "https://github.com/reactphp/socket/tree/v1.6.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/WyriHaximus",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/clue",
+ "type": "github"
+ }
+ ],
+ "time": "2020-08-28T12:49:05+00:00"
},
{
"name": "react/stream",
- "version": "v1.1.0",
+ "version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/stream.git",
- "reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6"
+ "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/reactphp/stream/zipball/50426855f7a77ddf43b9266c22320df5bf6c6ce6",
- "reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6",
+ "url": "https://api.github.com/repos/reactphp/stream/zipball/7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
+ "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
"shasum": ""
},
"require": {
@@ -441,7 +583,7 @@
},
"require-dev": {
"clue/stream-filter": "~1.2",
- "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
+ "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
@@ -464,22 +606,165 @@
"stream",
"writable"
],
- "time": "2019-01-01T16:15:09+00:00"
+ "support": {
+ "issues": "https://github.com/reactphp/stream/issues",
+ "source": "https://github.com/reactphp/stream/tree/v1.1.1"
+ },
+ "time": "2020-05-04T10:17:57+00:00"
+ },
+ {
+ "name": "thecodingmachine/safe",
+ "version": "v1.3.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thecodingmachine/safe.git",
+ "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
+ "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^0.12",
+ "squizlabs/php_codesniffer": "^3.2",
+ "thecodingmachine/phpstan-strict-rules": "^0.12"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.1-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Safe\\": [
+ "lib/",
+ "deprecated/",
+ "generated/"
+ ]
+ },
+ "files": [
+ "deprecated/apc.php",
+ "deprecated/libevent.php",
+ "deprecated/mssql.php",
+ "deprecated/stats.php",
+ "lib/special_cases.php",
+ "generated/apache.php",
+ "generated/apcu.php",
+ "generated/array.php",
+ "generated/bzip2.php",
+ "generated/calendar.php",
+ "generated/classobj.php",
+ "generated/com.php",
+ "generated/cubrid.php",
+ "generated/curl.php",
+ "generated/datetime.php",
+ "generated/dir.php",
+ "generated/eio.php",
+ "generated/errorfunc.php",
+ "generated/exec.php",
+ "generated/fileinfo.php",
+ "generated/filesystem.php",
+ "generated/filter.php",
+ "generated/fpm.php",
+ "generated/ftp.php",
+ "generated/funchand.php",
+ "generated/gmp.php",
+ "generated/gnupg.php",
+ "generated/hash.php",
+ "generated/ibase.php",
+ "generated/ibmDb2.php",
+ "generated/iconv.php",
+ "generated/image.php",
+ "generated/imap.php",
+ "generated/info.php",
+ "generated/ingres-ii.php",
+ "generated/inotify.php",
+ "generated/json.php",
+ "generated/ldap.php",
+ "generated/libxml.php",
+ "generated/lzf.php",
+ "generated/mailparse.php",
+ "generated/mbstring.php",
+ "generated/misc.php",
+ "generated/msql.php",
+ "generated/mysql.php",
+ "generated/mysqli.php",
+ "generated/mysqlndMs.php",
+ "generated/mysqlndQc.php",
+ "generated/network.php",
+ "generated/oci8.php",
+ "generated/opcache.php",
+ "generated/openssl.php",
+ "generated/outcontrol.php",
+ "generated/password.php",
+ "generated/pcntl.php",
+ "generated/pcre.php",
+ "generated/pdf.php",
+ "generated/pgsql.php",
+ "generated/posix.php",
+ "generated/ps.php",
+ "generated/pspell.php",
+ "generated/readline.php",
+ "generated/rpminfo.php",
+ "generated/rrd.php",
+ "generated/sem.php",
+ "generated/session.php",
+ "generated/shmop.php",
+ "generated/simplexml.php",
+ "generated/sockets.php",
+ "generated/sodium.php",
+ "generated/solr.php",
+ "generated/spl.php",
+ "generated/sqlsrv.php",
+ "generated/ssdeep.php",
+ "generated/ssh2.php",
+ "generated/stream.php",
+ "generated/strings.php",
+ "generated/swoole.php",
+ "generated/uodbc.php",
+ "generated/uopz.php",
+ "generated/url.php",
+ "generated/var.php",
+ "generated/xdiff.php",
+ "generated/xml.php",
+ "generated/xmlrpc.php",
+ "generated/yaml.php",
+ "generated/yaz.php",
+ "generated/zip.php",
+ "generated/zlib.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "PHP core functions that throw exceptions instead of returning FALSE on error",
+ "support": {
+ "issues": "https://github.com/thecodingmachine/safe/issues",
+ "source": "https://github.com/thecodingmachine/safe/tree/v1.3.3"
+ },
+ "time": "2020-10-28T17:51:34+00:00"
}
],
"packages-dev": [
{
"name": "amphp/amp",
- "version": "v2.1.2",
+ "version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
- "reference": "f824f0df1da2cc042934fa267d7a227fff9276c9"
+ "reference": "efca2b32a7580087adb8aabbff6be1dc1bb924a9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/amp/zipball/f824f0df1da2cc042934fa267d7a227fff9276c9",
- "reference": "f824f0df1da2cc042934fa267d7a227fff9276c9",
+ "url": "https://api.github.com/repos/amphp/amp/zipball/efca2b32a7580087adb8aabbff6be1dc1bb924a9",
+ "reference": "efca2b32a7580087adb8aabbff6be1dc1bb924a9",
"shasum": ""
},
"require": {
@@ -489,14 +774,15 @@
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"ext-json": "*",
- "phpstan/phpstan": "^0.8.5",
- "phpunit/phpunit": "^6.0.9",
+ "jetbrains/phpstorm-stubs": "^2019.3",
+ "phpunit/phpunit": "^6.0.9 | ^7",
+ "psalm/phar": "^3.11@dev",
"react/promise": "^2"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.0.x-dev"
+ "dev-master": "2.x-dev"
}
},
"autoload": {
@@ -513,14 +799,6 @@
"MIT"
],
"authors": [
- {
- "name": "Bob Weinand",
- "email": "bobwei9@hotmail.com"
- },
- {
- "name": "Niklas Keller",
- "email": "me@kelunik.com"
- },
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
@@ -528,6 +806,14 @@
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
+ },
+ {
+ "name": "Bob Weinand",
+ "email": "bobwei9@hotmail.com"
+ },
+ {
+ "name": "Niklas Keller",
+ "email": "me@kelunik.com"
}
],
"description": "A non-blocking concurrency framework for PHP applications.",
@@ -543,33 +829,51 @@
"non-blocking",
"promise"
],
- "time": "2019-05-31T18:42:02+00:00"
+ "support": {
+ "irc": "irc://irc.freenode.org/amphp",
+ "issues": "https://github.com/amphp/amp/issues",
+ "source": "https://github.com/amphp/amp/tree/v2.5.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/amphp",
+ "type": "github"
+ }
+ ],
+ "time": "2021-01-10T17:06:37+00:00"
},
{
"name": "amphp/byte-stream",
- "version": "v1.6.0",
+ "version": "v1.8.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
- "reference": "c75af3778b5511deb1d760e4709cade2dabc2295"
+ "reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/byte-stream/zipball/c75af3778b5511deb1d760e4709cade2dabc2295",
- "reference": "c75af3778b5511deb1d760e4709cade2dabc2295",
+ "url": "https://api.github.com/repos/amphp/byte-stream/zipball/f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
+ "reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
"shasum": ""
},
"require": {
- "amphp/amp": "^2"
+ "amphp/amp": "^2",
+ "php": ">=7.1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
- "amphp/phpunit-util": "^1",
+ "amphp/phpunit-util": "^1.4",
"friendsofphp/php-cs-fixer": "^2.3",
- "infection/infection": "^0.9.3",
- "phpunit/phpunit": "^6"
+ "jetbrains/phpstorm-stubs": "^2019.3",
+ "phpunit/phpunit": "^6 || ^7 || ^8",
+ "psalm/phar": "^3.11.4"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ }
+ },
"autoload": {
"psr-4": {
"Amp\\ByteStream\\": "lib"
@@ -583,13 +887,13 @@
"MIT"
],
"authors": [
- {
- "name": "Niklas Keller",
- "email": "me@kelunik.com"
- },
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
+ },
+ {
+ "name": "Niklas Keller",
+ "email": "me@kelunik.com"
}
],
"description": "A stream abstraction to make working with non-blocking I/O simple.",
@@ -602,45 +906,117 @@
"non-blocking",
"stream"
],
- "time": "2019-06-03T21:45:17+00:00"
+ "support": {
+ "irc": "irc://irc.freenode.org/amphp",
+ "issues": "https://github.com/amphp/byte-stream/issues",
+ "source": "https://github.com/amphp/byte-stream/tree/master"
+ },
+ "time": "2020-06-29T18:35:05+00:00"
},
{
- "name": "clue/block-react",
- "version": "v1.3.1",
+ "name": "beberlei/assert",
+ "version": "v3.2.7",
"source": {
"type": "git",
- "url": "https://github.com/clue/reactphp-block.git",
- "reference": "2f516b28259c203d67c4c963772dd7e9db652737"
+ "url": "https://github.com/beberlei/assert.git",
+ "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/clue/reactphp-block/zipball/2f516b28259c203d67c4c963772dd7e9db652737",
- "reference": "2f516b28259c203d67c4c963772dd7e9db652737",
+ "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
+ "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
"shasum": ""
},
"require": {
- "php": ">=5.3",
- "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
- "react/promise": "^2.7 || ^1.2.1",
- "react/promise-timer": "^1.5"
+ "ext-ctype": "*",
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "ext-simplexml": "*",
+ "php": "^7"
},
"require-dev": {
- "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
+ "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": [
- "src/functions_include.php"
+ "lib/Assert/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "BSD-2-Clause"
],
"authors": [
{
- "name": "Christian Lรผck",
- "email": "christian@lueck.tv"
+ "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": "clue/block-react",
+ "version": "v1.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/clue/reactphp-block.git",
+ "reference": "c8e7583ae55127b89d6915480ce295bac81c4f88"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/clue/reactphp-block/zipball/c8e7583ae55127b89d6915480ce295bac81c4f88",
+ "reference": "c8e7583ae55127b89d6915480ce295bac81c4f88",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3",
+ "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
+ "react/promise": "^2.7 || ^1.2.1",
+ "react/promise-timer": "^1.5"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
+ "react/http": "^1.0"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/functions_include.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christian Lรผck",
+ "email": "christian@clue.engineering"
}
],
"description": "Lightweight library that eases integrating async components built for ReactPHP in a traditional, blocking environment.",
@@ -655,36 +1031,51 @@
"sleep",
"synchronous"
],
- "time": "2019-04-09T11:45:04+00:00"
+ "support": {
+ "issues": "https://github.com/clue/reactphp-block/issues",
+ "source": "https://github.com/clue/reactphp-block/tree/v1.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://clue.engineering/support",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/clue",
+ "type": "github"
+ }
+ ],
+ "time": "2020-08-21T14:09:44+00:00"
},
{
"name": "composer/ca-bundle",
- "version": "1.1.4",
+ "version": "1.2.9",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
- "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d"
+ "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
- "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
+ "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
- "php": "^5.3.2 || ^7.0"
+ "php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
+ "phpstan/phpstan": "^0.12.55",
"psr/log": "^1.0",
- "symfony/process": "^2.5 || ^3.0 || ^4.0"
+ "symfony/phpunit-bridge": "^4.2 || ^5",
+ "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.x-dev"
+ "dev-main": "1.x-dev"
}
},
"autoload": {
@@ -711,20 +1102,39 @@
"ssl",
"tls"
],
- "time": "2019-01-28T09:30:10+00:00"
+ "support": {
+ "irc": "irc://irc.freenode.org/composer",
+ "issues": "https://github.com/composer/ca-bundle/issues",
+ "source": "https://github.com/composer/ca-bundle/tree/1.2.9"
+ },
+ "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": "2021-01-12T12:10:35+00:00"
},
{
"name": "composer/composer",
- "version": "1.8.6",
+ "version": "1.10.20",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
- "reference": "19b5f66a0e233eb944f134df34091fe1c5dfcc11"
+ "reference": "e55d297525f0ecc805c813a0f63a40114fd670f6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/composer/zipball/19b5f66a0e233eb944f134df34091fe1c5dfcc11",
- "reference": "19b5f66a0e233eb944f134df34091fe1c5dfcc11",
+ "url": "https://api.github.com/repos/composer/composer/zipball/e55d297525f0ecc805c813a0f63a40114fd670f6",
+ "reference": "e55d297525f0ecc805c813a0f63a40114fd670f6",
"shasum": ""
},
"require": {
@@ -732,22 +1142,22 @@
"composer/semver": "^1.0",
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^1.1",
- "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
- "php": "^5.3.2 || ^7.0",
+ "justinrainbow/json-schema": "^5.2.10",
+ "php": "^5.3.2 || ^7.0 || ^8.0",
"psr/log": "^1.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
- "symfony/console": "^2.7 || ^3.0 || ^4.0",
- "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
- "symfony/finder": "^2.7 || ^3.0 || ^4.0",
- "symfony/process": "^2.7 || ^3.0 || ^4.0"
+ "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
+ "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
+ "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
+ "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
},
"conflict": {
"symfony/console": "2.8.38"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7",
- "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
+ "phpspec/prophecy": "^1.10",
+ "symfony/phpunit-bridge": "^4.2"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@@ -760,7 +1170,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.8-dev"
+ "dev-master": "1.10-dev"
}
},
"autoload": {
@@ -784,35 +1194,126 @@
"homepage": "http://seld.be"
}
],
- "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
+ "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
"keywords": [
"autoload",
"dependency",
"package"
],
- "time": "2019-06-11T13:03:06+00:00"
+ "support": {
+ "irc": "irc://irc.freenode.org/composer",
+ "issues": "https://github.com/composer/composer/issues",
+ "source": "https://github.com/composer/composer/tree/1.10.20"
+ },
+ "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": "2021-01-27T14:41:06+00:00"
+ },
+ {
+ "name": "composer/package-versions-deprecated",
+ "version": "1.11.99.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/composer/package-versions-deprecated.git",
+ "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
+ "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
+ "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/1.11.99.1"
+ },
+ "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-11-11T10:22:58+00:00"
},
{
"name": "composer/semver",
- "version": "1.5.0",
+ "version": "1.7.2",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
- "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
+ "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
- "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
+ "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a",
+ "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a",
"shasum": ""
},
"require": {
- "php": "^5.3.2 || ^7.0"
+ "php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.5 || ^5.0.5",
- "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
+ "phpunit/phpunit": "^4.5 || ^5.0.5"
},
"type": "library",
"extra": {
@@ -853,20 +1354,39 @@
"validation",
"versioning"
],
- "time": "2019-03-19T17:25:45+00:00"
+ "support": {
+ "irc": "irc://irc.freenode.org/composer",
+ "issues": "https://github.com/composer/semver/issues",
+ "source": "https://github.com/composer/semver/tree/1.7.2"
+ },
+ "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-12-03T15:47:16+00:00"
},
{
"name": "composer/spdx-licenses",
- "version": "1.5.1",
+ "version": "1.5.5",
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
- "reference": "a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d"
+ "reference": "de30328a7af8680efdc03e396aad24befd513200"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d",
- "reference": "a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d",
+ "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
+ "reference": "de30328a7af8680efdc03e396aad24befd513200",
"shasum": ""
},
"require": {
@@ -878,7 +1398,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.x-dev"
+ "dev-main": "1.x-dev"
}
},
"autoload": {
@@ -913,28 +1433,47 @@
"spdx",
"validator"
],
- "time": "2019-03-26T10:23:26+00:00"
+ "support": {
+ "irc": "irc://irc.freenode.org/composer",
+ "issues": "https://github.com/composer/spdx-licenses/issues",
+ "source": "https://github.com/composer/spdx-licenses/tree/1.5.5"
+ },
+ "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-12-03T16:04:16+00:00"
},
{
"name": "composer/xdebug-handler",
- "version": "1.3.3",
+ "version": "1.4.5",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
- "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f"
+ "reference": "f28d44c286812c714741478d968104c5e604a1d4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/46867cbf8ca9fb8d60c506895449eb799db1184f",
- "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f",
+ "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
+ "reference": "f28d44c286812c714741478d968104c5e604a1d4",
"shasum": ""
},
"require": {
- "php": "^5.3.2 || ^7.0",
+ "php": "^5.3.2 || ^7.0 || ^8.0",
"psr/log": "^1.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
},
"type": "library",
"autoload": {
@@ -952,44 +1491,63 @@
"email": "john-stevenson@blueyonder.co.uk"
}
],
- "description": "Restarts a process without xdebug.",
+ "description": "Restarts a process without Xdebug.",
"keywords": [
"Xdebug",
"performance"
],
- "time": "2019-05-27T17:52:04+00:00"
+ "support": {
+ "irc": "irc://irc.freenode.org/composer",
+ "issues": "https://github.com/composer/xdebug-handler/issues",
+ "source": "https://github.com/composer/xdebug-handler/tree/1.4.5"
+ },
+ "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-11-13T08:04:11+00:00"
},
{
- "name": "doctrine/annotations",
- "version": "v1.6.1",
+ "name": "dealerdirect/phpcodesniffer-composer-installer",
+ "version": "v0.7.1",
"source": {
"type": "git",
- "url": "https://github.com/doctrine/annotations.git",
- "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24"
+ "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
+ "reference": "fe390591e0241955f22eb9ba327d137e501c771c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24",
- "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24",
+ "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c",
+ "reference": "fe390591e0241955f22eb9ba327d137e501c771c",
"shasum": ""
},
"require": {
- "doctrine/lexer": "1.*",
- "php": "^7.1"
+ "composer-plugin-api": "^1.0 || ^2.0",
+ "php": ">=5.3",
+ "squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0"
},
"require-dev": {
- "doctrine/cache": "1.*",
- "phpunit/phpunit": "^6.4"
+ "composer/composer": "*",
+ "phpcompatibility/php-compatibility": "^9.0",
+ "sensiolabs/security-checker": "^4.1.0"
},
- "type": "library",
+ "type": "composer-plugin",
"extra": {
- "branch-alias": {
- "dev-master": "1.6.x-dev"
- }
+ "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
},
"autoload": {
"psr-4": {
- "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
+ "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -998,67 +1556,156 @@
],
"authors": [
{
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
+ "name": "Franck Nijhof",
+ "email": "franck.nijhof@dealerdirect.com",
+ "homepage": "http://www.frenck.nl",
+ "role": "Developer / IT Manager"
+ }
+ ],
+ "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
+ "homepage": "http://www.dealerdirect.com",
+ "keywords": [
+ "PHPCodeSniffer",
+ "PHP_CodeSniffer",
+ "code quality",
+ "codesniffer",
+ "composer",
+ "installer",
+ "phpcs",
+ "plugin",
+ "qa",
+ "quality",
+ "standard",
+ "standards",
+ "style guide",
+ "stylecheck",
+ "tests"
+ ],
+ "support": {
+ "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
+ "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
+ },
+ "time": "2020-12-07T18:04:37+00:00"
+ },
+ {
+ "name": "dnoegel/php-xdg-base-dir",
+ "version": "v0.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
+ "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
+ "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "XdgBaseDir\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "implementation of xdg base directory specification for php",
+ "support": {
+ "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
+ "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
+ },
+ "time": "2019-12-04T15:06:13+00:00"
+ },
+ {
+ "name": "doctrine/coding-standard",
+ "version": "8.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/coding-standard.git",
+ "reference": "529d385bb3790431080493c0fe7adaec39df368a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/coding-standard/zipball/529d385bb3790431080493c0fe7adaec39df368a",
+ "reference": "529d385bb3790431080493c0fe7adaec39df368a",
+ "shasum": ""
+ },
+ "require": {
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
+ "php": "^7.1 || ^8.0",
+ "slevomat/coding-standard": "^6.3.9",
+ "squizlabs/php_codesniffer": "^3.5.5"
+ },
+ "type": "phpcodesniffer-standard",
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
+ "name": "Steve Mรผller",
+ "email": "st.mueller@dzh-online.de"
}
],
- "description": "Docblock Annotations Parser",
- "homepage": "http://www.doctrine-project.org",
+ "description": "The Doctrine Coding Standard is a set of PHPCS rules applied to all Doctrine projects.",
+ "homepage": "https://www.doctrine-project.org/projects/coding-standard.html",
"keywords": [
- "annotations",
- "docblock",
- "parser"
- ],
- "time": "2019-03-25T19:12:02+00:00"
+ "checks",
+ "code",
+ "coding",
+ "cs",
+ "doctrine",
+ "rules",
+ "sniffer",
+ "sniffs",
+ "standard",
+ "style"
+ ],
+ "support": {
+ "issues": "https://github.com/doctrine/coding-standard/issues",
+ "source": "https://github.com/doctrine/coding-standard/tree/8.2.0"
+ },
+ "time": "2020-10-25T14:56:19+00:00"
},
{
"name": "doctrine/instantiator",
- "version": "1.2.0",
+ "version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
- "reference": "a2c590166b2133a4633738648b6b064edae0814a"
+ "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
- "reference": "a2c590166b2133a4633738648b6b064edae0814a",
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
+ "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
"shasum": ""
},
"require": {
- "php": "^7.1"
+ "php": "^7.1 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^6.0",
+ "doctrine/coding-standard": "^8.0",
"ext-pdo": "*",
"ext-phar": "*",
- "phpbench/phpbench": "^0.13",
- "phpstan/phpstan-phpunit": "^0.11",
- "phpstan/phpstan-shim": "^0.11",
- "phpunit/phpunit": "^7.0"
+ "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",
- "extra": {
- "branch-alias": {
- "dev-master": "1.2.x-dev"
- }
- },
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
@@ -1072,7 +1719,7 @@
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
- "homepage": "http://ocramius.github.com/"
+ "homepage": "https://ocramius.github.io/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
@@ -1081,37 +1728,75 @@
"constructor",
"instantiate"
],
- "time": "2019-03-17T17:37:11+00:00"
+ "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.0.2",
+ "name": "ergebnis/composer-normalize",
+ "version": "2.13.3",
"source": {
"type": "git",
- "url": "https://github.com/doctrine/lexer.git",
- "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
+ "url": "https://github.com/ergebnis/composer-normalize.git",
+ "reference": "eff003890c655ee0e4b6ac5d4c5b40ce61247f7c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
- "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
+ "url": "https://api.github.com/repos/ergebnis/composer-normalize/zipball/eff003890c655ee0e4b6ac5d4c5b40ce61247f7c",
+ "reference": "eff003890c655ee0e4b6ac5d4c5b40ce61247f7c",
"shasum": ""
},
"require": {
- "php": ">=5.3.2"
+ "composer-plugin-api": "^1.1.0 || ^2.0.0",
+ "ergebnis/json-normalizer": "^1.0.3",
+ "ergebnis/json-printer": "^3.1.1",
+ "justinrainbow/json-schema": "^5.2.10",
+ "localheinz/diff": "^1.1.1",
+ "php": "^7.2 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.5"
+ "composer/composer": "^1.10.19 || ^2.0.8",
+ "ergebnis/license": "^1.1.0",
+ "ergebnis/php-cs-fixer-config": "^2.13.0",
+ "ergebnis/phpstan-rules": "~0.15.3",
+ "ergebnis/test-util": "^1.4.0",
+ "phpstan/extension-installer": "^1.1.0",
+ "phpstan/phpstan": "~0.12.80",
+ "phpstan/phpstan-deprecation-rules": "~0.12.6",
+ "phpstan/phpstan-phpunit": "~0.12.18",
+ "phpstan/phpstan-strict-rules": "~0.12.9",
+ "phpunit/phpunit": "^8.5.14",
+ "psalm/plugin-phpunit": "~0.15.0",
+ "symfony/filesystem": "^5.2.4",
+ "vimeo/psalm": "^4.6.2"
},
- "type": "library",
+ "type": "composer-plugin",
"extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
+ "class": "Ergebnis\\Composer\\Normalize\\NormalizePlugin",
+ "composer-normalize": {
+ "indent-size": 2,
+ "indent-style": "space"
}
},
"autoload": {
"psr-4": {
- "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
+ "Ergebnis\\Composer\\Normalize\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1120,153 +1805,215 @@
],
"authors": [
{
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
+ "name": "Andreas Mรถller",
+ "email": "am@localheinz.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",
+ "description": "Provides a composer plugin for normalizing composer.json.",
+ "homepage": "https://github.com/ergebnis/composer-normalize",
"keywords": [
- "annotations",
- "docblock",
- "lexer",
- "parser",
- "php"
+ "composer",
+ "normalize",
+ "normalizer",
+ "plugin"
+ ],
+ "support": {
+ "issues": "https://github.com/ergebnis/composer-normalize/issues",
+ "source": "https://github.com/ergebnis/composer-normalize"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/localheinz",
+ "type": "github"
+ }
],
- "time": "2019-06-08T11:03:04+00:00"
+ "time": "2021-03-06T14:00:23+00:00"
},
{
- "name": "felixfbecker/advanced-json-rpc",
- "version": "v3.0.3",
+ "name": "ergebnis/json-normalizer",
+ "version": "1.0.3",
"source": {
"type": "git",
- "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
- "reference": "241c470695366e7b83672be04ea0e64d8085a551"
+ "url": "https://github.com/ergebnis/json-normalizer.git",
+ "reference": "4a7f064ce34d5a2e382564565cdd433dbc5b9494"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/241c470695366e7b83672be04ea0e64d8085a551",
- "reference": "241c470695366e7b83672be04ea0e64d8085a551",
+ "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/4a7f064ce34d5a2e382564565cdd433dbc5b9494",
+ "reference": "4a7f064ce34d5a2e382564565cdd433dbc5b9494",
"shasum": ""
},
"require": {
- "netresearch/jsonmapper": "^1.0",
- "php": ">=7.0",
- "phpdocumentor/reflection-docblock": "^4.0.0"
+ "ergebnis/json-printer": "^3.1.1",
+ "ext-json": "*",
+ "justinrainbow/json-schema": "^5.2.10",
+ "php": "^7.2 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^6.0.0"
+ "ergebnis/license": "^1.1.0",
+ "ergebnis/php-cs-fixer-config": "^2.10.0",
+ "ergebnis/phpstan-rules": "~0.15.3",
+ "ergebnis/test-util": "^1.4.0",
+ "infection/infection": "~0.15.3",
+ "jangregor/phpstan-prophecy": "~0.8.1",
+ "phpstan/extension-installer": "^1.1.0",
+ "phpstan/phpstan": "~0.12.80",
+ "phpstan/phpstan-deprecation-rules": "~0.12.6",
+ "phpstan/phpstan-phpunit": "~0.12.17",
+ "phpstan/phpstan-strict-rules": "~0.12.9",
+ "phpunit/phpunit": "^8.5.14",
+ "psalm/plugin-phpunit": "~0.12.2",
+ "vimeo/psalm": "^3.18"
},
"type": "library",
"autoload": {
"psr-4": {
- "AdvancedJsonRpc\\": "lib/"
+ "Ergebnis\\Json\\Normalizer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "ISC"
+ "MIT"
],
"authors": [
{
- "name": "Felix Becker",
- "email": "felix.b@outlook.com"
+ "name": "Andreas Mรถller",
+ "email": "am@localheinz.com"
}
],
- "description": "A more advanced JSONRPC implementation",
- "time": "2018-09-10T08:58:41+00:00"
- },
- {
- "name": "felixfbecker/language-server-protocol",
- "version": "v1.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/felixfbecker/php-language-server-protocol.git",
- "reference": "378801f6139bb74ac215d81cca1272af61df9a9f"
+ "description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.",
+ "homepage": "https://github.com/ergebnis/json-normalizer",
+ "keywords": [
+ "json",
+ "normalizer"
+ ],
+ "support": {
+ "issues": "https://github.com/ergebnis/json-normalizer/issues",
+ "source": "https://github.com/ergebnis/json-normalizer"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/localheinz",
+ "type": "github"
+ }
+ ],
+ "time": "2021-03-06T13:33:57+00:00"
+ },
+ {
+ "name": "ergebnis/json-printer",
+ "version": "3.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ergebnis/json-printer.git",
+ "reference": "e4190dadd9937a77d8afcaf2b6c42a528ab367d6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/378801f6139bb74ac215d81cca1272af61df9a9f",
- "reference": "378801f6139bb74ac215d81cca1272af61df9a9f",
+ "url": "https://api.github.com/repos/ergebnis/json-printer/zipball/e4190dadd9937a77d8afcaf2b6c42a528ab367d6",
+ "reference": "e4190dadd9937a77d8afcaf2b6c42a528ab367d6",
"shasum": ""
},
"require": {
- "php": "^7.0"
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "php": "^7.2 || ^8.0"
},
"require-dev": {
- "phpstan/phpstan": "*",
- "phpunit/phpunit": "^6.3",
- "squizlabs/php_codesniffer": "^3.1"
+ "ergebnis/license": "^1.0.0",
+ "ergebnis/php-cs-fixer-config": "^2.2.1",
+ "ergebnis/phpstan-rules": "~0.15.2",
+ "ergebnis/test-util": "^1.1.0",
+ "infection/infection": "~0.15.3",
+ "phpstan/extension-installer": "^1.0.4",
+ "phpstan/phpstan": "~0.12.40",
+ "phpstan/phpstan-deprecation-rules": "~0.12.5",
+ "phpstan/phpstan-phpunit": "~0.12.16",
+ "phpstan/phpstan-strict-rules": "~0.12.4",
+ "phpunit/phpunit": "^8.5.8",
+ "psalm/plugin-phpunit": "~0.11.0",
+ "vimeo/psalm": "^3.14.2"
},
"type": "library",
"autoload": {
"psr-4": {
- "LanguageServerProtocol\\": "src/"
+ "Ergebnis\\Json\\Printer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "ISC"
+ "MIT"
],
"authors": [
{
- "name": "Felix Becker",
- "email": "felix.b@outlook.com"
+ "name": "Andreas Mรถller",
+ "email": "am@localheinz.com"
}
],
- "description": "PHP classes for the Language Server Protocol",
+ "description": "Provides a JSON printer, allowing for flexible indentation.",
+ "homepage": "https://github.com/ergebnis/json-printer",
"keywords": [
- "language",
- "microsoft",
- "php",
- "server"
+ "formatter",
+ "json",
+ "printer"
],
- "time": "2019-06-23T21:03:50+00:00"
+ "support": {
+ "issues": "https://github.com/ergebnis/json-printer/issues",
+ "source": "https://github.com/ergebnis/json-printer"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/localheinz",
+ "type": "github"
+ }
+ ],
+ "time": "2020-08-30T12:17:03+00:00"
},
{
- "name": "filp/whoops",
- "version": "2.4.1",
+ "name": "ergebnis/phpstan-rules",
+ "version": "0.14.4",
"source": {
"type": "git",
- "url": "https://github.com/filp/whoops.git",
- "reference": "6fb502c23885701a991b0bba974b1a8eb6673577"
+ "url": "https://github.com/ergebnis/phpstan-rules.git",
+ "reference": "72eeba43afe81837d67349b3794c2f4157a2640c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/filp/whoops/zipball/6fb502c23885701a991b0bba974b1a8eb6673577",
- "reference": "6fb502c23885701a991b0bba974b1a8eb6673577",
+ "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/72eeba43afe81837d67349b3794c2f4157a2640c",
+ "reference": "72eeba43afe81837d67349b3794c2f4157a2640c",
"shasum": ""
},
"require": {
- "php": "^5.5.9 || ^7.0",
- "psr/log": "^1.0.1"
+ "ext-mbstring": "*",
+ "nikic/php-parser": "^4.2.3",
+ "php": "^7.1",
+ "phpstan/phpstan": "~0.11.15 || ~0.12.0"
},
"require-dev": {
- "mockery/mockery": "^0.9 || ^1.0",
- "phpunit/phpunit": "^4.8.35 || ^5.7",
- "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
- },
- "suggest": {
- "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
- "whoops/soap": "Formats errors as SOAP responses"
+ "ergebnis/composer-normalize": "^2.3.0",
+ "ergebnis/license": "~0.1.0",
+ "ergebnis/php-cs-fixer-config": "^2.1.0",
+ "ergebnis/test-util": "~1.0.0",
+ "infection/infection": "~0.13.6",
+ "nette/di": "^3.0.1",
+ "phpstan/phpstan-deprecation-rules": "~0.11.2",
+ "phpstan/phpstan-strict-rules": "~0.11.1",
+ "phpunit/phpunit": "^7.5.20",
+ "psalm/plugin-phpunit": "~0.9.0",
+ "psr/container": "^1.0.0",
+ "vimeo/psalm": "^3.9.5",
+ "zendframework/zend-servicemanager": "^2.0.0"
},
- "type": "library",
+ "type": "phpstan-extension",
"extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
+ "phpstan": {
+ "includes": [
+ "rules.neon"
+ ]
}
},
"autoload": {
"psr-4": {
- "Whoops\\": "src/Whoops/"
+ "Ergebnis\\PHPStan\\Rules\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1275,369 +2022,314 @@
],
"authors": [
{
- "name": "Filipe Dobreira",
- "homepage": "https://github.com/filp",
- "role": "Developer"
+ "name": "Andreas Mรถller",
+ "email": "am@localheinz.com"
}
],
- "description": "php error handling for cool kids",
- "homepage": "https://filp.github.io/whoops/",
+ "description": "Provides additional rules for phpstan/phpstan.",
+ "homepage": "https://github.com/ergebnis/phpstan-rules",
"keywords": [
- "error",
- "exception",
- "handling",
- "library",
- "throwable",
- "whoops"
+ "PHPStan",
+ "phpstan-extreme-rules",
+ "phpstan-rules"
],
- "time": "2019-07-04T09:00:00+00:00"
- },
- {
- "name": "friendsofphp/php-cs-fixer",
- "version": "v2.15.1",
- "source": {
- "type": "git",
- "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
- "reference": "20064511ab796593a3990669eff5f5b535001f7c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/20064511ab796593a3990669eff5f5b535001f7c",
- "reference": "20064511ab796593a3990669eff5f5b535001f7c",
- "shasum": ""
+ "support": {
+ "issues": "https://github.com/ergebnis/phpstan-rules/issues",
+ "source": "https://github.com/ergebnis/phpstan-rules"
},
- "require": {
- "composer/semver": "^1.4",
- "composer/xdebug-handler": "^1.2",
- "doctrine/annotations": "^1.2",
- "ext-json": "*",
- "ext-tokenizer": "*",
- "php": "^5.6 || ^7.0",
- "php-cs-fixer/diff": "^1.3",
- "symfony/console": "^3.4.17 || ^4.1.6",
- "symfony/event-dispatcher": "^3.0 || ^4.0",
- "symfony/filesystem": "^3.0 || ^4.0",
- "symfony/finder": "^3.0 || ^4.0",
- "symfony/options-resolver": "^3.0 || ^4.0",
- "symfony/polyfill-php70": "^1.0",
- "symfony/polyfill-php72": "^1.4",
- "symfony/process": "^3.0 || ^4.0",
- "symfony/stopwatch": "^3.0 || ^4.0"
- },
- "require-dev": {
- "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
- "justinrainbow/json-schema": "^5.0",
- "keradus/cli-executor": "^1.2",
- "mikey179/vfsstream": "^1.6",
- "php-coveralls/php-coveralls": "^2.1",
- "php-cs-fixer/accessible-object": "^1.0",
- "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
- "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
- "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1",
- "phpunitgoodpractices/traits": "^1.8",
- "symfony/phpunit-bridge": "^4.3"
- },
- "suggest": {
- "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
- "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
- "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
- "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
- },
- "bin": [
- "php-cs-fixer"
- ],
- "type": "application",
- "autoload": {
- "psr-4": {
- "PhpCsFixer\\": "src/"
+ "funding": [
+ {
+ "url": "https://paypal.me/localheinz",
+ "type": "custom"
},
- "classmap": [
- "tests/Test/AbstractFixerTestCase.php",
- "tests/Test/AbstractIntegrationCaseFactory.php",
- "tests/Test/AbstractIntegrationTestCase.php",
- "tests/Test/Assert/AssertTokensTrait.php",
- "tests/Test/IntegrationCase.php",
- "tests/Test/IntegrationCaseFactory.php",
- "tests/Test/IntegrationCaseFactoryInterface.php",
- "tests/Test/InternalIntegrationCaseFactory.php",
- "tests/TestCase.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
{
- "name": "Dariusz Rumiลski",
- "email": "dariusz.ruminski@gmail.com"
+ "url": "https://www.amazon.de/hz/wishlist/ls/2NCHMSJ4BC1OW",
+ "type": "custom"
},
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
+ "url": "https://www.buymeacoffee.com/localheinz",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/localheinz",
+ "type": "github"
}
],
- "description": "A tool to automatically fix PHP code style",
- "time": "2019-06-01T10:32:12+00:00"
+ "time": "2020-03-13T20:00:07+00:00"
},
{
- "name": "infection/infection",
- "version": "0.13.4",
+ "name": "facade/ignition-contracts",
+ "version": "1.0.2",
"source": {
"type": "git",
- "url": "https://github.com/infection/infection.git",
- "reference": "f0f8327f5e60d1a7d8ab4ea01074c6250ab96f57"
+ "url": "https://github.com/facade/ignition-contracts.git",
+ "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/infection/infection/zipball/f0f8327f5e60d1a7d8ab4ea01074c6250ab96f57",
- "reference": "f0f8327f5e60d1a7d8ab4ea01074c6250ab96f57",
+ "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
+ "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
"shasum": ""
},
"require": {
- "composer/xdebug-handler": "^1.3",
- "ext-dom": "*",
- "ext-json": "*",
- "ext-libxml": "*",
- "justinrainbow/json-schema": "^5.2",
- "nikic/php-parser": "^4.2.1",
- "ocramius/package-versions": "^1.2",
- "padraic/phar-updater": "^1.0.4",
- "php": "^7.1.3",
- "pimple/pimple": "^3.2",
- "sebastian/diff": "^1.4 || ^2.0 || ^3.0",
- "symfony/console": "^3.4 || ^4.0",
- "symfony/filesystem": "^3.4 || ^4.0",
- "symfony/finder": "^3.4 || ^4.0",
- "symfony/process": "^3.4 || ^4.0",
- "symfony/yaml": "^3.4 || ^4.0",
- "webmozart/assert": "^1.3"
- },
- "conflict": {
- "symfony/console": "=3.4.16 || =4.1.5",
- "symfony/process": "3.4.2"
+ "php": "^7.3|^8.0"
},
"require-dev": {
- "helmich/phpunit-json-assert": "^2.1 || ^3.0",
- "phpunit/phpunit": "^7.5"
+ "friendsofphp/php-cs-fixer": "^v2.15.8",
+ "phpunit/phpunit": "^9.3.11",
+ "vimeo/psalm": "^3.17.1"
},
- "bin": [
- "bin/infection"
- ],
"type": "library",
"autoload": {
"psr-4": {
- "Infection\\": "src/"
+ "Facade\\IgnitionContracts\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause"
+ "MIT"
],
"authors": [
{
- "name": "Maks Rafalko",
- "email": "maks.rafalko@gmail.com",
- "homepage": "https://twitter.com/maks_rafalko"
- },
- {
- "name": "Gert de Pagter",
- "homepage": "https://github.com/BackEndTea"
- },
- {
- "name": "Thรฉo FIDRY",
- "email": "theo.fidry@gmail.com",
- "homepage": "https://twitter.com/tfidry"
- },
- {
- "name": "Oleg Zhulnev",
- "homepage": "https://github.com/sidz"
- },
- {
- "name": "Alexey Kopytko",
- "email": "alexey@kopytko.com",
- "homepage": "https://www.alexeykopytko.com"
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
+ "homepage": "https://flareapp.io",
+ "role": "Developer"
}
],
- "description": "Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.",
+ "description": "Solution contracts for Ignition",
+ "homepage": "https://github.com/facade/ignition-contracts",
"keywords": [
- "coverage",
- "mutant",
- "mutation framework",
- "mutation testing",
- "testing",
- "unit testing"
+ "contracts",
+ "flare",
+ "ignition"
],
- "time": "2019-07-01T18:01:41+00:00"
+ "support": {
+ "issues": "https://github.com/facade/ignition-contracts/issues",
+ "source": "https://github.com/facade/ignition-contracts/tree/1.0.2"
+ },
+ "time": "2020-10-16T08:27:54+00:00"
},
{
- "name": "jakub-onderka/php-console-color",
- "version": "v0.2",
+ "name": "felixfbecker/advanced-json-rpc",
+ "version": "v3.2.0",
"source": {
"type": "git",
- "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
- "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
+ "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
+ "reference": "06f0b06043c7438959dbdeed8bb3f699a19be22e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
- "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
+ "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/06f0b06043c7438959dbdeed8bb3f699a19be22e",
+ "reference": "06f0b06043c7438959dbdeed8bb3f699a19be22e",
"shasum": ""
},
"require": {
- "php": ">=5.4.0"
+ "netresearch/jsonmapper": "^1.0 || ^2.0",
+ "php": "^7.1 || ^8.0",
+ "phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.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.*"
+ "phpunit/phpunit": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
- "JakubOnderka\\PhpConsoleColor\\": "src/"
+ "AdvancedJsonRpc\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-2-Clause"
+ "ISC"
],
"authors": [
{
- "name": "Jakub Onderka",
- "email": "jakub.onderka@gmail.com"
+ "name": "Felix Becker",
+ "email": "felix.b@outlook.com"
}
],
- "time": "2018-09-29T17:23:10+00:00"
+ "description": "A more advanced JSONRPC implementation",
+ "support": {
+ "issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues",
+ "source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.0"
+ },
+ "time": "2021-01-10T17:48:47+00:00"
},
{
- "name": "jakub-onderka/php-console-highlighter",
- "version": "v0.4",
+ "name": "felixfbecker/language-server-protocol",
+ "version": "1.5.1",
"source": {
"type": "git",
- "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
- "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
+ "url": "https://github.com/felixfbecker/php-language-server-protocol.git",
+ "reference": "9d846d1f5cf101deee7a61c8ba7caa0a975cd730"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
- "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
+ "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/9d846d1f5cf101deee7a61c8ba7caa0a975cd730",
+ "reference": "9d846d1f5cf101deee7a61c8ba7caa0a975cd730",
"shasum": ""
},
"require": {
- "ext-tokenizer": "*",
- "jakub-onderka/php-console-color": "~0.2",
- "php": ">=5.4.0"
+ "php": ">=7.1"
},
"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"
+ "phpstan/phpstan": "*",
+ "squizlabs/php_codesniffer": "^3.1",
+ "vimeo/psalm": "^4.0"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ }
+ },
"autoload": {
"psr-4": {
- "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
+ "LanguageServerProtocol\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "ISC"
],
"authors": [
{
- "name": "Jakub Onderka",
- "email": "acci@acci.cz",
- "homepage": "http://www.acci.cz/"
+ "name": "Felix Becker",
+ "email": "felix.b@outlook.com"
}
],
- "description": "Highlight PHP code in terminal",
- "time": "2018-09-29T18:48:56+00:00"
+ "description": "PHP classes for the Language Server Protocol",
+ "keywords": [
+ "language",
+ "microsoft",
+ "php",
+ "server"
+ ],
+ "support": {
+ "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
+ "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/1.5.1"
+ },
+ "time": "2021-02-22T14:02:09+00:00"
},
{
- "name": "jakub-onderka/php-parallel-lint",
- "version": "v1.0.0",
+ "name": "filp/whoops",
+ "version": "2.11.0",
"source": {
"type": "git",
- "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
- "reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8"
+ "url": "https://github.com/filp/whoops.git",
+ "reference": "f6e14679f948d8a5cfb866fa7065a30c66bd64d3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
- "reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
+ "url": "https://api.github.com/repos/filp/whoops/zipball/f6e14679f948d8a5cfb866fa7065a30c66bd64d3",
+ "reference": "f6e14679f948d8a5cfb866fa7065a30c66bd64d3",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": "^5.5.9 || ^7.0 || ^8.0",
+ "psr/log": "^1.0.1"
},
"require-dev": {
- "jakub-onderka/php-console-highlighter": "~0.3",
- "nette/tester": "~1.3",
- "squizlabs/php_codesniffer": "~2.7"
+ "mockery/mockery": "^0.9 || ^1.0",
+ "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
+ "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
},
"suggest": {
- "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
+ "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
+ "whoops/soap": "Formats errors as SOAP responses"
},
- "bin": [
- "parallel-lint"
- ],
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.7-dev"
+ }
+ },
"autoload": {
- "classmap": [
- "./"
- ]
+ "psr-4": {
+ "Whoops\\": "src/Whoops/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-2-Clause"
+ "MIT"
],
"authors": [
{
- "name": "Jakub Onderka",
- "email": "ahoj@jakubonderka.cz"
+ "name": "Filipe Dobreira",
+ "homepage": "https://github.com/filp",
+ "role": "Developer"
}
],
- "description": "This tool check syntax of PHP files about 20x faster than serial check.",
- "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
- "time": "2018-02-24T15:31:20+00:00"
+ "description": "php error handling for cool kids",
+ "homepage": "https://filp.github.io/whoops/",
+ "keywords": [
+ "error",
+ "exception",
+ "handling",
+ "library",
+ "throwable",
+ "whoops"
+ ],
+ "support": {
+ "issues": "https://github.com/filp/whoops/issues",
+ "source": "https://github.com/filp/whoops/tree/2.11.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/denis-sokolov",
+ "type": "github"
+ }
+ ],
+ "time": "2021-03-19T12:00:00+00:00"
},
{
- "name": "jangregor/phpstan-prophecy",
- "version": "0.3.0",
+ "name": "guzzlehttp/guzzle",
+ "version": "7.2.0",
"source": {
"type": "git",
- "url": "https://github.com/Jan0707/phpstan-prophecy.git",
- "reference": "a1bfe3c3920829d4004240fb68ed85ab6dd18b14"
+ "url": "https://github.com/guzzle/guzzle.git",
+ "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/a1bfe3c3920829d4004240fb68ed85ab6dd18b14",
- "reference": "a1bfe3c3920829d4004240fb68ed85ab6dd18b14",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
+ "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
"shasum": ""
},
"require": {
- "php": "^7.1",
- "phpstan/phpstan": "^0.10.0 || ^0.11.0"
+ "ext-json": "*",
+ "guzzlehttp/promises": "^1.4",
+ "guzzlehttp/psr7": "^1.7",
+ "php": "^7.2.5 || ^8.0",
+ "psr/http-client": "^1.0"
},
- "conflict": {
- "phpspec/prophecy": "<1.7, >=2.0",
- "phpunit/phpunit": "<6.0, >=8.0"
+ "provide": {
+ "psr/http-client-implementation": "1.0"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "^2.13.1",
- "phpspec/prophecy": "^1.7",
- "phpunit/phpunit": "^6.0||^7.0"
+ "ext-curl": "*",
+ "php-http/client-integration-tests": "^3.0",
+ "phpunit/phpunit": "^8.5.5 || ^9.3.5",
+ "psr/log": "^1.1"
+ },
+ "suggest": {
+ "ext-curl": "Required for CURL handler support",
+ "ext-intl": "Required for Internationalized Domain Name (IDN) support",
+ "psr/log": "Required for using the Log middleware"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "7.1-dev"
+ }
+ },
"autoload": {
"psr-4": {
- "JanGregor\\Prophecy\\": "src/"
- }
+ "GuzzleHttp\\": "src/"
+ },
+ "files": [
+ "src/functions_include.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1645,44 +2337,86 @@
],
"authors": [
{
- "name": "Jan Gregor Emge-Triebel",
- "email": "jan@jangregor.me"
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "Mรกrk Sรกgi-Kazรกr",
+ "email": "mark.sagikazar@gmail.com",
+ "homepage": "https://sagikazarmark.hu"
}
],
- "description": "Provides a phpstan/phpstan extension for phpspec/prophecy",
- "time": "2019-01-18T13:44:45+00:00"
+ "description": "Guzzle is a PHP HTTP client library",
+ "homepage": "http://guzzlephp.org/",
+ "keywords": [
+ "client",
+ "curl",
+ "framework",
+ "http",
+ "http client",
+ "psr-18",
+ "psr-7",
+ "rest",
+ "web service"
+ ],
+ "support": {
+ "issues": "https://github.com/guzzle/guzzle/issues",
+ "source": "https://github.com/guzzle/guzzle/tree/7.2.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/Nyholm",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/alexeyshockov",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/gmponos",
+ "type": "github"
+ }
+ ],
+ "time": "2020-10-10T11:47:56+00:00"
},
{
- "name": "jean85/pretty-package-versions",
- "version": "1.2",
+ "name": "guzzlehttp/promises",
+ "version": "1.4.1",
"source": {
"type": "git",
- "url": "https://github.com/Jean85/pretty-package-versions.git",
- "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
+ "url": "https://github.com/guzzle/promises.git",
+ "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
- "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
+ "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
"shasum": ""
},
"require": {
- "ocramius/package-versions": "^1.2.0",
- "php": "^7.0"
+ "php": ">=5.5"
},
"require-dev": {
- "phpunit/phpunit": "^6.0"
+ "symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.x-dev"
+ "dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
- "Jean85\\": "src/"
- }
+ "GuzzleHttp\\Promise\\": "src/"
+ },
+ "files": [
+ "src/functions_include.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1690,54 +2424,63 @@
],
"authors": [
{
- "name": "Alessandro Lai",
- "email": "alessandro.lai85@gmail.com"
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
}
],
- "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
+ "description": "Guzzle promises library",
"keywords": [
- "composer",
- "package",
- "release",
- "versions"
+ "promise"
],
- "time": "2018-06-13T13:22:40+00:00"
+ "support": {
+ "issues": "https://github.com/guzzle/promises/issues",
+ "source": "https://github.com/guzzle/promises/tree/1.4.1"
+ },
+ "time": "2021-03-07T09:25:29+00:00"
},
{
- "name": "justinrainbow/json-schema",
- "version": "5.2.8",
+ "name": "guzzlehttp/psr7",
+ "version": "1.8.1",
"source": {
"type": "git",
- "url": "https://github.com/justinrainbow/json-schema.git",
- "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4"
+ "url": "https://github.com/guzzle/psr7.git",
+ "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4",
- "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1",
+ "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=5.4.0",
+ "psr/http-message": "~1.0",
+ "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
+ },
+ "provide": {
+ "psr/http-message-implementation": "1.0"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "~2.2.20",
- "json-schema/json-schema-test-suite": "1.2.0",
- "phpunit/phpunit": "^4.8.35"
+ "ext-zlib": "*",
+ "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
+ },
+ "suggest": {
+ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
- "bin": [
- "bin/validate-json"
- ],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "5.0.x-dev"
+ "dev-master": "1.7-dev"
}
},
"autoload": {
"psr-4": {
- "JsonSchema\\": "src/JsonSchema/"
- }
+ "GuzzleHttp\\Psr7\\": "src/"
+ },
+ "files": [
+ "src/functions_include.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1745,62 +2488,76 @@
],
"authors": [
{
- "name": "Bruno Prieto Reis",
- "email": "bruno.p.reis@gmail.com"
- },
- {
- "name": "Justin Rainbow",
- "email": "justin.rainbow@gmail.com"
- },
- {
- "name": "Igor Wiedler",
- "email": "igor@wiedler.ch"
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
},
{
- "name": "Robert Schรถnthal",
- "email": "seroscho@googlemail.com"
+ "name": "Tobias Schultze",
+ "homepage": "https://github.com/Tobion"
}
],
- "description": "A library to validate a json schema.",
- "homepage": "https://github.com/justinrainbow/json-schema",
+ "description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
- "json",
- "schema"
+ "http",
+ "message",
+ "psr-7",
+ "request",
+ "response",
+ "stream",
+ "uri",
+ "url"
],
- "time": "2019-01-14T23:55:14+00:00"
+ "support": {
+ "issues": "https://github.com/guzzle/psr7/issues",
+ "source": "https://github.com/guzzle/psr7/tree/1.8.1"
+ },
+ "time": "2021-03-21T16:25:00+00:00"
},
{
- "name": "localheinz/composer-json-normalizer",
- "version": "1.0.2",
+ "name": "icanhazstring/composer-unused",
+ "version": "0.7.5",
"source": {
"type": "git",
- "url": "https://github.com/localheinz/composer-json-normalizer.git",
- "reference": "bc9f574026fe86828df6ab32a4c8a3118cbd9ac2"
+ "url": "https://github.com/composer-unused/composer-unused.git",
+ "reference": "c38aca9d85410d24359adf64e6d519b79604d9ce"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/localheinz/composer-json-normalizer/zipball/bc9f574026fe86828df6ab32a4c8a3118cbd9ac2",
- "reference": "bc9f574026fe86828df6ab32a4c8a3118cbd9ac2",
+ "url": "https://api.github.com/repos/composer-unused/composer-unused/zipball/c38aca9d85410d24359adf64e6d519b79604d9ce",
+ "reference": "c38aca9d85410d24359adf64e6d519b79604d9ce",
"shasum": ""
},
"require": {
- "localheinz/json-normalizer": "~0.9.0",
- "php": "^7.1"
+ "composer-plugin-api": "^1.1 || ^2.0",
+ "composer/composer": "^1.1 || ^2.0@dev",
+ "ext-json": "*",
+ "nikic/php-parser": "^4.2",
+ "php": ">=7.3",
+ "psr/container": "^1.0",
+ "psr/log": "^1.1",
+ "symfony/finder": "^4.2 || ^5.0"
},
"require-dev": {
- "infection/infection": "~0.11.4",
- "localheinz/php-cs-fixer-config": "~1.19.0",
- "localheinz/phpstan-rules": "~0.5.0",
- "localheinz/test-util": "~0.7.0",
- "phpstan/phpstan": "~0.10.7",
- "phpstan/phpstan-deprecation-rules": "~0.10.2",
- "phpstan/phpstan-strict-rules": "~0.10.1",
- "phpunit/phpunit": "^7.5.1"
+ "ext-ds": "*",
+ "ext-zend-opcache": "*",
+ "jangregor/phpstan-prophecy": "^0.6.2",
+ "phpspec/prophecy-phpunit": "^2.0",
+ "phpstan/phpstan": "^0.12.14",
+ "phpunit/phpunit": "^9.0.1",
+ "roave/security-advisories": "dev-master",
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "bin": [
+ "bin/composer-unused"
+ ],
+ "type": "composer-plugin",
+ "extra": {
+ "class": "Icanhazstring\\Composer\\Unused\\UnusedPlugin"
},
- "type": "library",
"autoload": {
"psr-4": {
- "Localheinz\\Composer\\Json\\Normalizer\\": "src/"
+ "Icanhazstring\\Composer\\Unused\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1809,505 +2566,529 @@
],
"authors": [
{
- "name": "Andreas Mรถller",
- "email": "am@localheinz.com"
+ "name": "Andreas Frรถmer",
+ "email": "blubb0r05+github@gmail.com"
}
],
- "description": "Provides normalizers for normalizing composer.json.",
- "homepage": "https://github.com/localheinz/composer-json-normalizer",
+ "description": "Show unused packages by scanning your code",
+ "homepage": "https://github.com/composer-unused/composer-unused",
"keywords": [
"composer",
- "json",
- "normalizer"
+ "php-parser",
+ "plugin",
+ "unused"
],
- "time": "2019-01-09T14:43:16+00:00"
+ "support": {
+ "issues": "https://github.com/composer-unused/composer-unused/issues",
+ "source": "https://github.com/composer-unused/composer-unused"
+ },
+ "time": "2020-10-28T11:39:37+00:00"
},
{
- "name": "localheinz/composer-normalize",
- "version": "1.2.0",
+ "name": "infection/abstract-testframework-adapter",
+ "version": "0.3.1",
"source": {
"type": "git",
- "url": "https://github.com/localheinz/composer-normalize.git",
- "reference": "68c0d86519d60b2c9c606d1e3304b7a00dce45ed"
+ "url": "https://github.com/infection/abstract-testframework-adapter.git",
+ "reference": "c52539339f28d6b67625ff24496289b3e6d66025"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/localheinz/composer-normalize/zipball/68c0d86519d60b2c9c606d1e3304b7a00dce45ed",
- "reference": "68c0d86519d60b2c9c606d1e3304b7a00dce45ed",
+ "url": "https://api.github.com/repos/infection/abstract-testframework-adapter/zipball/c52539339f28d6b67625ff24496289b3e6d66025",
+ "reference": "c52539339f28d6b67625ff24496289b3e6d66025",
"shasum": ""
},
"require": {
- "composer-plugin-api": "^1.1.0",
- "localheinz/composer-json-normalizer": "^1.0.2",
- "localheinz/json-normalizer": "~0.9.0",
- "php": "^7.1",
- "sebastian/diff": "^2.0.1 || ^3.0.0"
+ "php": "^7.3 || ^8.0"
},
"require-dev": {
- "composer/composer": "^1.7.0",
- "jangregor/phpstan-prophecy": "~0.3.0",
- "localheinz/php-cs-fixer-config": "~1.22.1",
- "localheinz/phpstan-rules": "~0.7.1",
- "localheinz/test-util": "~0.7.0",
- "phpstan/phpstan": "~0.11.0",
- "phpstan/phpstan-deprecation-rules": "~0.11.0",
- "phpstan/phpstan-strict-rules": "~0.11.0",
- "phpunit/phpunit": "^6.5.13 || ^7.5.2",
- "symfony/filesystem": "^4.2.1"
- },
- "type": "composer-plugin",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0-dev"
- },
- "class": "Localheinz\\Composer\\Normalize\\NormalizePlugin"
+ "ergebnis/composer-normalize": "^2.8",
+ "friendsofphp/php-cs-fixer": "^2.16",
+ "phpunit/phpunit": "^9.0"
},
+ "type": "library",
"autoload": {
"psr-4": {
- "Localheinz\\Composer\\Normalize\\": "src/"
+ "Infection\\AbstractTestFramework\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "BSD-3-Clause"
],
"authors": [
{
- "name": "Andreas Mรถller",
- "email": "am@localheinz.com"
+ "name": "Maks Rafalko",
+ "email": "maks.rafalko@gmail.com"
}
],
- "description": "Provides a composer plugin for normalizing composer.json.",
- "homepage": "https://github.com/localheinz/composer-normalize",
- "keywords": [
- "composer",
- "normalize",
- "normalizer",
- "plugin"
- ],
- "time": "2019-06-01T17:47:26+00:00"
+ "description": "Abstract Test Framework Adapter for Infection",
+ "support": {
+ "issues": "https://github.com/infection/abstract-testframework-adapter/issues",
+ "source": "https://github.com/infection/abstract-testframework-adapter/tree/0.3"
+ },
+ "time": "2020-08-30T13:50:12+00:00"
},
{
- "name": "localheinz/json-normalizer",
- "version": "0.9.0",
+ "name": "infection/extension-installer",
+ "version": "0.1.1",
"source": {
"type": "git",
- "url": "https://github.com/localheinz/json-normalizer.git",
- "reference": "28eeda6f1f0daa3c9c28ad0651d95478fe1a5059"
+ "url": "https://github.com/infection/extension-installer.git",
+ "reference": "ff30c0adffcdbc747c96adf92382ccbe271d0afd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/localheinz/json-normalizer/zipball/28eeda6f1f0daa3c9c28ad0651d95478fe1a5059",
- "reference": "28eeda6f1f0daa3c9c28ad0651d95478fe1a5059",
+ "url": "https://api.github.com/repos/infection/extension-installer/zipball/ff30c0adffcdbc747c96adf92382ccbe271d0afd",
+ "reference": "ff30c0adffcdbc747c96adf92382ccbe271d0afd",
"shasum": ""
},
"require": {
- "ext-json": "*",
- "justinrainbow/json-schema": "^4.0.0 || ^5.0.0",
- "localheinz/json-printer": "^2.0.1",
- "php": "^7.1"
+ "composer-plugin-api": "^1.1 || ^2.0"
},
"require-dev": {
- "infection/infection": "~0.10.5",
- "localheinz/php-cs-fixer-config": "~1.15.0",
- "localheinz/test-util": "~0.7.0",
- "phpbench/phpbench": "~0.14.0",
- "phpstan/phpstan": "~0.10.3",
- "phpunit/phpunit": "^7.4.0"
+ "composer/composer": "^1.9",
+ "friendsofphp/php-cs-fixer": "^2.16",
+ "infection/infection": "^0.15.2",
+ "php-coveralls/php-coveralls": "^2.2",
+ "phpstan/extension-installer": "^1.0",
+ "phpstan/phpstan": "^0.12.10",
+ "phpstan/phpstan-phpunit": "^0.12.6",
+ "phpstan/phpstan-strict-rules": "^0.12.2",
+ "phpstan/phpstan-webmozart-assert": "^0.12.2",
+ "phpunit/phpunit": "^8.5",
+ "vimeo/psalm": "^3.8"
+ },
+ "type": "composer-plugin",
+ "extra": {
+ "class": "Infection\\ExtensionInstaller\\Plugin"
},
- "type": "library",
"autoload": {
"psr-4": {
- "Localheinz\\Json\\Normalizer\\": "src/"
+ "Infection\\ExtensionInstaller\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "BSD-3-Clause"
],
"authors": [
{
- "name": "Andreas Mรถller",
- "email": "am@localheinz.com"
+ "name": "Maks Rafalko",
+ "email": "maks.rafalko@gmail.com"
}
],
- "description": "Provides normalizers for normalizing JSON documents.",
- "homepage": "https://github.com/localheinz/json-normalizer",
- "keywords": [
- "json",
- "normalizer"
- ],
- "time": "2018-10-07T17:36:39+00:00"
+ "description": "Infection Extension Installer",
+ "support": {
+ "issues": "https://github.com/infection/extension-installer/issues",
+ "source": "https://github.com/infection/extension-installer/tree/0.1.1"
+ },
+ "time": "2020-04-25T22:40:05+00:00"
},
{
- "name": "localheinz/json-printer",
- "version": "2.0.1",
+ "name": "infection/include-interceptor",
+ "version": "0.2.4",
"source": {
"type": "git",
- "url": "https://github.com/localheinz/json-printer.git",
- "reference": "86f942599c8f9f922de4e21c2b9b6564c895cb0c"
+ "url": "https://github.com/infection/include-interceptor.git",
+ "reference": "e3cf9317a7fd554ab60a5587f028b16418cc4264"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/localheinz/json-printer/zipball/86f942599c8f9f922de4e21c2b9b6564c895cb0c",
- "reference": "86f942599c8f9f922de4e21c2b9b6564c895cb0c",
+ "url": "https://api.github.com/repos/infection/include-interceptor/zipball/e3cf9317a7fd554ab60a5587f028b16418cc4264",
+ "reference": "e3cf9317a7fd554ab60a5587f028b16418cc4264",
"shasum": ""
},
- "require": {
- "php": "^7.0"
- },
"require-dev": {
- "infection/infection": "~0.8.1",
- "localheinz/php-cs-fixer-config": "~1.14.0",
- "localheinz/test-util": "0.6.1",
- "phpbench/phpbench": "~0.14.0",
- "phpunit/phpunit": "^6.5.7"
+ "friendsofphp/php-cs-fixer": "^2.16",
+ "infection/infection": "^0.15.0",
+ "phan/phan": "^2.4 || ^3",
+ "php-coveralls/php-coveralls": "^2.2",
+ "phpstan/phpstan": "^0.12.8",
+ "phpunit/phpunit": "^8.5",
+ "vimeo/psalm": "^3.8"
},
"type": "library",
"autoload": {
"psr-4": {
- "Localheinz\\Json\\Printer\\": "src/"
+ "Infection\\StreamWrapper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "BSD-3-Clause"
],
"authors": [
{
- "name": "Andreas Mรถller",
- "email": "am@localheinz.com"
+ "name": "Maks Rafalko",
+ "email": "maks.rafalko@gmail.com"
}
],
- "description": "Provides a JSON printer, allowing for flexible indentation.",
- "homepage": "https://github.com/localheinz/json-printer",
- "keywords": [
- "formatter",
- "json",
- "printer"
- ],
- "time": "2018-08-11T23:54:50+00:00"
+ "description": "Stream Wrapper: Include Interceptor. Allows to replace included (autoloaded) file with another one.",
+ "support": {
+ "issues": "https://github.com/infection/include-interceptor/issues",
+ "source": "https://github.com/infection/include-interceptor/tree/0.2.4"
+ },
+ "time": "2020-08-07T22:40:37+00:00"
},
{
- "name": "localheinz/phpstan-rules",
- "version": "0.7.1",
+ "name": "infection/infection",
+ "version": "0.20.2",
"source": {
"type": "git",
- "url": "https://github.com/localheinz/phpstan-rules.git",
- "reference": "fbbd15c097cd76a42d525badfd5342cd3c7d36a5"
+ "url": "https://github.com/infection/infection.git",
+ "reference": "6035c1566af6a5a8d833a276351e5e18ed412305"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/localheinz/phpstan-rules/zipball/fbbd15c097cd76a42d525badfd5342cd3c7d36a5",
- "reference": "fbbd15c097cd76a42d525badfd5342cd3c7d36a5",
+ "url": "https://api.github.com/repos/infection/infection/zipball/6035c1566af6a5a8d833a276351e5e18ed412305",
+ "reference": "6035c1566af6a5a8d833a276351e5e18ed412305",
"shasum": ""
},
"require": {
- "nikic/php-parser": "^4.1.0",
- "php": "^7.1",
- "phpstan/phpstan": "~0.10.5 || ~0.11.0"
+ "composer/xdebug-handler": "^1.3.3",
+ "ext-dom": "*",
+ "ext-json": "*",
+ "ext-libxml": "*",
+ "infection/abstract-testframework-adapter": "^0.3.1",
+ "infection/extension-installer": "^0.1.0",
+ "infection/include-interceptor": "^0.2.4",
+ "justinrainbow/json-schema": "^5.2",
+ "nikic/php-parser": "^4.10.2",
+ "ocramius/package-versions": "^1.2 || ^2.0",
+ "ondram/ci-detector": "^3.3.0",
+ "php": "^7.4 || ^8.0",
+ "sanmai/pipeline": "^3.1 || ^5.0",
+ "sebastian/diff": "^3.0.2 || ^4.0",
+ "seld/jsonlint": "^1.7",
+ "symfony/console": "^3.4.29 || ^4.1.19 || ^5.0",
+ "symfony/filesystem": "^3.4.29 || ^4.1.19 || ^5.0",
+ "symfony/finder": "^3.4.29 || ^4.1.19 || ^5.0",
+ "symfony/process": "^3.4.29 || ^4.1.19 || ^5.0",
+ "thecodingmachine/safe": "^1.0",
+ "webmozart/assert": "^1.3",
+ "webmozart/path-util": "^2.3"
+ },
+ "conflict": {
+ "phpunit/php-code-coverage": ">9 <9.1.4",
+ "symfony/console": "=4.1.5"
},
"require-dev": {
- "infection/infection": "~0.11.5",
- "localheinz/composer-normalize": "^1.1.1",
- "localheinz/php-cs-fixer-config": "~1.19.0",
- "localheinz/test-util": "~0.7.0",
- "phpstan/phpstan-deprecation-rules": "~0.10.2 || ~0.11.0",
- "phpstan/phpstan-strict-rules": "~0.10.1 || ~0.11.0",
- "phpunit/phpunit": "^7.5.2"
+ "ext-simplexml": "*",
+ "helmich/phpunit-json-assert": "^3.0",
+ "phpspec/prophecy-phpunit": "^2.0",
+ "phpstan/extension-installer": "^1.0",
+ "phpstan/phpstan": "^0.12.8",
+ "phpstan/phpstan-phpunit": "^0.12.6",
+ "phpstan/phpstan-strict-rules": "^0.12.5",
+ "phpstan/phpstan-webmozart-assert": "^0.12.2",
+ "phpunit/phpunit": "^9.3.11",
+ "symfony/phpunit-bridge": "^4.4.14 || ^5.1.6",
+ "symfony/yaml": "^5.0",
+ "thecodingmachine/phpstan-safe-rule": "^1.0",
+ "vimeo/psalm": "^4.0"
},
+ "bin": [
+ "bin/infection"
+ ],
"type": "library",
"autoload": {
"psr-4": {
- "Localheinz\\PHPStan\\Rules\\": "src/"
+ "Infection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "BSD-3-Clause"
],
"authors": [
+ {
+ "name": "Maks Rafalko",
+ "email": "maks.rafalko@gmail.com",
+ "homepage": "https://twitter.com/maks_rafalko"
+ },
+ {
+ "name": "Oleg Zhulnev",
+ "homepage": "https://github.com/sidz"
+ },
+ {
+ "name": "Gert de Pagter",
+ "homepage": "https://github.com/BackEndTea"
+ },
+ {
+ "name": "Thรฉo FIDRY",
+ "email": "theo.fidry@gmail.com",
+ "homepage": "https://twitter.com/tfidry"
+ },
+ {
+ "name": "Alexey Kopytko",
+ "email": "alexey@kopytko.com",
+ "homepage": "https://www.alexeykopytko.com"
+ },
{
"name": "Andreas Mรถller",
- "email": "am@localheinz.com"
+ "email": "am@localheinz.com",
+ "homepage": "https://localheinz.com"
}
],
- "description": "Provides additional rules for phpstan/phpstan.",
- "homepage": "https://github.com/localheinz/phpstan-rules",
+ "description": "Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.",
"keywords": [
- "PHPStan",
- "phpstan-extreme-rules",
- "phpstan-rules"
+ "coverage",
+ "mutant",
+ "mutation framework",
+ "mutation testing",
+ "testing",
+ "unit testing"
],
- "time": "2019-01-17T22:24:11+00:00"
+ "support": {
+ "issues": "https://github.com/infection/infection/issues",
+ "source": "https://github.com/infection/infection/tree/0.20.2"
+ },
+ "time": "2020-11-20T17:15:57+00:00"
},
{
- "name": "myclabs/deep-copy",
- "version": "1.9.1",
+ "name": "jakobbuis/simple-slow-test-reporter",
+ "version": "v1.0.0",
"source": {
"type": "git",
- "url": "https://github.com/myclabs/DeepCopy.git",
- "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72"
+ "url": "https://github.com/jakobbuis/simple-slow-test-reporter.git",
+ "reference": "7111cb24f4670ca455f5578710022311f78ef1c4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
- "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
+ "url": "https://api.github.com/repos/jakobbuis/simple-slow-test-reporter/zipball/7111cb24f4670ca455f5578710022311f78ef1c4",
+ "reference": "7111cb24f4670ca455f5578710022311f78ef1c4",
"shasum": ""
},
"require": {
- "php": "^7.1"
- },
- "replace": {
- "myclabs/deep-copy": "self.version"
- },
- "require-dev": {
- "doctrine/collections": "^1.0",
- "doctrine/common": "^2.6",
- "phpunit/phpunit": "^7.1"
+ "phpunit/phpunit": "^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
- "DeepCopy\\": "src/DeepCopy/"
- },
- "files": [
- "src/DeepCopy/deep_copy.php"
- ]
+ "SSTR\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "description": "Create deep copies (clones) of your objects",
- "keywords": [
- "clone",
- "copy",
- "duplicate",
- "object",
- "object graph"
+ "authors": [
+ {
+ "name": "Jakob Buis",
+ "email": "jakob@jakobbuis.nl"
+ }
],
- "time": "2019-04-07T13:18:21+00:00"
+ "description": "Reports slow tests in your PHPUnit testsuite",
+ "support": {
+ "issues": "https://github.com/jakobbuis/simple-slow-test-reporter/issues",
+ "source": "https://github.com/jakobbuis/simple-slow-test-reporter/tree/v1.0.0"
+ },
+ "time": "2020-12-26T16:20:53+00:00"
},
{
- "name": "netresearch/jsonmapper",
- "version": "v1.5.1",
+ "name": "jangregor/phpstan-prophecy",
+ "version": "0.6.2",
"source": {
"type": "git",
- "url": "https://github.com/cweiske/jsonmapper.git",
- "reference": "047dafe26facbba1e997e9fb3b3c298562d75a0b"
+ "url": "https://github.com/Jan0707/phpstan-prophecy.git",
+ "reference": "9f3422fa720d3dbd28ffba40f06aeba1edfecef9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/047dafe26facbba1e997e9fb3b3c298562d75a0b",
- "reference": "047dafe26facbba1e997e9fb3b3c298562d75a0b",
+ "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/9f3422fa720d3dbd28ffba40f06aeba1edfecef9",
+ "reference": "9f3422fa720d3dbd28ffba40f06aeba1edfecef9",
"shasum": ""
},
"require": {
- "php": ">=5.6"
+ "php": "^7.1",
+ "phpstan/phpstan": "^0.12.0"
+ },
+ "conflict": {
+ "phpspec/prophecy": "<1.7,>=2.0",
+ "phpunit/phpunit": "<6.0,>=10.0"
},
"require-dev": {
- "phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4",
- "squizlabs/php_codesniffer": "~1.5"
+ "ergebnis/composer-normalize": "^2.1.1",
+ "ergebnis/license": "~0.1.0",
+ "ergebnis/php-cs-fixer-config": "~1.1.2",
+ "phpspec/prophecy": "^1.7",
+ "phpunit/phpunit": "^6.0 || ^7.0"
+ },
+ "type": "phpstan-extension",
+ "extra": {
+ "phpstan": {
+ "includes": [
+ "src/extension.neon"
+ ]
+ },
+ "violinist": {
+ "allow_updates_beyond_constraint": 0,
+ "one_pull_request_per_package": 1,
+ "update_with_dependencies": 1
+ }
},
- "type": "library",
"autoload": {
- "psr-0": {
- "JsonMapper": "src/"
+ "psr-4": {
+ "JanGregor\\Prophecy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "OSL-3.0"
+ "MIT"
],
"authors": [
{
- "name": "Christian Weiske",
- "email": "cweiske@cweiske.de",
- "homepage": "http://github.com/cweiske/jsonmapper/",
- "role": "Developer"
+ "name": "Jan Gregor Emge-Triebel",
+ "email": "jan@jangregor.me"
}
],
- "description": "Map nested JSON structures onto PHP classes",
- "time": "2019-07-08T18:46:43+00:00"
+ "description": "Provides a phpstan/phpstan extension for phpspec/prophecy",
+ "support": {
+ "issues": "https://github.com/Jan0707/phpstan-prophecy/issues",
+ "source": "https://github.com/Jan0707/phpstan-prophecy/tree/0.6.2"
+ },
+ "time": "2020-02-17T16:55:34+00:00"
},
{
- "name": "nette/bootstrap",
- "version": "v3.0.0",
+ "name": "jetbrains/phpstorm-stubs",
+ "version": "v2019.3",
"source": {
"type": "git",
- "url": "https://github.com/nette/bootstrap.git",
- "reference": "e1075af05c211915e03e0c86542f3ba5433df4a3"
+ "url": "https://github.com/JetBrains/phpstorm-stubs.git",
+ "reference": "883b6facd78e01c0743b554af86fa590c2573f40"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/bootstrap/zipball/e1075af05c211915e03e0c86542f3ba5433df4a3",
- "reference": "e1075af05c211915e03e0c86542f3ba5433df4a3",
+ "url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/883b6facd78e01c0743b554af86fa590c2573f40",
+ "reference": "883b6facd78e01c0743b554af86fa590c2573f40",
"shasum": ""
},
- "require": {
- "nette/di": "^3.0",
- "nette/utils": "^3.0",
- "php": ">=7.1"
- },
"require-dev": {
- "latte/latte": "^2.2",
- "nette/application": "^3.0",
- "nette/caching": "^3.0",
- "nette/database": "^3.0",
- "nette/forms": "^3.0",
- "nette/http": "^3.0",
- "nette/mail": "^3.0",
- "nette/robot-loader": "^3.0",
- "nette/safe-stream": "^2.2",
- "nette/security": "^3.0",
- "nette/tester": "^2.0",
- "tracy/tracy": "^2.6"
- },
- "suggest": {
- "nette/robot-loader": "to use Configurator::createRobotLoader()",
- "tracy/tracy": "to use Configurator::enableTracy()"
+ "nikic/php-parser": "^4",
+ "php": "^7.1",
+ "phpdocumentor/reflection-docblock": "^4.3",
+ "phpunit/phpunit": "^7"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.0-dev"
- }
- },
"autoload": {
- "classmap": [
- "src/"
+ "files": [
+ "PhpStormStubsMap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause",
- "GPL-2.0",
- "GPL-3.0"
- ],
- "authors": [
- {
- "name": "David Grudl",
- "homepage": "https://davidgrudl.com"
- },
- {
- "name": "Nette Community",
- "homepage": "https://nette.org/contributors"
- }
+ "Apache-2.0"
],
- "description": "๐
ฑ Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
- "homepage": "https://nette.org",
+ "description": "PHP runtime & extensions header files for PhpStorm",
+ "homepage": "https://www.jetbrains.com/phpstorm",
"keywords": [
- "bootstrapping",
- "configurator",
- "nette"
+ "autocomplete",
+ "code",
+ "inference",
+ "inspection",
+ "jetbrains",
+ "phpstorm",
+ "stubs",
+ "type"
],
- "time": "2019-03-26T12:59:07+00:00"
+ "support": {
+ "source": "https://github.com/JetBrains/phpstorm-stubs/tree/master"
+ },
+ "time": "2019-12-05T16:56:26+00:00"
},
{
- "name": "nette/di",
- "version": "v3.0.0",
+ "name": "justinrainbow/json-schema",
+ "version": "5.2.10",
"source": {
"type": "git",
- "url": "https://github.com/nette/di.git",
- "reference": "19d83539245aaacb59470828919182411061841f"
+ "url": "https://github.com/justinrainbow/json-schema.git",
+ "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/di/zipball/19d83539245aaacb59470828919182411061841f",
- "reference": "19d83539245aaacb59470828919182411061841f",
+ "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
+ "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
"shasum": ""
},
"require": {
- "ext-tokenizer": "*",
- "nette/neon": "^3.0",
- "nette/php-generator": "^3.2.2",
- "nette/robot-loader": "^3.2",
- "nette/schema": "^1.0",
- "nette/utils": "^3.0",
- "php": ">=7.1"
- },
- "conflict": {
- "nette/bootstrap": "<3.0"
+ "php": ">=5.3.3"
},
"require-dev": {
- "nette/tester": "^2.2",
- "tracy/tracy": "^2.3"
+ "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
+ "json-schema/json-schema-test-suite": "1.2.0",
+ "phpunit/phpunit": "^4.8.35"
},
+ "bin": [
+ "bin/validate-json"
+ ],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev"
+ "dev-master": "5.0.x-dev"
}
},
"autoload": {
- "classmap": [
- "src/"
- ],
- "files": [
- "src/compatibility.php"
- ]
+ "psr-4": {
+ "JsonSchema\\": "src/JsonSchema/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause",
- "GPL-2.0",
- "GPL-3.0"
+ "MIT"
],
"authors": [
{
- "name": "David Grudl",
- "homepage": "https://davidgrudl.com"
+ "name": "Bruno Prieto Reis",
+ "email": "bruno.p.reis@gmail.com"
+ },
+ {
+ "name": "Justin Rainbow",
+ "email": "justin.rainbow@gmail.com"
+ },
+ {
+ "name": "Igor Wiedler",
+ "email": "igor@wiedler.ch"
},
{
- "name": "Nette Community",
- "homepage": "https://nette.org/contributors"
+ "name": "Robert Schรถnthal",
+ "email": "seroscho@googlemail.com"
}
],
- "description": "๐ Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
- "homepage": "https://nette.org",
+ "description": "A library to validate a json schema.",
+ "homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
- "compiled",
- "di",
- "dic",
- "factory",
- "ioc",
- "nette",
- "static"
+ "json",
+ "schema"
],
- "time": "2019-04-03T19:35:46+00:00"
+ "support": {
+ "issues": "https://github.com/justinrainbow/json-schema/issues",
+ "source": "https://github.com/justinrainbow/json-schema/tree/5.2.10"
+ },
+ "time": "2020-05-27T16:41:55+00:00"
},
{
- "name": "nette/finder",
- "version": "v2.5.0",
+ "name": "localheinz/diff",
+ "version": "1.1.1",
"source": {
"type": "git",
- "url": "https://github.com/nette/finder.git",
- "reference": "6be1b83ea68ac558aff189d640abe242e0306fe2"
+ "url": "https://github.com/localheinz/diff.git",
+ "reference": "851bb20ea8358c86f677f5f111c4ab031b1c764c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/finder/zipball/6be1b83ea68ac558aff189d640abe242e0306fe2",
- "reference": "6be1b83ea68ac558aff189d640abe242e0306fe2",
+ "url": "https://api.github.com/repos/localheinz/diff/zipball/851bb20ea8358c86f677f5f111c4ab031b1c764c",
+ "reference": "851bb20ea8358c86f677f5f111c4ab031b1c764c",
"shasum": ""
},
"require": {
- "nette/utils": "^2.4 || ~3.0.0",
- "php": ">=7.1"
- },
- "conflict": {
- "nette/nette": "<2.2"
+ "php": "^7.1 || ^8.0"
},
"require-dev": {
- "nette/tester": "^2.0",
- "tracy/tracy": "^2.3"
+ "phpunit/phpunit": "^7.5 || ^8.0",
+ "symfony/process": "^4.2 || ^5"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev"
- }
- },
"autoload": {
"classmap": [
"src/"
@@ -2315,446 +3096,398 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause",
- "GPL-2.0",
- "GPL-3.0"
+ "BSD-3-Clause"
],
"authors": [
{
- "name": "David Grudl",
- "homepage": "https://davidgrudl.com"
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
},
{
- "name": "Nette Community",
- "homepage": "https://nette.org/contributors"
+ "name": "Kore Nordmann",
+ "email": "mail@kore-nordmann.de"
}
],
- "description": "? Nette Finder: find files and directories with an intuitive API.",
- "homepage": "https://nette.org",
+ "description": "Fork of sebastian/diff for use with ergebnis/composer-normalize",
+ "homepage": "https://github.com/localheinz/diff",
"keywords": [
- "filesystem",
- "glob",
- "iterator",
- "nette"
+ "diff",
+ "udiff",
+ "unidiff",
+ "unified diff"
+ ],
+ "support": {
+ "source": "https://github.com/localheinz/diff/tree/main"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
],
- "time": "2019-02-28T18:13:25+00:00"
+ "time": "2020-07-06T04:49:32+00:00"
},
{
- "name": "nette/neon",
- "version": "v3.0.0",
+ "name": "maglnet/composer-require-checker",
+ "version": "3.2.0",
"source": {
"type": "git",
- "url": "https://github.com/nette/neon.git",
- "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb"
+ "url": "https://github.com/maglnet/ComposerRequireChecker.git",
+ "reference": "cd6c6b91ee3c065e60a35ca1a67becb0ae86dbb7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/neon/zipball/cbff32059cbdd8720deccf9e9eace6ee516f02eb",
- "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb",
+ "url": "https://api.github.com/repos/maglnet/ComposerRequireChecker/zipball/cd6c6b91ee3c065e60a35ca1a67becb0ae86dbb7",
+ "reference": "cd6c6b91ee3c065e60a35ca1a67becb0ae86dbb7",
"shasum": ""
},
"require": {
- "ext-iconv": "*",
+ "composer-runtime-api": "^2.0.0",
"ext-json": "*",
- "php": ">=7.0"
+ "ext-phar": "*",
+ "nikic/php-parser": "^4.10.2",
+ "php": "^7.4 || ^8.0",
+ "symfony/console": "^5.1.8",
+ "webmozart/assert": "^1.9.1",
+ "webmozart/glob": "^4.2.0"
},
"require-dev": {
- "nette/tester": "^2.0",
- "tracy/tracy": "^2.3"
+ "doctrine/coding-standard": "^8.2.0",
+ "ext-zend-opcache": "*",
+ "mikey179/vfsstream": "^1.6.8",
+ "phpstan/phpstan": "^0.12.64",
+ "phpunit/phpunit": "^9.5.0",
+ "vimeo/psalm": "^4.3.2"
},
+ "bin": [
+ "bin/composer-require-checker"
+ ],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev"
+ "dev-master": "2.1-dev"
}
},
"autoload": {
- "classmap": [
- "src/"
- ]
+ "psr-4": {
+ "ComposerRequireChecker\\": "src/ComposerRequireChecker"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause",
- "GPL-2.0",
- "GPL-3.0"
+ "MIT"
],
"authors": [
{
- "name": "David Grudl",
- "homepage": "https://davidgrudl.com"
+ "name": "Marco Pivetta",
+ "email": "ocramius@gmail.com",
+ "homepage": "http://ocramius.github.io/"
},
{
- "name": "Nette Community",
- "homepage": "https://nette.org/contributors"
+ "name": "Matthias Glaub",
+ "email": "magl@magl.net",
+ "homepage": "http://magl.net"
}
],
- "description": "? Nette NEON: encodes and decodes NEON file format.",
- "homepage": "http://ne-on.org",
+ "description": "CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package",
+ "homepage": "https://github.com/maglnet/ComposerRequireChecker",
"keywords": [
- "export",
- "import",
- "neon",
- "nette",
- "yaml"
+ "analysis",
+ "cli",
+ "composer",
+ "dependency",
+ "imports",
+ "require",
+ "requirements"
],
- "time": "2019-02-05T21:30:40+00:00"
+ "support": {
+ "issues": "https://github.com/maglnet/ComposerRequireChecker/issues",
+ "source": "https://github.com/maglnet/ComposerRequireChecker/tree/3.2.0"
+ },
+ "time": "2021-03-11T11:57:20+00:00"
},
{
- "name": "nette/php-generator",
- "version": "v3.2.3",
+ "name": "myclabs/deep-copy",
+ "version": "1.10.2",
"source": {
"type": "git",
- "url": "https://github.com/nette/php-generator.git",
- "reference": "aea6e81437bb238e5f0e5b5ce06337433908e63b"
+ "url": "https://github.com/myclabs/DeepCopy.git",
+ "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/php-generator/zipball/aea6e81437bb238e5f0e5b5ce06337433908e63b",
- "reference": "aea6e81437bb238e5f0e5b5ce06337433908e63b",
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
+ "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
"shasum": ""
},
"require": {
- "nette/utils": "^2.4.2 || ~3.0.0",
- "php": ">=7.1"
+ "php": "^7.1 || ^8.0"
+ },
+ "replace": {
+ "myclabs/deep-copy": "self.version"
},
"require-dev": {
- "nette/tester": "^2.0",
- "tracy/tracy": "^2.3"
+ "doctrine/collections": "^1.0",
+ "doctrine/common": "^2.6",
+ "phpunit/phpunit": "^7.1"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2-dev"
- }
- },
"autoload": {
- "classmap": [
- "src/"
+ "psr-4": {
+ "DeepCopy\\": "src/DeepCopy/"
+ },
+ "files": [
+ "src/DeepCopy/deep_copy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause",
- "GPL-2.0",
- "GPL-3.0"
+ "MIT"
],
- "authors": [
- {
- "name": "David Grudl",
- "homepage": "https://davidgrudl.com"
- },
+ "description": "Create deep copies (clones) of your objects",
+ "keywords": [
+ "clone",
+ "copy",
+ "duplicate",
+ "object",
+ "object graph"
+ ],
+ "support": {
+ "issues": "https://github.com/myclabs/DeepCopy/issues",
+ "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
+ },
+ "funding": [
{
- "name": "Nette Community",
- "homepage": "https://nette.org/contributors"
+ "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
+ "type": "tidelift"
}
],
- "description": "๐ Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
- "homepage": "https://nette.org",
- "keywords": [
- "code",
- "nette",
- "php",
- "scaffolding"
- ],
- "time": "2019-07-05T13:01:56+00:00"
+ "time": "2020-11-13T09:40:50+00:00"
},
{
- "name": "nette/robot-loader",
- "version": "v3.2.0",
+ "name": "netresearch/jsonmapper",
+ "version": "v2.1.0",
"source": {
"type": "git",
- "url": "https://github.com/nette/robot-loader.git",
- "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c"
+ "url": "https://github.com/cweiske/jsonmapper.git",
+ "reference": "e0f1e33a71587aca81be5cffbb9746510e1fe04e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/robot-loader/zipball/0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
- "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
+ "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/e0f1e33a71587aca81be5cffbb9746510e1fe04e",
+ "reference": "e0f1e33a71587aca81be5cffbb9746510e1fe04e",
"shasum": ""
},
"require": {
- "ext-tokenizer": "*",
- "nette/finder": "^2.5",
- "nette/utils": "^3.0",
- "php": ">=7.1"
+ "ext-json": "*",
+ "ext-pcre": "*",
+ "ext-reflection": "*",
+ "ext-spl": "*",
+ "php": ">=5.6"
},
"require-dev": {
- "nette/tester": "^2.0",
- "tracy/tracy": "^2.3"
+ "phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4 || ~7.0",
+ "squizlabs/php_codesniffer": "~3.5"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2-dev"
- }
- },
"autoload": {
- "classmap": [
- "src/"
- ]
+ "psr-0": {
+ "JsonMapper": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause",
- "GPL-2.0",
- "GPL-3.0"
+ "OSL-3.0"
],
"authors": [
{
- "name": "David Grudl",
- "homepage": "https://davidgrudl.com"
- },
- {
- "name": "Nette Community",
- "homepage": "https://nette.org/contributors"
+ "name": "Christian Weiske",
+ "email": "cweiske@cweiske.de",
+ "homepage": "http://github.com/cweiske/jsonmapper/",
+ "role": "Developer"
}
],
- "description": "? Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
- "homepage": "https://nette.org",
- "keywords": [
- "autoload",
- "class",
- "interface",
- "nette",
- "trait"
- ],
- "time": "2019-03-08T21:57:24+00:00"
+ "description": "Map nested JSON structures onto PHP classes",
+ "support": {
+ "email": "cweiske@cweiske.de",
+ "issues": "https://github.com/cweiske/jsonmapper/issues",
+ "source": "https://github.com/cweiske/jsonmapper/tree/master"
+ },
+ "time": "2020-04-16T18:48:43+00:00"
},
{
- "name": "nette/schema",
- "version": "v1.0.0",
+ "name": "nikic/php-parser",
+ "version": "v4.10.4",
"source": {
"type": "git",
- "url": "https://github.com/nette/schema.git",
- "reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d"
+ "url": "https://github.com/nikic/PHP-Parser.git",
+ "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/schema/zipball/6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d",
- "reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
+ "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
"shasum": ""
},
"require": {
- "nette/utils": "^3.0.1",
- "php": ">=7.1"
+ "ext-tokenizer": "*",
+ "php": ">=7.0"
},
"require-dev": {
- "nette/tester": "^2.2",
- "tracy/tracy": "^2.3"
+ "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": "1.0-dev"
+ "dev-master": "4.9-dev"
}
},
"autoload": {
- "classmap": [
- "src/"
- ]
+ "psr-4": {
+ "PhpParser\\": "lib/PhpParser"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause",
- "GPL-2.0",
- "GPL-3.0"
+ "BSD-3-Clause"
],
"authors": [
{
- "name": "David Grudl",
- "homepage": "https://davidgrudl.com"
- },
- {
- "name": "Nette Community",
- "homepage": "https://nette.org/contributors"
+ "name": "Nikita Popov"
}
],
- "description": "๐ Nette Schema: validating data structures against a given Schema.",
- "homepage": "https://nette.org",
+ "description": "A PHP parser written in PHP",
"keywords": [
- "config",
- "nette"
+ "parser",
+ "php"
],
- "time": "2019-04-03T15:53:25+00:00"
+ "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": "nette/utils",
- "version": "v3.0.1",
+ "name": "nikolaposa/version",
+ "version": "4.1.0",
"source": {
"type": "git",
- "url": "https://github.com/nette/utils.git",
- "reference": "bd961f49b211997202bda1d0fbc410905be370d4"
+ "url": "https://github.com/nikolaposa/version.git",
+ "reference": "0aada6b801962c084ae465f7569397dc2186b6a7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/utils/zipball/bd961f49b211997202bda1d0fbc410905be370d4",
- "reference": "bd961f49b211997202bda1d0fbc410905be370d4",
+ "url": "https://api.github.com/repos/nikolaposa/version/zipball/0aada6b801962c084ae465f7569397dc2186b6a7",
+ "reference": "0aada6b801962c084ae465f7569397dc2186b6a7",
"shasum": ""
},
"require": {
- "php": ">=7.1"
+ "beberlei/assert": "^3.2",
+ "php": "^7.2 || ^8.0"
},
"require-dev": {
- "nette/tester": "~2.0",
- "tracy/tracy": "^2.3"
- },
- "suggest": {
- "ext-gd": "to use Image",
- "ext-iconv": "to use Strings::webalize() and toAscii()",
- "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
- "ext-json": "to use Nette\\Utils\\Json",
- "ext-mbstring": "to use Strings::lower() etc...",
- "ext-xml": "to use Strings::length() etc. when mbstring is not available"
+ "friendsofphp/php-cs-fixer": "^2.17",
+ "phpstan/phpstan": "^0.12.10",
+ "phpstan/phpstan-beberlei-assert": "^0.12.2",
+ "phpstan/phpstan-phpunit": "^0.12.6",
+ "phpunit/phpunit": "^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev"
+ "dev-master": "4.0.x-dev"
}
},
"autoload": {
- "classmap": [
- "src/"
- ]
+ "psr-4": {
+ "Version\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause",
- "GPL-2.0",
- "GPL-3.0"
+ "MIT"
],
"authors": [
{
- "name": "David Grudl",
- "homepage": "https://davidgrudl.com"
- },
- {
- "name": "Nette Community",
- "homepage": "https://nette.org/contributors"
+ "name": "Nikola Poลกa",
+ "email": "posa.nikola@gmail.com",
+ "homepage": "https://www.nikolaposa.in.rs"
}
],
- "description": "๐ Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
- "homepage": "https://nette.org",
+ "description": "Value Object that represents a SemVer-compliant version number.",
+ "homepage": "https://github.com/nikolaposa/version",
"keywords": [
- "array",
- "core",
- "datetime",
- "images",
- "json",
- "nette",
- "paginator",
- "password",
- "slugify",
- "string",
- "unicode",
- "utf-8",
- "utility",
- "validation"
+ "semantic",
+ "semver",
+ "version",
+ "versioning"
],
- "time": "2019-03-22T01:00:30+00:00"
+ "support": {
+ "issues": "https://github.com/nikolaposa/version/issues",
+ "source": "https://github.com/nikolaposa/version/tree/4.1.0"
+ },
+ "time": "2020-12-12T10:47:10+00:00"
},
{
- "name": "nikic/php-parser",
- "version": "v4.2.2",
+ "name": "nunomaduro/collision",
+ "version": "v5.3.0",
"source": {
"type": "git",
- "url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420"
+ "url": "https://github.com/nunomaduro/collision.git",
+ "reference": "aca63581f380f63a492b1e3114604e411e39133a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bd73cc04c3843ad8d6b0bfc0956026a151fc420",
- "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420",
+ "url": "https://api.github.com/repos/nunomaduro/collision/zipball/aca63581f380f63a492b1e3114604e411e39133a",
+ "reference": "aca63581f380f63a492b1e3114604e411e39133a",
"shasum": ""
},
"require": {
- "ext-tokenizer": "*",
- "php": ">=7.0"
+ "facade/ignition-contracts": "^1.0",
+ "filp/whoops": "^2.7.2",
+ "php": "^7.3 || ^8.0",
+ "symfony/console": "^5.0"
},
"require-dev": {
- "phpunit/phpunit": "^6.5 || ^7.0"
+ "brianium/paratest": "^6.1",
+ "fideloper/proxy": "^4.4.1",
+ "friendsofphp/php-cs-fixer": "^2.17.3",
+ "fruitcake/laravel-cors": "^2.0.3",
+ "laravel/framework": "^9.0",
+ "nunomaduro/larastan": "^0.6.2",
+ "nunomaduro/mock-final-classes": "^1.0",
+ "orchestra/testbench": "^7.0",
+ "phpstan/phpstan": "^0.12.64",
+ "phpunit/phpunit": "^9.5.0"
},
- "bin": [
- "bin/php-parse"
- ],
"type": "library",
"extra": {
- "branch-alias": {
- "dev-master": "4.2-dev"
+ "laravel": {
+ "providers": [
+ "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
+ ]
}
},
"autoload": {
"psr-4": {
- "PhpParser\\": "lib/PhpParser"
+ "NunoMaduro\\Collision\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause"
+ "MIT"
],
"authors": [
{
- "name": "Nikita Popov"
+ "name": "Nuno Maduro",
+ "email": "enunomaduro@gmail.com"
}
],
- "description": "A PHP parser written in PHP",
- "keywords": [
- "parser",
- "php"
- ],
- "time": "2019-05-25T20:07:01+00:00"
- },
- {
- "name": "nunomaduro/collision",
- "version": "v3.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/nunomaduro/collision.git",
- "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nunomaduro/collision/zipball/af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
- "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
- "shasum": ""
- },
- "require": {
- "filp/whoops": "^2.1.4",
- "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
- "php": "^7.1",
- "symfony/console": "~2.8|~3.3|~4.0"
- },
- "require-dev": {
- "laravel/framework": "5.8.*",
- "nunomaduro/larastan": "^0.3.0",
- "phpstan/phpstan": "^0.11",
- "phpunit/phpunit": "~8.0"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
- ]
- }
- },
- "autoload": {
- "psr-4": {
- "NunoMaduro\\Collision\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nuno Maduro",
- "email": "enunomaduro@gmail.com"
- }
- ],
- "description": "Cli error handling for console/command-line PHP applications.",
+ "description": "Cli error handling for console/command-line PHP applications.",
"keywords": [
"artisan",
"cli",
@@ -2767,43 +3500,56 @@
"php",
"symfony"
],
- "time": "2019-03-07T21:35:13+00:00"
+ "support": {
+ "issues": "https://github.com/nunomaduro/collision/issues",
+ "source": "https://github.com/nunomaduro/collision"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/nunomaduro",
+ "type": "github"
+ },
+ {
+ "url": "https://www.patreon.com/nunomaduro",
+ "type": "patreon"
+ }
+ ],
+ "time": "2021-01-25T15:34:13+00:00"
},
{
- "name": "ocramius/package-versions",
- "version": "1.4.0",
+ "name": "ondram/ci-detector",
+ "version": "3.5.1",
"source": {
"type": "git",
- "url": "https://github.com/Ocramius/PackageVersions.git",
- "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb"
+ "url": "https://github.com/OndraM/ci-detector.git",
+ "reference": "594e61252843b68998bddd48078c5058fe9028bd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
- "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
+ "url": "https://api.github.com/repos/OndraM/ci-detector/zipball/594e61252843b68998bddd48078c5058fe9028bd",
+ "reference": "594e61252843b68998bddd48078c5058fe9028bd",
"shasum": ""
},
"require": {
- "composer-plugin-api": "^1.0.0",
- "php": "^7.1.0"
+ "php": "^7.1 || ^8.0"
},
"require-dev": {
- "composer/composer": "^1.6.3",
- "doctrine/coding-standard": "^5.0.1",
- "ext-zip": "*",
- "infection/infection": "^0.7.1",
- "phpunit/phpunit": "^7.0.0"
- },
- "type": "composer-plugin",
- "extra": {
- "class": "PackageVersions\\Installer",
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
+ "ergebnis/composer-normalize": "^2.2",
+ "lmc/coding-standard": "^1.3 || ^2.0",
+ "php-parallel-lint/php-parallel-lint": "^1.1",
+ "phpstan/extension-installer": "^1.0.3",
+ "phpstan/phpstan": "^0.12.0",
+ "phpstan/phpstan-phpunit": "^0.12.1",
+ "phpunit/phpunit": "^7.1 || ^8.0 || ^9.0"
},
+ "type": "library",
"autoload": {
"psr-4": {
- "PackageVersions\\": "src/PackageVersions"
+ "OndraM\\CiDetector\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2812,12 +3558,39 @@
],
"authors": [
{
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com"
+ "name": "Ondลej Machulda",
+ "email": "ondrej.machulda@gmail.com"
}
],
- "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
- "time": "2019-02-21T12:16:21+00:00"
+ "description": "Detect continuous integration environment and provide unified access to properties of current build",
+ "keywords": [
+ "CircleCI",
+ "Codeship",
+ "Wercker",
+ "adapter",
+ "appveyor",
+ "aws",
+ "aws codebuild",
+ "bamboo",
+ "bitbucket",
+ "buddy",
+ "ci-info",
+ "codebuild",
+ "continuous integration",
+ "continuousphp",
+ "drone",
+ "github",
+ "gitlab",
+ "interface",
+ "jenkins",
+ "teamcity",
+ "travis"
+ ],
+ "support": {
+ "issues": "https://github.com/OndraM/ci-detector/issues",
+ "source": "https://github.com/OndraM/ci-detector/tree/main"
+ },
+ "time": "2020-09-04T11:21:14+00:00"
},
{
"name": "openlss/lib-array2xml",
@@ -2866,208 +3639,52 @@
"xml",
"xml conversion"
],
- "time": "2019-03-29T20:06:56+00:00"
- },
- {
- "name": "padraic/humbug_get_contents",
- "version": "1.1.2",
- "source": {
- "type": "git",
- "url": "https://github.com/humbug/file_get_contents.git",
- "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/dcb086060c9dd6b2f51d8f7a895500307110b7a7",
- "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7",
- "shasum": ""
- },
- "require": {
- "composer/ca-bundle": "^1.0",
- "ext-openssl": "*",
- "php": "^5.3 || ^7.0 || ^7.1 || ^7.2"
- },
- "require-dev": {
- "bamarni/composer-bin-plugin": "^1.1",
- "mikey179/vfsstream": "^1.6",
- "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
- },
- "type": "library",
- "extra": {
- "bamarni-bin": {
- "bin-links": false
- },
- "branch-alias": {
- "dev-master": "2.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Humbug\\": "src/"
- },
- "files": [
- "src/function.php",
- "src/functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Pรกdraic Brady",
- "email": "padraic.brady@gmail.com",
- "homepage": "http://blog.astrumfutura.com"
- },
- {
- "name": "Thรฉo Fidry",
- "email": "theo.fidry@gmail.com"
- }
- ],
- "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+",
- "homepage": "https://github.com/padraic/file_get_contents",
- "keywords": [
- "download",
- "file_get_contents",
- "http",
- "https",
- "ssl",
- "tls"
- ],
- "time": "2018-02-12T18:47:17+00:00"
- },
- {
- "name": "padraic/phar-updater",
- "version": "v1.0.6",
- "source": {
- "type": "git",
- "url": "https://github.com/humbug/phar-updater.git",
- "reference": "d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/humbug/phar-updater/zipball/d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1",
- "reference": "d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1",
- "shasum": ""
- },
- "require": {
- "padraic/humbug_get_contents": "^1.0",
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Humbug\\SelfUpdate\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Pรกdraic Brady",
- "email": "padraic.brady@gmail.com",
- "homepage": "http://blog.astrumfutura.com"
- }
- ],
- "description": "A thing to make PHAR self-updating easy and secure.",
- "keywords": [
- "humbug",
- "phar",
- "self-update",
- "update"
- ],
- "time": "2018-03-30T12:52:15+00:00"
- },
- {
- "name": "paragonie/random_compat",
- "version": "v9.99.99",
- "source": {
- "type": "git",
- "url": "https://github.com/paragonie/random_compat.git",
- "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
- "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
- "shasum": ""
- },
- "require": {
- "php": "^7"
- },
- "require-dev": {
- "phpunit/phpunit": "4.*|5.*",
- "vimeo/psalm": "^1"
- },
- "suggest": {
- "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
+ "support": {
+ "issues": "https://github.com/nullivex/lib-array2xml/issues",
+ "source": "https://github.com/nullivex/lib-array2xml/tree/master"
},
- "type": "library",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Paragon Initiative Enterprises",
- "email": "security@paragonie.com",
- "homepage": "https://paragonie.com"
- }
- ],
- "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
- "keywords": [
- "csprng",
- "polyfill",
- "pseudorandom",
- "random"
- ],
- "time": "2018-07-02T15:55:56+00:00"
+ "time": "2019-03-29T20:06:56+00:00"
},
{
"name": "pepakriz/phpstan-exception-rules",
- "version": "v0.7.2",
+ "version": "v0.10.1",
"source": {
"type": "git",
"url": "https://github.com/pepakriz/phpstan-exception-rules.git",
- "reference": "d15eba3400fe2665b634ac6c55f6c64ed1e7b408"
+ "reference": "7073711906e22509cbfacbca0a914e0f8ff2e6c8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/pepakriz/phpstan-exception-rules/zipball/d15eba3400fe2665b634ac6c55f6c64ed1e7b408",
- "reference": "d15eba3400fe2665b634ac6c55f6c64ed1e7b408",
+ "url": "https://api.github.com/repos/pepakriz/phpstan-exception-rules/zipball/7073711906e22509cbfacbca0a914e0f8ff2e6c8",
+ "reference": "7073711906e22509cbfacbca0a914e0f8ff2e6c8",
"shasum": ""
},
"require": {
"php": "^7.1",
- "phpstan/phpstan": "^0.11"
+ "phpstan/phpstan": "^0.12.0"
},
"require-dev": {
- "cdn77/coding-standard": "^0.7.1",
"jakub-onderka/php-console-highlighter": "0.4.0",
"jakub-onderka/php-parallel-lint": "1.0.0",
+ "nette/utils": "^3.0",
"php-coveralls/php-coveralls": "^2.1",
- "phpstan/phpstan-nette": "^0.11",
- "phpstan/phpstan-phpunit": "^0.11",
- "phpstan/phpstan-strict-rules": "^0.11",
+ "phpstan/phpstan": "^0.12.0",
+ "phpstan/phpstan-nette": "^0.12.0",
+ "phpstan/phpstan-phpunit": "^0.12.0",
+ "phpstan/phpstan-strict-rules": "^0.12.0",
"phpunit/phpunit": "^7.5.6",
- "slevomat/coding-standard": "^4.8.3",
- "squizlabs/php_codesniffer": "~3.4.0"
+ "slevomat/coding-standard": "^5.0.4",
+ "squizlabs/php_codesniffer": "~3.5.2"
},
- "type": "library",
+ "type": "phpstan-extension",
"extra": {
"branch-alias": {
- "dev-master": "0.7-dev"
+ "dev-master": "0.10-dev"
+ },
+ "phpstan": {
+ "includes": [
+ "extension.neon"
+ ]
}
},
"autoload": {
@@ -3080,32 +3697,37 @@
"MIT"
],
"description": "Exception rules for PHPStan",
- "time": "2019-04-16T15:47:42+00:00"
+ "support": {
+ "issues": "https://github.com/pepakriz/phpstan-exception-rules/issues",
+ "source": "https://github.com/pepakriz/phpstan-exception-rules/tree/master"
+ },
+ "time": "2019-12-09T06:14:56+00:00"
},
{
"name": "phar-io/manifest",
- "version": "1.0.3",
+ "version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
- "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
+ "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
- "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
+ "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
+ "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
- "phar-io/version": "^2.0",
- "php": "^5.6 || ^7.0"
+ "ext-xmlwriter": "*",
+ "phar-io/version": "^3.0.1",
+ "php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-master": "2.0.x-dev"
}
},
"autoload": {
@@ -3135,24 +3757,28 @@
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
- "time": "2018-07-08T19:23:20+00:00"
+ "support": {
+ "issues": "https://github.com/phar-io/manifest/issues",
+ "source": "https://github.com/phar-io/manifest/tree/master"
+ },
+ "time": "2020-06-27T14:33:11+00:00"
},
{
"name": "phar-io/version",
- "version": "2.0.1",
+ "version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
- "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
+ "reference": "bae7c545bef187884426f042434e561ab1ddb182"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
- "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
+ "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
+ "reference": "bae7c545bef187884426f042434e561ab1ddb182",
"shasum": ""
},
"require": {
- "php": "^5.6 || ^7.0"
+ "php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
@@ -3182,149 +3808,340 @@
}
],
"description": "Library for handling version information and constraints",
- "time": "2018-07-08T19:19:57+00:00"
+ "support": {
+ "issues": "https://github.com/phar-io/version/issues",
+ "source": "https://github.com/phar-io/version/tree/3.1.0"
+ },
+ "time": "2021-02-23T14:00:09+00:00"
},
{
- "name": "php-cs-fixer/diff",
- "version": "v1.3.0",
+ "name": "php-coveralls/php-coveralls",
+ "version": "v2.4.3",
"source": {
"type": "git",
- "url": "https://github.com/PHP-CS-Fixer/diff.git",
- "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
+ "url": "https://github.com/php-coveralls/php-coveralls.git",
+ "reference": "909381bd40a17ae6e9076051f0d73293c1c091af"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
- "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
+ "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/909381bd40a17ae6e9076051f0d73293c1c091af",
+ "reference": "909381bd40a17ae6e9076051f0d73293c1c091af",
"shasum": ""
},
"require": {
- "php": "^5.6 || ^7.0"
+ "ext-json": "*",
+ "ext-simplexml": "*",
+ "guzzlehttp/guzzle": "^6.0 || ^7.0",
+ "php": "^5.5 || ^7.0 || ^8.0",
+ "psr/log": "^1.0",
+ "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0",
+ "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0",
+ "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0",
+ "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0"
},
"require-dev": {
- "phpunit/phpunit": "^5.7.23 || ^6.4.3",
- "symfony/process": "^3.3"
+ "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
+ "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0"
},
+ "suggest": {
+ "symfony/http-kernel": "Allows Symfony integration"
+ },
+ "bin": [
+ "bin/php-coveralls"
+ ],
"type": "library",
"autoload": {
- "classmap": [
- "src/"
- ]
+ "psr-4": {
+ "PhpCoveralls\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause"
+ "MIT"
],
"authors": [
{
- "name": "Kore Nordmann",
- "email": "mail@kore-nordmann.de"
+ "name": "Kitamura Satoshi",
+ "email": "with.no.parachute@gmail.com",
+ "homepage": "https://www.facebook.com/satooshi.jp",
+ "role": "Original creator"
},
{
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
+ "name": "Takashi Matsuo",
+ "email": "tmatsuo@google.com"
+ },
+ {
+ "name": "Google Inc"
+ },
+ {
+ "name": "Dariusz Ruminski",
+ "email": "dariusz.ruminski@gmail.com",
+ "homepage": "https://github.com/keradus"
},
{
- "name": "SpacePossum"
+ "name": "Contributors",
+ "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
}
],
- "description": "sebastian/diff v2 backport support for PHP5.6",
- "homepage": "https://github.com/PHP-CS-Fixer",
+ "description": "PHP client library for Coveralls API",
+ "homepage": "https://github.com/php-coveralls/php-coveralls",
"keywords": [
- "diff"
+ "ci",
+ "coverage",
+ "github",
+ "test"
],
- "time": "2018-02-15T16:58:55+00:00"
+ "support": {
+ "issues": "https://github.com/php-coveralls/php-coveralls/issues",
+ "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.4.3"
+ },
+ "time": "2020-12-24T09:17:03+00:00"
},
{
- "name": "phpdocumentor/reflection-common",
- "version": "1.0.1",
+ "name": "php-parallel-lint/php-console-color",
+ "version": "v0.3",
"source": {
"type": "git",
- "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
- "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
+ "url": "https://github.com/php-parallel-lint/PHP-Console-Color.git",
+ "reference": "b6af326b2088f1ad3b264696c9fd590ec395b49e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
- "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
+ "url": "https://api.github.com/repos/php-parallel-lint/PHP-Console-Color/zipball/b6af326b2088f1ad3b264696c9fd590ec395b49e",
+ "reference": "b6af326b2088f1ad3b264696c9fd590ec395b49e",
"shasum": ""
},
"require": {
- "php": ">=5.5"
+ "php": ">=5.4.0"
+ },
+ "replace": {
+ "jakub-onderka/php-console-color": "*"
},
"require-dev": {
- "phpunit/phpunit": "^4.6"
+ "php-parallel-lint/php-code-style": "1.0",
+ "php-parallel-lint/php-parallel-lint": "1.0",
+ "php-parallel-lint/php-var-dump-check": "0.*",
+ "phpunit/phpunit": "~4.3",
+ "squizlabs/php_codesniffer": "1.*"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
"autoload": {
"psr-4": {
- "phpDocumentor\\Reflection\\": [
- "src"
- ]
+ "JakubOnderka\\PhpConsoleColor\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "BSD-2-Clause"
],
"authors": [
{
- "name": "Jaap van Otterdijk",
- "email": "opensource@ijaap.nl"
+ "name": "Jakub Onderka",
+ "email": "jakub.onderka@gmail.com"
}
],
- "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
- "homepage": "http://www.phpdoc.org",
- "keywords": [
- "FQSEN",
- "phpDocumentor",
- "phpdoc",
- "reflection",
- "static analysis"
- ],
- "time": "2017-09-11T18:02:19+00:00"
+ "support": {
+ "issues": "https://github.com/php-parallel-lint/PHP-Console-Color/issues",
+ "source": "https://github.com/php-parallel-lint/PHP-Console-Color/tree/master"
+ },
+ "time": "2020-05-14T05:47:14+00:00"
},
{
- "name": "phpdocumentor/reflection-docblock",
- "version": "4.3.1",
+ "name": "php-parallel-lint/php-console-highlighter",
+ "version": "v0.5",
"source": {
"type": "git",
- "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
- "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
+ "url": "https://github.com/php-parallel-lint/PHP-Console-Highlighter.git",
+ "reference": "21bf002f077b177f056d8cb455c5ed573adfdbb8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
- "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
+ "url": "https://api.github.com/repos/php-parallel-lint/PHP-Console-Highlighter/zipball/21bf002f077b177f056d8cb455c5ed573adfdbb8",
+ "reference": "21bf002f077b177f056d8cb455c5ed573adfdbb8",
"shasum": ""
},
"require": {
- "php": "^7.0",
- "phpdocumentor/reflection-common": "^1.0.0",
- "phpdocumentor/type-resolver": "^0.4.0",
- "webmozart/assert": "^1.0"
+ "ext-tokenizer": "*",
+ "php": ">=5.4.0",
+ "php-parallel-lint/php-console-color": "~0.2"
+ },
+ "replace": {
+ "jakub-onderka/php-console-highlighter": "*"
},
"require-dev": {
- "doctrine/instantiator": "~1.0.5",
- "mockery/mockery": "^1.0",
- "phpunit/phpunit": "^6.4"
+ "php-parallel-lint/php-code-style": "~1.0",
+ "php-parallel-lint/php-parallel-lint": "~1.0",
+ "php-parallel-lint/php-var-dump-check": "~0.1",
+ "phpunit/phpunit": "~4.0",
+ "squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.x-dev"
- }
- },
"autoload": {
"psr-4": {
- "phpDocumentor\\Reflection\\": [
- "src/"
- ]
+ "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": {
+ "issues": "https://github.com/php-parallel-lint/PHP-Console-Highlighter/issues",
+ "source": "https://github.com/php-parallel-lint/PHP-Console-Highlighter/tree/master"
+ },
+ "time": "2020-05-13T07:37:49+00:00"
+ },
+ {
+ "name": "php-parallel-lint/php-parallel-lint",
+ "version": "v1.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git",
+ "reference": "474f18bc6cc6aca61ca40bfab55139de614e51ca"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/474f18bc6cc6aca61ca40bfab55139de614e51ca",
+ "reference": "474f18bc6cc6aca61ca40bfab55139de614e51ca",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "php": ">=5.4.0"
+ },
+ "replace": {
+ "grogy/php-parallel-lint": "*",
+ "jakub-onderka/php-parallel-lint": "*"
+ },
+ "require-dev": {
+ "nette/tester": "^1.3 || ^2.0",
+ "php-parallel-lint/php-console-highlighter": "~0.3",
+ "squizlabs/php_codesniffer": "~3.0"
+ },
+ "suggest": {
+ "php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet"
+ },
+ "bin": [
+ "parallel-lint"
+ ],
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "./"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Jakub Onderka",
+ "email": "ahoj@jakubonderka.cz"
+ }
+ ],
+ "description": "This tool check syntax of PHP files about 20x faster than serial check.",
+ "homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint",
+ "support": {
+ "issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues",
+ "source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/master"
+ },
+ "time": "2020-04-04T12:18:32+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/",
@@ -3335,44 +4152,49 @@
{
"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.",
- "time": "2019-04-30T17:48:53+00:00"
+ "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": "0.4.0",
+ "version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
- "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
+ "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
- "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
+ "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"shasum": ""
},
"require": {
- "php": "^5.5 || ^7.0",
- "phpdocumentor/reflection-common": "^1.0"
+ "php": "^7.2 || ^8.0",
+ "phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
- "mockery/mockery": "^0.9.4",
- "phpunit/phpunit": "^5.2||^4.8.24"
+ "ext-tokenizer": "*"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
- "phpDocumentor\\Reflection\\": [
- "src/"
- ]
+ "phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -3385,37 +4207,42 @@
"email": "me@mikevanriel.com"
}
],
- "time": "2017-07-14T14:27:02+00:00"
+ "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": "phpspec/prophecy",
- "version": "1.8.1",
+ "version": "1.13.0",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
- "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76"
+ "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
- "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
+ "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea",
+ "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea",
"shasum": ""
},
"require": {
- "doctrine/instantiator": "^1.0.2",
- "php": "^5.3|^7.0",
- "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
- "sebastian/comparator": "^1.1|^2.0|^3.0",
- "sebastian/recursion-context": "^1.0|^2.0|^3.0"
+ "doctrine/instantiator": "^1.2",
+ "php": "^7.2 || ~8.0, <8.1",
+ "phpdocumentor/reflection-docblock": "^5.2",
+ "sebastian/comparator": "^3.0 || ^4.0",
+ "sebastian/recursion-context": "^3.0 || ^4.0"
},
"require-dev": {
- "phpspec/phpspec": "^2.5|^3.2",
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
+ "phpspec/phpspec": "^6.0",
+ "phpunit/phpunit": "^8.0 || ^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.8.x-dev"
+ "dev-master": "1.11.x-dev"
}
},
"autoload": {
@@ -3448,39 +4275,97 @@
"spy",
"stub"
],
- "time": "2019-06-13T12:50:23+00:00"
+ "support": {
+ "issues": "https://github.com/phpspec/prophecy/issues",
+ "source": "https://github.com/phpspec/prophecy/tree/1.13.0"
+ },
+ "time": "2021-03-17T13:42:18+00:00"
+ },
+ {
+ "name": "phpspec/prophecy-phpunit",
+ "version": "v2.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpspec/prophecy-phpunit.git",
+ "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/2d7a9df55f257d2cba9b1d0c0963a54960657177",
+ "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8",
+ "phpspec/prophecy": "^1.3",
+ "phpunit/phpunit": "^9.1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Prophecy\\PhpUnit\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christophe Coevoet",
+ "email": "stof@notk.org"
+ }
+ ],
+ "description": "Integrating the Prophecy mocking library in PHPUnit test cases",
+ "homepage": "http://phpspec.net",
+ "keywords": [
+ "phpunit",
+ "prophecy"
+ ],
+ "support": {
+ "issues": "https://github.com/phpspec/prophecy-phpunit/issues",
+ "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.0.1"
+ },
+ "time": "2020-07-09T08:33:42+00:00"
},
{
"name": "phpstan/phpdoc-parser",
- "version": "0.3.5",
+ "version": "0.4.9",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
- "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
+ "reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
- "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/98a088b17966bdf6ee25c8a4b634df313d8aa531",
+ "reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531",
"shasum": ""
},
"require": {
- "php": "~7.1"
+ "php": "^7.1 || ^8.0"
},
"require-dev": {
"consistence/coding-standard": "^3.5",
+ "ergebnis/composer-normalize": "^2.0.2",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phing/phing": "^2.16.0",
- "phpstan/phpstan": "^0.10",
+ "phpstan/extension-installer": "^1.0",
+ "phpstan/phpstan": "^0.12.26",
+ "phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^6.3",
"slevomat/coding-standard": "^4.7.2",
- "squizlabs/php_codesniffer": "^3.3.2",
- "symfony/process": "^3.4 || ^4.0"
+ "symfony/process": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "0.3-dev"
+ "dev-master": "0.4-dev"
}
},
"autoload": {
@@ -3495,856 +4380,1442 @@
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
- "time": "2019-06-07T19:13:52+00:00"
+ "support": {
+ "issues": "https://github.com/phpstan/phpdoc-parser/issues",
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/master"
+ },
+ "time": "2020-08-03T20:32:43+00:00"
},
{
"name": "phpstan/phpstan",
- "version": "0.11.12",
+ "version": "0.12.82",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "56b3eb2a371b60537fd20794e24af9e7e8ed4e30"
+ "reference": "3920f0fb0aff39263d3a4cb0bca120a67a1a6a11"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/56b3eb2a371b60537fd20794e24af9e7e8ed4e30",
- "reference": "56b3eb2a371b60537fd20794e24af9e7e8ed4e30",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3920f0fb0aff39263d3a4cb0bca120a67a1a6a11",
+ "reference": "3920f0fb0aff39263d3a4cb0bca120a67a1a6a11",
"shasum": ""
},
"require": {
- "composer/xdebug-handler": "^1.3.0",
- "jean85/pretty-package-versions": "^1.0.3",
- "nette/bootstrap": "^2.4 || ^3.0",
- "nette/di": "^2.4.7 || ^3.0",
- "nette/robot-loader": "^3.0.1",
- "nette/schema": "^1.0",
- "nette/utils": "^2.4.5 || ^3.0",
- "nikic/php-parser": "^4.0.2",
- "php": "~7.1",
- "phpstan/phpdoc-parser": "^0.3.5",
- "symfony/console": "~3.2 || ~4.0",
- "symfony/finder": "~3.2 || ~4.0"
+ "php": "^7.1|^8.0"
},
"conflict": {
- "symfony/console": "3.4.16 || 4.1.5"
- },
- "require-dev": {
- "brianium/paratest": "^2.0",
- "consistence/coding-standard": "^3.5",
- "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
- "ext-intl": "*",
- "ext-mysqli": "*",
- "ext-simplexml": "*",
- "ext-soap": "*",
- "ext-zip": "*",
- "jakub-onderka/php-parallel-lint": "^1.0",
- "localheinz/composer-normalize": "^1.1.0",
- "phing/phing": "^2.16.0",
- "phpstan/phpstan-deprecation-rules": "^0.11",
- "phpstan/phpstan-php-parser": "^0.11",
- "phpstan/phpstan-phpunit": "^0.11",
- "phpstan/phpstan-strict-rules": "^0.11",
- "phpunit/phpunit": "^7.0",
- "slevomat/coding-standard": "^4.7.2",
- "squizlabs/php_codesniffer": "^3.3.2"
+ "phpstan/phpstan-shim": "*"
},
"bin": [
- "bin/phpstan"
+ "phpstan",
+ "phpstan.phar"
],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "0.11-dev"
+ "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.82"
+ },
+ "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": "2021-03-19T06:08:17+00:00"
+ },
+ {
+ "name": "phpstan/phpstan-deprecation-rules",
+ "version": "0.12.6",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
+ "reference": "46dbd43c2db973d2876d6653e53f5c2cc3a01fbb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/46dbd43c2db973d2876d6653e53f5c2cc3a01fbb",
+ "reference": "46dbd43c2db973d2876d6653e53f5c2cc3a01fbb",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0",
+ "phpstan/phpstan": "^0.12.60"
+ },
+ "require-dev": {
+ "phing/phing": "^2.16.3",
+ "php-parallel-lint/php-parallel-lint": "^1.2",
+ "phpstan/phpstan-phpunit": "^0.12",
+ "phpunit/phpunit": "^7.5.20"
+ },
+ "type": "phpstan-extension",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.12-dev"
+ },
+ "phpstan": {
+ "includes": [
+ "rules.neon"
+ ]
}
},
"autoload": {
"psr-4": {
- "PHPStan\\": [
- "src/",
- "build/PHPStan"
+ "PHPStan\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
+ "support": {
+ "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues",
+ "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/0.12.6"
+ },
+ "time": "2020-12-13T10:20:54+00:00"
+ },
+ {
+ "name": "phpstan/phpstan-php-parser",
+ "version": "0.12.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpstan-php-parser.git",
+ "reference": "e140bc57f3bd5e8a4d45155556618a43736592e9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpstan-php-parser/zipball/e140bc57f3bd5e8a4d45155556618a43736592e9",
+ "reference": "e140bc57f3bd5e8a4d45155556618a43736592e9",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0",
+ "phpstan/phpstan": "^0.12.60"
+ },
+ "require-dev": {
+ "phing/phing": "^2.16.3",
+ "php-parallel-lint/php-parallel-lint": "^1.2",
+ "phpstan/phpstan-phpunit": "^0.12.16",
+ "phpstan/phpstan-strict-rules": "^0.12.6",
+ "phpunit/phpunit": "^7.5.20"
+ },
+ "type": "phpstan-extension",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.12-dev"
+ },
+ "phpstan": {
+ "includes": [
+ "extension.neon"
]
}
},
+ "autoload": {
+ "psr-4": {
+ "PHPStan\\": "src/"
+ }
+ },
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "description": "PHPStan - PHP Static Analysis Tool",
- "time": "2019-07-08T06:55:18+00:00"
+ "description": "PHP-Parser extensions for PHPStan",
+ "support": {
+ "issues": "https://github.com/phpstan/phpstan-php-parser/issues",
+ "source": "https://github.com/phpstan/phpstan-php-parser/tree/0.12.3"
+ },
+ "time": "2020-12-12T21:05:25+00:00"
+ },
+ {
+ "name": "phpstan/phpstan-phpunit",
+ "version": "0.12.18",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpstan-phpunit.git",
+ "reference": "ab44aec7cfb5cb267b8bc30a8caea86dd50d1f72"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/ab44aec7cfb5cb267b8bc30a8caea86dd50d1f72",
+ "reference": "ab44aec7cfb5cb267b8bc30a8caea86dd50d1f72",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0",
+ "phpstan/phpstan": "^0.12.60"
+ },
+ "conflict": {
+ "phpunit/phpunit": "<7.0"
+ },
+ "require-dev": {
+ "phing/phing": "^2.16.3",
+ "php-parallel-lint/php-parallel-lint": "^1.2",
+ "phpstan/phpstan-strict-rules": "^0.12.6",
+ "phpunit/phpunit": "^7.5.20"
+ },
+ "type": "phpstan-extension",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.12-dev"
+ },
+ "phpstan": {
+ "includes": [
+ "extension.neon",
+ "rules.neon"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "PHPStan\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "PHPUnit extensions and rules for PHPStan",
+ "support": {
+ "issues": "https://github.com/phpstan/phpstan-phpunit/issues",
+ "source": "https://github.com/phpstan/phpstan-phpunit/tree/0.12.18"
+ },
+ "time": "2021-03-06T11:51:27+00:00"
+ },
+ {
+ "name": "phpstan/phpstan-strict-rules",
+ "version": "0.12.9",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpstan-strict-rules.git",
+ "reference": "0705fefc7c9168529fd130e341428f5f10f4f01d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/0705fefc7c9168529fd130e341428f5f10f4f01d",
+ "reference": "0705fefc7c9168529fd130e341428f5f10f4f01d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0",
+ "phpstan/phpstan": "^0.12.66"
+ },
+ "require-dev": {
+ "phing/phing": "^2.16.3",
+ "php-parallel-lint/php-parallel-lint": "^1.2",
+ "phpstan/phpstan-phpunit": "^0.12.16",
+ "phpunit/phpunit": "^7.5.20"
+ },
+ "type": "phpstan-extension",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.12-dev"
+ },
+ "phpstan": {
+ "includes": [
+ "rules.neon"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "PHPStan\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Extra strict and opinionated rules for PHPStan",
+ "support": {
+ "issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
+ "source": "https://github.com/phpstan/phpstan-strict-rules/tree/0.12.9"
+ },
+ "time": "2021-01-13T08:50:28+00:00"
+ },
+ {
+ "name": "phpunit/php-code-coverage",
+ "version": "9.2.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
+ "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f3e026641cc91909d421802dd3ac7827ebfd97e1",
+ "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "ext-xmlwriter": "*",
+ "nikic/php-parser": "^4.10.2",
+ "php": ">=7.3",
+ "phpunit/php-file-iterator": "^3.0.3",
+ "phpunit/php-text-template": "^2.0.2",
+ "sebastian/code-unit-reverse-lookup": "^2.0.2",
+ "sebastian/complexity": "^2.0",
+ "sebastian/environment": "^5.1.2",
+ "sebastian/lines-of-code": "^1.0.3",
+ "sebastian/version": "^3.0.1",
+ "theseer/tokenizer": "^1.2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3"
+ },
+ "suggest": {
+ "ext-pcov": "*",
+ "ext-xdebug": "*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "9.2-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": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
+ "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
+ "keywords": [
+ "coverage",
+ "testing",
+ "xunit"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.5"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-11-28T06:44:49+00:00"
+ },
+ {
+ "name": "phpunit/php-file-iterator",
+ "version": "3.0.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
+ "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
+ "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.0-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": "FilterIterator implementation that filters files based on a list of suffixes.",
+ "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
+ "keywords": [
+ "filesystem",
+ "iterator"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
+ "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-09-28T05:57:25+00:00"
+ },
+ {
+ "name": "phpunit/php-invoker",
+ "version": "3.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-invoker.git",
+ "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
+ "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.3"
+ },
+ "require-dev": {
+ "ext-pcntl": "*",
+ "phpunit/phpunit": "^9.3"
+ },
+ "suggest": {
+ "ext-pcntl": "*"
+ },
+ "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": "Invoke callables with a timeout",
+ "homepage": "https://github.com/sebastianbergmann/php-invoker/",
+ "keywords": [
+ "process"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
+ "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-09-28T05:58:55+00:00"
+ },
+ {
+ "name": "phpunit/php-text-template",
+ "version": "2.0.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-text-template.git",
+ "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
+ "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0-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": "Simple template engine.",
+ "homepage": "https://github.com/sebastianbergmann/php-text-template/",
+ "keywords": [
+ "template"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
+ "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-10-26T05:33:50+00:00"
+ },
+ {
+ "name": "phpunit/php-timer",
+ "version": "5.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-timer.git",
+ "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
+ "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.0-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/5.0.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-10-26T13:16:10+00:00"
},
{
- "name": "phpstan/phpstan-deprecation-rules",
- "version": "0.11.2",
+ "name": "phpunit/phpunit",
+ "version": "9.5.4",
"source": {
"type": "git",
- "url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
- "reference": "5685fe48873efc5af1f2cc95d9c1b8ae82c728fe"
+ "url": "https://github.com/sebastianbergmann/phpunit.git",
+ "reference": "c73c6737305e779771147af66c96ca6a7ed8a741"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/5685fe48873efc5af1f2cc95d9c1b8ae82c728fe",
- "reference": "5685fe48873efc5af1f2cc95d9c1b8ae82c728fe",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c73c6737305e779771147af66c96ca6a7ed8a741",
+ "reference": "c73c6737305e779771147af66c96ca6a7ed8a741",
"shasum": ""
},
"require": {
- "nikic/php-parser": "^4.0",
- "php": "~7.1",
- "phpstan/phpstan": "^0.11.8"
+ "doctrine/instantiator": "^1.3.1",
+ "ext-dom": "*",
+ "ext-json": "*",
+ "ext-libxml": "*",
+ "ext-mbstring": "*",
+ "ext-xml": "*",
+ "ext-xmlwriter": "*",
+ "myclabs/deep-copy": "^1.10.1",
+ "phar-io/manifest": "^2.0.1",
+ "phar-io/version": "^3.0.2",
+ "php": ">=7.3",
+ "phpspec/prophecy": "^1.12.1",
+ "phpunit/php-code-coverage": "^9.2.3",
+ "phpunit/php-file-iterator": "^3.0.5",
+ "phpunit/php-invoker": "^3.1.1",
+ "phpunit/php-text-template": "^2.0.3",
+ "phpunit/php-timer": "^5.0.2",
+ "sebastian/cli-parser": "^1.0.1",
+ "sebastian/code-unit": "^1.0.6",
+ "sebastian/comparator": "^4.0.5",
+ "sebastian/diff": "^4.0.3",
+ "sebastian/environment": "^5.1.3",
+ "sebastian/exporter": "^4.0.3",
+ "sebastian/global-state": "^5.0.1",
+ "sebastian/object-enumerator": "^4.0.3",
+ "sebastian/resource-operations": "^3.0.3",
+ "sebastian/type": "^2.3",
+ "sebastian/version": "^3.0.2"
},
"require-dev": {
- "consistence/coding-standard": "^3.0.1",
- "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
- "jakub-onderka/php-parallel-lint": "^1.0",
- "phing/phing": "^2.16.0",
- "phpstan/phpstan-phpunit": "^0.11",
- "phpunit/phpunit": "^7.0",
- "slevomat/coding-standard": "^4.5.2"
+ "ext-pdo": "*",
+ "phpspec/prophecy-phpunit": "^2.0.1"
},
- "type": "phpstan-extension",
+ "suggest": {
+ "ext-soap": "*",
+ "ext-xdebug": "*"
+ },
+ "bin": [
+ "phpunit"
+ ],
+ "type": "library",
"extra": {
"branch-alias": {
- "dev-master": "0.11-dev"
- },
- "phpstan": {
- "includes": [
- "rules.neon"
- ]
+ "dev-master": "9.5-dev"
}
},
"autoload": {
- "psr-4": {
- "PHPStan\\": "src/"
- }
+ "classmap": [
+ "src/"
+ ],
+ "files": [
+ "src/Framework/Assert/Functions.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "BSD-3-Clause"
],
- "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
- "time": "2019-05-28T19:54:04+00:00"
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "The PHP Unit Testing framework.",
+ "homepage": "https://phpunit.de/",
+ "keywords": [
+ "phpunit",
+ "testing",
+ "xunit"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/phpunit/issues",
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.4"
+ },
+ "funding": [
+ {
+ "url": "https://phpunit.de/donate.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2021-03-23T07:16:29+00:00"
},
{
- "name": "phpstan/phpstan-php-parser",
- "version": "0.11.1",
+ "name": "psalm/plugin-phpunit",
+ "version": "0.15.1",
"source": {
"type": "git",
- "url": "https://github.com/phpstan/phpstan-php-parser.git",
- "reference": "47e91754f5dee51ee3f89abbf7cd22656dd6c633"
+ "url": "https://github.com/psalm/psalm-plugin-phpunit.git",
+ "reference": "30ca25ce069bf4943c36e59b7df6954f6af05e64"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-php-parser/zipball/47e91754f5dee51ee3f89abbf7cd22656dd6c633",
- "reference": "47e91754f5dee51ee3f89abbf7cd22656dd6c633",
+ "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/30ca25ce069bf4943c36e59b7df6954f6af05e64",
+ "reference": "30ca25ce069bf4943c36e59b7df6954f6af05e64",
"shasum": ""
},
"require": {
- "nikic/php-parser": "^4.0",
- "php": "~7.1",
- "phpstan/phpstan": "^0.11.4"
+ "composer/package-versions-deprecated": "^1.10",
+ "composer/semver": "^1.4 || ^2.0 || ^3.0",
+ "ext-simplexml": "*",
+ "php": "^7.1 || ^8.0",
+ "vimeo/psalm": "dev-master || dev-4.x || ^4.0"
+ },
+ "conflict": {
+ "phpunit/phpunit": "<7.5"
},
"require-dev": {
- "consistence/coding-standard": "^3.0.1",
- "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
- "jakub-onderka/php-parallel-lint": "^1.0",
- "phing/phing": "^2.16.0",
- "phpstan/phpstan-phpunit": "^0.11",
- "phpstan/phpstan-strict-rules": "^0.11",
- "phpunit/phpunit": "^7.0",
- "slevomat/coding-standard": "^4.5.2"
+ "codeception/codeception": "^4.0.3",
+ "php": "^7.3 || ^8.0",
+ "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
+ "squizlabs/php_codesniffer": "^3.3.1",
+ "weirdan/codeception-psalm-module": "^0.11.0",
+ "weirdan/prophecy-shim": "^1.0 || ^2.0"
},
- "type": "phpstan-extension",
+ "type": "psalm-plugin",
"extra": {
- "branch-alias": {
- "dev-master": "0.11-dev"
- },
- "phpstan": {
- "includes": [
- "extension.neon"
- ]
+ "psalm": {
+ "pluginClass": "Psalm\\PhpUnitPlugin\\Plugin"
}
},
"autoload": {
"psr-4": {
- "PHPStan\\": "src/"
+ "Psalm\\PhpUnitPlugin\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "description": "PHP-Parser extensions for PHPStan",
- "time": "2019-05-12T16:49:18+00:00"
+ "authors": [
+ {
+ "name": "Matt Brown",
+ "email": "github@muglug.com"
+ }
+ ],
+ "description": "Psalm plugin for PHPUnit",
+ "support": {
+ "issues": "https://github.com/psalm/psalm-plugin-phpunit/issues",
+ "source": "https://github.com/psalm/psalm-plugin-phpunit/tree/0.15.1"
+ },
+ "time": "2021-01-23T00:19:07+00:00"
},
{
- "name": "phpstan/phpstan-phpunit",
- "version": "0.11.2",
+ "name": "psr/container",
+ "version": "1.1.1",
"source": {
"type": "git",
- "url": "https://github.com/phpstan/phpstan-phpunit.git",
- "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
+ "url": "https://github.com/php-fig/container.git",
+ "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
- "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
+ "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
+ "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
"shasum": ""
},
"require": {
- "nikic/php-parser": "^4.0",
- "php": "~7.1",
- "phpstan/phpdoc-parser": "^0.3",
- "phpstan/phpstan": "^0.11.4"
- },
- "conflict": {
- "phpunit/phpunit": "<7.0"
- },
- "require-dev": {
- "consistence/coding-standard": "^3.0.1",
- "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
- "jakub-onderka/php-parallel-lint": "^1.0",
- "phing/phing": "^2.16.0",
- "phpstan/phpstan-strict-rules": "^0.11",
- "phpunit/phpunit": "^7.0",
- "satooshi/php-coveralls": "^1.0",
- "slevomat/coding-standard": "^4.5.2"
- },
- "type": "phpstan-extension",
- "extra": {
- "branch-alias": {
- "dev-master": "0.11-dev"
- },
- "phpstan": {
- "includes": [
- "extension.neon",
- "rules.neon"
- ]
- }
+ "php": ">=7.2.0"
},
+ "type": "library",
"autoload": {
"psr-4": {
- "PHPStan\\": "src/"
+ "Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "description": "PHPUnit extensions and rules for PHPStan",
- "time": "2019-05-17T17:50:16+00:00"
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://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/1.1.1"
+ },
+ "time": "2021-03-05T17:36:06+00:00"
},
{
- "name": "phpstan/phpstan-strict-rules",
- "version": "0.11.1",
+ "name": "psr/http-client",
+ "version": "1.0.1",
"source": {
"type": "git",
- "url": "https://github.com/phpstan/phpstan-strict-rules.git",
- "reference": "a203a7afdda073d4ea405a6d9007a5b32de3be61"
+ "url": "https://github.com/php-fig/http-client.git",
+ "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/a203a7afdda073d4ea405a6d9007a5b32de3be61",
- "reference": "a203a7afdda073d4ea405a6d9007a5b32de3be61",
+ "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
+ "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"shasum": ""
},
"require": {
- "nikic/php-parser": "^4.0",
- "php": "~7.1",
- "phpstan/phpstan": "^0.11.4"
+ "php": "^7.0 || ^8.0",
+ "psr/http-message": "^1.0"
},
- "require-dev": {
- "consistence/coding-standard": "^3.0.1",
- "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
- "jakub-onderka/php-parallel-lint": "^1.0",
- "phing/phing": "^2.16.0",
- "phpstan/phpstan-phpunit": "^0.11",
- "phpunit/phpunit": "^7.0",
- "slevomat/coding-standard": "^4.5.2"
- },
- "type": "phpstan-extension",
+ "type": "library",
"extra": {
"branch-alias": {
- "dev-master": "0.11-dev"
- },
- "phpstan": {
- "includes": [
- "rules.neon"
- ]
+ "dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
- "PHPStan\\": "src/"
+ "Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "description": "Extra strict and opinionated rules for PHPStan",
- "time": "2019-05-12T16:59:47+00:00"
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for HTTP clients",
+ "homepage": "https://github.com/php-fig/http-client",
+ "keywords": [
+ "http",
+ "http-client",
+ "psr",
+ "psr-18"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-client/tree/master"
+ },
+ "time": "2020-06-29T06:28:15+00:00"
},
{
- "name": "phpunit/php-code-coverage",
- "version": "7.0.6",
+ "name": "psr/http-message",
+ "version": "1.0.1",
"source": {
"type": "git",
- "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "d471d0d2b529a67c6a722dd446c4ec90881ac315"
+ "url": "https://github.com/php-fig/http-message.git",
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d471d0d2b529a67c6a722dd446c4ec90881ac315",
- "reference": "d471d0d2b529a67c6a722dd446c4ec90881ac315",
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
- "ext-dom": "*",
- "ext-xmlwriter": "*",
- "php": "^7.2",
- "phpunit/php-file-iterator": "^2.0.2",
- "phpunit/php-text-template": "^1.2.1",
- "phpunit/php-token-stream": "^3.0.2",
- "sebastian/code-unit-reverse-lookup": "^1.0.1",
- "sebastian/environment": "^4.2.2",
- "sebastian/version": "^2.0.1",
- "theseer/tokenizer": "^1.1.3"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.2.2"
- },
- "suggest": {
- "ext-xdebug": "^2.7.2"
+ "php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "7.0-dev"
+ "dev-master": "1.0.x-dev"
}
},
"autoload": {
- "classmap": [
- "src/"
- ]
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause"
+ "MIT"
],
"authors": [
{
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
}
],
- "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
- "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
+ "description": "Common interface for HTTP messages",
+ "homepage": "https://github.com/php-fig/http-message",
"keywords": [
- "coverage",
- "testing",
- "xunit"
+ "http",
+ "http-message",
+ "psr",
+ "psr-7",
+ "request",
+ "response"
],
- "time": "2019-07-08T05:29:42+00:00"
+ "support": {
+ "source": "https://github.com/php-fig/http-message/tree/master"
+ },
+ "time": "2016-08-06T14:39:51+00:00"
},
{
- "name": "phpunit/php-file-iterator",
- "version": "2.0.2",
+ "name": "psr/log",
+ "version": "1.1.3",
"source": {
"type": "git",
- "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
- "reference": "050bedf145a257b1ff02746c31894800e5122946"
+ "url": "https://github.com/php-fig/log.git",
+ "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
- "reference": "050bedf145a257b1ff02746c31894800e5122946",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
+ "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
"shasum": ""
},
"require": {
- "php": "^7.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.1"
+ "php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.0.x-dev"
+ "dev-master": "1.1.x-dev"
}
},
"autoload": {
- "classmap": [
- "src/"
- ]
+ "psr-4": {
+ "Psr\\Log\\": "Psr/Log/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause"
+ "MIT"
],
"authors": [
{
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
}
],
- "description": "FilterIterator implementation that filters files based on a list of suffixes.",
- "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
+ "description": "Common interface for logging libraries",
+ "homepage": "https://github.com/php-fig/log",
"keywords": [
- "filesystem",
- "iterator"
+ "log",
+ "psr",
+ "psr-3"
],
- "time": "2018-09-13T20:33:42+00:00"
+ "support": {
+ "source": "https://github.com/php-fig/log/tree/1.1.3"
+ },
+ "time": "2020-03-23T09:12:05+00:00"
},
{
- "name": "phpunit/php-text-template",
- "version": "1.2.1",
+ "name": "ralouphie/getallheaders",
+ "version": "3.0.3",
"source": {
"type": "git",
- "url": "https://github.com/sebastianbergmann/php-text-template.git",
- "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
+ "url": "https://github.com/ralouphie/getallheaders.git",
+ "reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
- "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
+ "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
+ "reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=5.6"
+ },
+ "require-dev": {
+ "php-coveralls/php-coveralls": "^2.1",
+ "phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
- "classmap": [
- "src/"
+ "files": [
+ "src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause"
+ "MIT"
],
"authors": [
{
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
+ "name": "Ralph Khattar",
+ "email": "ralph.khattar@gmail.com"
}
],
- "description": "Simple template engine.",
- "homepage": "https://github.com/sebastianbergmann/php-text-template/",
- "keywords": [
- "template"
- ],
- "time": "2015-06-21T13:50:34+00:00"
+ "description": "A polyfill for getallheaders.",
+ "support": {
+ "issues": "https://github.com/ralouphie/getallheaders/issues",
+ "source": "https://github.com/ralouphie/getallheaders/tree/develop"
+ },
+ "time": "2019-03-08T08:55:37+00:00"
},
{
- "name": "phpunit/php-timer",
- "version": "2.1.2",
+ "name": "roave/backward-compatibility-check",
+ "version": "5.0.0",
"source": {
"type": "git",
- "url": "https://github.com/sebastianbergmann/php-timer.git",
- "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
+ "url": "https://github.com/Roave/BackwardCompatibilityCheck.git",
+ "reference": "15611feaa64b3b9fb8dbac3425e4d605c1f35c4f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
- "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
+ "url": "https://api.github.com/repos/Roave/BackwardCompatibilityCheck/zipball/15611feaa64b3b9fb8dbac3425e4d605c1f35c4f",
+ "reference": "15611feaa64b3b9fb8dbac3425e4d605c1f35c4f",
"shasum": ""
},
"require": {
- "php": "^7.1"
+ "composer/composer": "^1.10.7",
+ "ext-json": "*",
+ "nikolaposa/version": "^4.0.0",
+ "ocramius/package-versions": "^1.8.0",
+ "php": "^7.4.7",
+ "roave/better-reflection": "^4.6.1",
+ "symfony/console": "^5.1.2",
+ "symfony/process": "^5.1.2",
+ "thecodingmachine/safe": "^1.1.1",
+ "webmozart/assert": "^1.9.0"
},
"require-dev": {
- "phpunit/phpunit": "^7.0"
+ "doctrine/coding-standard": "^8.0.0",
+ "infection/infection": "^0.16.3",
+ "phpunit/phpunit": "^9.2.5",
+ "roave/security-advisories": "dev-master",
+ "squizlabs/php_codesniffer": "^3.5.5",
+ "vimeo/psalm": "^3.11.6"
},
+ "bin": [
+ "bin/roave-backward-compatibility-check"
+ ],
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
"autoload": {
- "classmap": [
- "src/"
- ]
+ "psr-4": {
+ "Roave\\BackwardCompatibility\\": "src"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause"
+ "MIT"
],
"authors": [
{
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
+ "name": "James Titcumb",
+ "email": "james@asgrim.com"
+ },
+ {
+ "name": "Marco Pivetta",
+ "email": "ocramius@gmail.com"
}
],
- "description": "Utility class for timing",
- "homepage": "https://github.com/sebastianbergmann/php-timer/",
- "keywords": [
- "timer"
- ],
- "time": "2019-06-07T04:22:29+00:00"
+ "description": "Tool to compare two revisions of a public API to check for BC breaks",
+ "support": {
+ "issues": "https://github.com/Roave/BackwardCompatibilityCheck/issues",
+ "source": "https://github.com/Roave/BackwardCompatibilityCheck/tree/master"
+ },
+ "time": "2020-06-22T11:14:45+00:00"
},
{
- "name": "phpunit/php-token-stream",
- "version": "3.0.2",
+ "name": "roave/better-reflection",
+ "version": "4.12.2",
"source": {
"type": "git",
- "url": "https://github.com/sebastianbergmann/php-token-stream.git",
- "reference": "c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c"
+ "url": "https://github.com/Roave/BetterReflection.git",
+ "reference": "73c376c7245b2928837ed1e8bef446f57f1148a0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c",
- "reference": "c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c",
+ "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/73c376c7245b2928837ed1e8bef446f57f1148a0",
+ "reference": "73c376c7245b2928837ed1e8bef446f57f1148a0",
"shasum": ""
},
"require": {
- "ext-tokenizer": "*",
- "php": "^7.1"
+ "ext-json": "*",
+ "jetbrains/phpstorm-stubs": "2019.3",
+ "nikic/php-parser": "^4.6.0",
+ "php": ">=7.4.1,<7.5.0",
+ "phpdocumentor/reflection-docblock": "^5.2.2",
+ "phpdocumentor/type-resolver": "^1.4.0",
+ "roave/signature": "^1.3"
},
"require-dev": {
- "phpunit/phpunit": "^7.0"
+ "doctrine/coding-standard": "^8.2.0",
+ "infection/infection": "^0.20.0",
+ "phpstan/phpstan": "0.12.25",
+ "phpunit/phpunit": "^9.4.4",
+ "roave/infection-static-analysis-plugin": "^1.2",
+ "vimeo/psalm": "^4.2"
+ },
+ "suggest": {
+ "composer/composer": "Required to use the ComposerSourceLocator"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev"
+ "dev-master": "4.0-dev"
}
},
"autoload": {
- "classmap": [
- "src/"
- ]
+ "psr-4": {
+ "Roave\\BetterReflection\\": "src"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause"
+ "MIT"
],
"authors": [
{
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
+ "name": "James Titcumb",
+ "email": "james@asgrim.com",
+ "homepage": "https://github.com/asgrim"
+ },
+ {
+ "name": "Marco Pivetta",
+ "email": "ocramius@gmail.com",
+ "homepage": "https://ocramius.github.io/"
+ },
+ {
+ "name": "Gary Hockin",
+ "email": "gary@roave.com",
+ "homepage": "https://github.com/geeh"
+ },
+ {
+ "name": "Jaroslav Hanslรญk",
+ "email": "kukulich@kukulich.cz",
+ "homepage": "https://github.com/kukulich"
}
],
- "description": "Wrapper around PHP's tokenizer extension.",
- "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
- "keywords": [
- "tokenizer"
- ],
- "time": "2019-07-08T05:24:54+00:00"
+ "description": "Better Reflection - an improved code reflection API",
+ "support": {
+ "issues": "https://github.com/Roave/BetterReflection/issues",
+ "source": "https://github.com/Roave/BetterReflection/tree/4.12.2"
+ },
+ "time": "2020-12-17T17:48:54+00:00"
},
{
- "name": "phpunit/phpunit",
- "version": "8.2.4",
+ "name": "roave/infection-static-analysis-plugin",
+ "version": "1.7.1",
"source": {
"type": "git",
- "url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "25fe0b5031b24722f66a75ad479a074cccc1bb37"
+ "url": "https://github.com/Roave/infection-static-analysis-plugin.git",
+ "reference": "36d171236fa44b485538c88f56fd1f536b903036"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/25fe0b5031b24722f66a75ad479a074cccc1bb37",
- "reference": "25fe0b5031b24722f66a75ad479a074cccc1bb37",
+ "url": "https://api.github.com/repos/Roave/infection-static-analysis-plugin/zipball/36d171236fa44b485538c88f56fd1f536b903036",
+ "reference": "36d171236fa44b485538c88f56fd1f536b903036",
"shasum": ""
},
"require": {
- "doctrine/instantiator": "^1.2.0",
- "ext-dom": "*",
- "ext-json": "*",
- "ext-libxml": "*",
- "ext-mbstring": "*",
- "ext-xml": "*",
- "ext-xmlwriter": "*",
- "myclabs/deep-copy": "^1.9.1",
- "phar-io/manifest": "^1.0.3",
- "phar-io/version": "^2.0.1",
- "php": "^7.2",
- "phpspec/prophecy": "^1.8.1",
- "phpunit/php-code-coverage": "^7.0.5",
- "phpunit/php-file-iterator": "^2.0.2",
- "phpunit/php-text-template": "^1.2.1",
- "phpunit/php-timer": "^2.1.2",
- "sebastian/comparator": "^3.0.2",
- "sebastian/diff": "^3.0.2",
- "sebastian/environment": "^4.2.2",
- "sebastian/exporter": "^3.1.0",
- "sebastian/global-state": "^3.0.0",
- "sebastian/object-enumerator": "^3.0.3",
- "sebastian/resource-operations": "^2.0.1",
- "sebastian/type": "^1.1.3",
- "sebastian/version": "^2.0.1"
+ "infection/infection": "0.20.2",
+ "ocramius/package-versions": "^1.9.0 || ^2.0.0",
+ "php": "~7.4.7|~8.0.0",
+ "vimeo/psalm": "^4.3.2"
},
"require-dev": {
- "ext-pdo": "*"
- },
- "suggest": {
- "ext-soap": "*",
- "ext-xdebug": "*",
- "phpunit/php-invoker": "^2.0.0"
+ "doctrine/coding-standard": "^8.2.0",
+ "phpunit/phpunit": "^9.5.0"
},
"bin": [
- "phpunit"
+ "bin/roave-infection-static-analysis-plugin"
],
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "8.2-dev"
- }
- },
"autoload": {
- "classmap": [
- "src/"
- ]
+ "psr-4": {
+ "Roave\\InfectionStaticAnalysis\\": "src/Roave/InfectionStaticAnalysis"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause"
+ "MIT"
],
"authors": [
{
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
+ "name": "Marco Pivetta",
+ "email": "ocramius@gmail.com"
}
],
- "description": "The PHP Unit Testing framework.",
- "homepage": "https://phpunit.de/",
- "keywords": [
- "phpunit",
- "testing",
- "xunit"
- ],
- "time": "2019-07-03T08:30:33+00:00"
+ "description": "Static analysis on top of mutation testing - prevents escaped mutants from being invalid according to static analysis",
+ "support": {
+ "issues": "https://github.com/Roave/infection-static-analysis-plugin/issues",
+ "source": "https://github.com/Roave/infection-static-analysis-plugin/tree/1.7.1"
+ },
+ "time": "2021-03-04T16:33:09+00:00"
},
{
- "name": "pimple/pimple",
- "version": "v3.2.3",
+ "name": "roave/signature",
+ "version": "1.4.0",
"source": {
"type": "git",
- "url": "https://github.com/silexphp/Pimple.git",
- "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
+ "url": "https://github.com/Roave/Signature.git",
+ "reference": "5b5bb9499cfbcc78d9f472e03af1e97e4341ec7c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
- "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
+ "url": "https://api.github.com/repos/Roave/Signature/zipball/5b5bb9499cfbcc78d9f472e03af1e97e4341ec7c",
+ "reference": "5b5bb9499cfbcc78d9f472e03af1e97e4341ec7c",
"shasum": ""
},
"require": {
- "php": ">=5.3.0",
- "psr/container": "^1.0"
+ "php": "7.4.*|8.0.*"
},
"require-dev": {
- "symfony/phpunit-bridge": "^3.2"
+ "doctrine/coding-standard": "^8.2",
+ "infection/infection": "^0.20.2",
+ "phpunit/phpunit": "^9.5.1",
+ "vimeo/psalm": "^4.4"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2.x-dev"
- }
- },
"autoload": {
- "psr-0": {
- "Pimple": "src/"
+ "psr-4": {
+ "Roave\\Signature\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- }
- ],
- "description": "Pimple, a simple Dependency Injection Container",
- "homepage": "http://pimple.sensiolabs.org",
- "keywords": [
- "container",
- "dependency injection"
- ],
- "time": "2018-01-21T07:42:36+00:00"
+ "description": "Sign and verify stuff",
+ "support": {
+ "issues": "https://github.com/Roave/Signature/issues",
+ "source": "https://github.com/Roave/Signature/tree/1.4.0"
+ },
+ "time": "2021-01-25T09:39:37+00:00"
},
{
- "name": "psalm/plugin-phpunit",
- "version": "0.6.0",
+ "name": "sanmai/pipeline",
+ "version": "v5.1.0",
"source": {
"type": "git",
- "url": "https://github.com/psalm/phpunit-psalm-plugin.git",
- "reference": "93b6617829a973b26a6c7a5ddda2530434d6a78f"
+ "url": "https://github.com/sanmai/pipeline.git",
+ "reference": "f935e10ddcb758c89829e7b69cfb1dc2b2638518"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/psalm/phpunit-psalm-plugin/zipball/93b6617829a973b26a6c7a5ddda2530434d6a78f",
- "reference": "93b6617829a973b26a6c7a5ddda2530434d6a78f",
+ "url": "https://api.github.com/repos/sanmai/pipeline/zipball/f935e10ddcb758c89829e7b69cfb1dc2b2638518",
+ "reference": "f935e10ddcb758c89829e7b69cfb1dc2b2638518",
"shasum": ""
},
"require": {
- "composer/semver": "^1.4",
- "ocramius/package-versions": "^1.3",
- "phpunit/phpunit": "^6.0 || ^7.0 || ^8.0",
- "vimeo/psalm": "^3.2.9 || dev-master"
+ "php": "^7.1 || ^8.0"
},
"require-dev": {
- "codeception/base": "^2.5",
- "squizlabs/php_codesniffer": "^3.3.1",
- "weirdan/codeception-psalm-module": "^0.2.1"
+ "ergebnis/composer-normalize": "^2.8",
+ "friendsofphp/php-cs-fixer": "^2.16",
+ "infection/infection": ">=0.10.5",
+ "league/pipeline": "^1.0 || ^0.3",
+ "phan/phan": "^1.1 || ^2.0 || ^3.0",
+ "php-coveralls/php-coveralls": "^2.4.1",
+ "phpstan/phpstan": ">=0.10",
+ "phpunit/phpunit": "^7.4 || ^8.1 || ^9.4",
+ "vimeo/psalm": "^2.0 || ^3.0 || ^4.0"
},
- "type": "psalm-plugin",
+ "type": "library",
"extra": {
- "psalm": {
- "pluginClass": "Psalm\\PhpUnitPlugin\\Plugin"
+ "branch-alias": {
+ "dev-main": "v5.x-dev"
}
},
"autoload": {
"psr-4": {
- "Psalm\\PhpUnitPlugin\\": [
- "."
- ],
- "Psalm\\PhpUnitPlugin\\Hooks\\": [
- "hooks"
- ],
- "Psalm\\PhpUnitPlugin\\Exception\\": [
- "Exception"
- ]
- }
+ "Pipeline\\": "src/"
+ },
+ "files": [
+ "src/functions.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "Apache-2.0"
],
"authors": [
{
- "name": "Matt Brown",
- "email": "github@muglug.com"
+ "name": "Alexey Kopytko",
+ "email": "alexey@kopytko.com"
}
],
- "description": "Psalm plugin for PHPUnit",
- "time": "2019-05-20T17:53:52+00:00"
+ "description": "General-purpose collections pipeline",
+ "support": {
+ "issues": "https://github.com/sanmai/pipeline/issues",
+ "source": "https://github.com/sanmai/pipeline/tree/v5.1.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sanmai",
+ "type": "github"
+ }
+ ],
+ "time": "2020-10-25T15:20:56+00:00"
},
{
- "name": "psr/container",
- "version": "1.0.0",
+ "name": "sebastian/cli-parser",
+ "version": "1.0.1",
"source": {
"type": "git",
- "url": "https://github.com/php-fig/container.git",
- "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
+ "url": "https://github.com/sebastianbergmann/cli-parser.git",
+ "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
- "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
+ "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
+ "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": ">=7.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-master": "1.0-dev"
}
},
"autoload": {
- "psr-4": {
- "Psr\\Container\\": "src/"
- }
+ "classmap": [
+ "src/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "BSD-3-Clause"
],
"authors": [
{
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
}
],
- "description": "Common Container Interface (PHP FIG PSR-11)",
- "homepage": "https://github.com/php-fig/container",
- "keywords": [
- "PSR-11",
- "container",
- "container-interface",
- "container-interop",
- "psr"
+ "description": "Library for parsing CLI options",
+ "homepage": "https://github.com/sebastianbergmann/cli-parser",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
+ "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
],
- "time": "2017-02-14T16:28:37+00:00"
+ "time": "2020-09-28T06:08:49+00:00"
},
{
- "name": "psr/log",
- "version": "1.1.0",
+ "name": "sebastian/code-unit",
+ "version": "1.0.8",
"source": {
"type": "git",
- "url": "https://github.com/php-fig/log.git",
- "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
+ "url": "https://github.com/sebastianbergmann/code-unit.git",
+ "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
- "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
+ "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": ">=7.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-master": "1.0-dev"
}
},
"autoload": {
- "psr-4": {
- "Psr\\Log\\": "Psr/Log/"
- }
+ "classmap": [
+ "src/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "BSD-3-Clause"
],
"authors": [
{
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
}
],
- "description": "Common interface for logging libraries",
- "homepage": "https://github.com/php-fig/log",
- "keywords": [
- "log",
- "psr",
- "psr-3"
+ "description": "Collection of value objects that represent the PHP code units",
+ "homepage": "https://github.com/sebastianbergmann/code-unit",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/code-unit/issues",
+ "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
],
- "time": "2018-11-20T15:27:04+00:00"
+ "time": "2020-10-26T13:08:54+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
- "version": "1.0.1",
+ "version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
- "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
+ "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
- "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
+ "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"shasum": ""
},
"require": {
- "php": "^5.6 || ^7.0"
+ "php": ">=7.3"
},
"require-dev": {
- "phpunit/phpunit": "^5.7 || ^6.0"
+ "phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-master": "2.0-dev"
}
},
"autoload": {
@@ -4364,34 +5835,44 @@
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
- "time": "2017-03-04T06:30:41+00:00"
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
+ "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-09-28T05:30:19+00:00"
},
{
"name": "sebastian/comparator",
- "version": "3.0.2",
+ "version": "4.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
- "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
+ "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
- "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
+ "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
"shasum": ""
},
"require": {
- "php": "^7.1",
- "sebastian/diff": "^3.0",
- "sebastian/exporter": "^3.1"
+ "php": ">=7.3",
+ "sebastian/diff": "^4.0",
+ "sebastian/exporter": "^4.0"
},
"require-dev": {
- "phpunit/phpunit": "^7.1"
+ "phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev"
+ "dev-master": "4.0-dev"
}
},
"autoload": {
@@ -4404,6 +5885,10 @@
"BSD-3-Clause"
],
"authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
@@ -4415,10 +5900,6 @@
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
- },
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
@@ -4428,33 +5909,100 @@
"compare",
"equality"
],
- "time": "2018-07-12T15:12:46+00:00"
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/comparator/issues",
+ "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-10-26T15:49:45+00:00"
+ },
+ {
+ "name": "sebastian/complexity",
+ "version": "2.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/complexity.git",
+ "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
+ "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^4.7",
+ "php": ">=7.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0-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": "Library for calculating the complexity of PHP code units",
+ "homepage": "https://github.com/sebastianbergmann/complexity",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/complexity/issues",
+ "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-10-26T15:52:27+00:00"
},
{
"name": "sebastian/diff",
- "version": "3.0.2",
+ "version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
- "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
+ "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
- "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
+ "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"shasum": ""
},
"require": {
- "php": "^7.1"
+ "php": ">=7.3"
},
"require-dev": {
- "phpunit/phpunit": "^7.5 || ^8.0",
- "symfony/process": "^2 || ^3.3 || ^4"
+ "phpunit/phpunit": "^9.3",
+ "symfony/process": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev"
+ "dev-master": "4.0-dev"
}
},
"autoload": {
@@ -4467,13 +6015,13 @@
"BSD-3-Clause"
],
"authors": [
- {
- "name": "Kore Nordmann",
- "email": "mail@kore-nordmann.de"
- },
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Kore Nordmann",
+ "email": "mail@kore-nordmann.de"
}
],
"description": "Diff implementation",
@@ -4484,27 +6032,37 @@
"unidiff",
"unified diff"
],
- "time": "2019-02-04T06:01:07+00:00"
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/diff/issues",
+ "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-10-26T13:10:38+00:00"
},
{
"name": "sebastian/environment",
- "version": "4.2.2",
+ "version": "5.1.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
- "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404"
+ "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
- "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
+ "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
"shasum": ""
},
"require": {
- "php": "^7.1"
+ "php": ">=7.3"
},
"require-dev": {
- "phpunit/phpunit": "^7.5"
+ "phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-posix": "*"
@@ -4512,7 +6070,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.2-dev"
+ "dev-master": "5.1-dev"
}
},
"autoload": {
@@ -4537,34 +6095,44 @@
"environment",
"hhvm"
],
- "time": "2019-05-05T09:05:15+00:00"
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/environment/issues",
+ "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-09-28T05:52:38+00:00"
},
{
"name": "sebastian/exporter",
- "version": "3.1.0",
+ "version": "4.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
- "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
+ "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
- "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
+ "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
"shasum": ""
},
"require": {
- "php": "^7.0",
- "sebastian/recursion-context": "^3.0"
+ "php": ">=7.3",
+ "sebastian/recursion-context": "^4.0"
},
"require-dev": {
"ext-mbstring": "*",
- "phpunit/phpunit": "^6.0"
+ "phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.1.x-dev"
+ "dev-master": "4.0-dev"
}
},
"autoload": {
@@ -4577,6 +6145,10 @@
"BSD-3-Clause"
],
"authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
@@ -4585,17 +6157,13 @@
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
- {
- "name": "Bernhard Schussek",
- "email": "bschussek@2bepublished.at"
- },
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- },
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
+ },
+ {
+ "name": "Bernhard Schussek",
+ "email": "bschussek@gmail.com"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
@@ -4604,30 +6172,40 @@
"export",
"exporter"
],
- "time": "2017-04-03T13:19:02+00:00"
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/exporter/issues",
+ "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-09-28T05:24:23+00:00"
},
{
"name": "sebastian/global-state",
- "version": "3.0.0",
+ "version": "5.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
- "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
+ "reference": "a90ccbddffa067b51f574dea6eb25d5680839455"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
- "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455",
+ "reference": "a90ccbddffa067b51f574dea6eb25d5680839455",
"shasum": ""
},
"require": {
- "php": "^7.2",
- "sebastian/object-reflector": "^1.1.1",
- "sebastian/recursion-context": "^3.0"
+ "php": ">=7.3",
+ "sebastian/object-reflector": "^2.0",
+ "sebastian/recursion-context": "^4.0"
},
"require-dev": {
"ext-dom": "*",
- "phpunit/phpunit": "^8.0"
+ "phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-uopz": "*"
@@ -4635,7 +6213,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev"
+ "dev-master": "5.0-dev"
}
},
"autoload": {
@@ -4658,34 +6236,101 @@
"keywords": [
"global state"
],
- "time": "2019-02-01T05:30:01+00:00"
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/global-state/issues",
+ "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-10-26T15:55:19+00:00"
+ },
+ {
+ "name": "sebastian/lines-of-code",
+ "version": "1.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/lines-of-code.git",
+ "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
+ "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^4.6",
+ "php": ">=7.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-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": "Library for counting the lines of code in PHP source code",
+ "homepage": "https://github.com/sebastianbergmann/lines-of-code",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
+ "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-11-28T06:42:11+00:00"
},
{
"name": "sebastian/object-enumerator",
- "version": "3.0.3",
+ "version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
- "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
+ "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
- "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
+ "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
"shasum": ""
},
"require": {
- "php": "^7.0",
- "sebastian/object-reflector": "^1.1.1",
- "sebastian/recursion-context": "^3.0"
+ "php": ">=7.3",
+ "sebastian/object-reflector": "^2.0",
+ "sebastian/recursion-context": "^4.0"
},
"require-dev": {
- "phpunit/phpunit": "^6.0"
+ "phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0.x-dev"
+ "dev-master": "4.0-dev"
}
},
"autoload": {
@@ -4705,32 +6350,42 @@
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
- "time": "2017-08-03T12:35:26+00:00"
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
+ "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-10-26T13:12:34+00:00"
},
{
"name": "sebastian/object-reflector",
- "version": "1.1.1",
+ "version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
- "reference": "773f97c67f28de00d397be301821b06708fca0be"
+ "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
- "reference": "773f97c67f28de00d397be301821b06708fca0be",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
+ "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"shasum": ""
},
"require": {
- "php": "^7.0"
+ "php": ">=7.3"
},
"require-dev": {
- "phpunit/phpunit": "^6.0"
+ "phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.1-dev"
+ "dev-master": "2.0-dev"
}
},
"autoload": {
@@ -4750,32 +6405,42 @@
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
- "time": "2017-03-29T09:07:27+00:00"
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
+ "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-10-26T13:14:26+00:00"
},
{
"name": "sebastian/recursion-context",
- "version": "3.0.0",
+ "version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
- "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
+ "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
- "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
+ "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
"shasum": ""
},
"require": {
- "php": "^7.0"
+ "php": ">=7.3"
},
"require-dev": {
- "phpunit/phpunit": "^6.0"
+ "phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0.x-dev"
+ "dev-master": "4.0-dev"
}
},
"autoload": {
@@ -4788,14 +6453,14 @@
"BSD-3-Clause"
],
"authors": [
- {
- "name": "Jeff Welch",
- "email": "whatthejeff@gmail.com"
- },
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
+ {
+ "name": "Jeff Welch",
+ "email": "whatthejeff@gmail.com"
+ },
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
@@ -4803,29 +6468,42 @@
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
- "time": "2017-03-03T06:23:57+00:00"
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
+ "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-10-26T13:17:30+00:00"
},
{
"name": "sebastian/resource-operations",
- "version": "2.0.1",
+ "version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
- "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
+ "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
- "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
+ "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
+ "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"shasum": ""
},
"require": {
- "php": "^7.1"
+ "php": ">=7.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.0-dev"
+ "dev-master": "3.0-dev"
}
},
"autoload": {
@@ -4845,32 +6523,42 @@
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
- "time": "2018-10-04T04:07:39+00:00"
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
+ "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-09-28T06:45:17+00:00"
},
{
"name": "sebastian/type",
- "version": "1.1.3",
+ "version": "2.3.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
- "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
+ "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
- "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
+ "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
+ "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
"shasum": ""
},
"require": {
- "php": "^7.2"
+ "php": ">=7.3"
},
"require-dev": {
- "phpunit/phpunit": "^8.2"
+ "phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.1-dev"
+ "dev-master": "2.3-dev"
}
},
"autoload": {
@@ -4891,29 +6579,39 @@
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
- "time": "2019-07-02T08:10:15+00:00"
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/type/issues",
+ "source": "https://github.com/sebastianbergmann/type/tree/2.3.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-10-26T13:18:59+00:00"
},
{
"name": "sebastian/version",
- "version": "2.0.1",
+ "version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
- "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
+ "reference": "c6c1022351a901512170118436c764e473f6de8c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
- "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
+ "reference": "c6c1022351a901512170118436c764e473f6de8c",
"shasum": ""
},
"require": {
- "php": ">=5.6"
+ "php": ">=7.3"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.0.x-dev"
+ "dev-master": "3.0-dev"
}
},
"autoload": {
@@ -4934,24 +6632,34 @@
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
- "time": "2016-10-03T07:35:21+00:00"
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/version/issues",
+ "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-09-28T06:39:44+00:00"
},
{
"name": "seld/jsonlint",
- "version": "1.7.1",
+ "version": "1.8.3",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/jsonlint.git",
- "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
+ "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
- "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
+ "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
+ "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
"shasum": ""
},
"require": {
- "php": "^5.3 || ^7.0"
+ "php": "^5.3 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
@@ -4983,20 +6691,34 @@
"parser",
"validator"
],
- "time": "2018-01-24T12:46:19+00:00"
+ "support": {
+ "issues": "https://github.com/Seldaek/jsonlint/issues",
+ "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/Seldaek",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-11-11T09:19:24+00:00"
},
{
"name": "seld/phar-utils",
- "version": "1.0.1",
+ "version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
- "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
+ "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
- "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
+ "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
+ "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
"shasum": ""
},
"require": {
@@ -5025,62 +6747,169 @@
],
"description": "PHAR file format utilities, for when PHP phars you up",
"keywords": [
- "phra"
+ "phar"
],
- "time": "2015-10-13T18:44:15+00:00"
+ "support": {
+ "issues": "https://github.com/Seldaek/phar-utils/issues",
+ "source": "https://github.com/Seldaek/phar-utils/tree/master"
+ },
+ "time": "2020-07-07T18:42:57+00:00"
},
{
- "name": "symfony/console",
- "version": "v4.3.2",
+ "name": "slevomat/coding-standard",
+ "version": "6.4.1",
"source": {
"type": "git",
- "url": "https://github.com/symfony/console.git",
- "reference": "b592b26a24265a35172d8a2094d8b10f22b7cc39"
+ "url": "https://github.com/slevomat/coding-standard.git",
+ "reference": "696dcca217d0c9da2c40d02731526c1e25b65346"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/b592b26a24265a35172d8a2094d8b10f22b7cc39",
- "reference": "b592b26a24265a35172d8a2094d8b10f22b7cc39",
+ "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/696dcca217d0c9da2c40d02731526c1e25b65346",
+ "reference": "696dcca217d0c9da2c40d02731526c1e25b65346",
"shasum": ""
},
"require": {
- "php": "^7.1.3",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php73": "^1.8",
- "symfony/service-contracts": "^1.1"
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
+ "php": "^7.1 || ^8.0",
+ "phpstan/phpdoc-parser": "0.4.5 - 0.4.9",
+ "squizlabs/php_codesniffer": "^3.5.6"
},
- "conflict": {
- "symfony/dependency-injection": "<3.4",
- "symfony/event-dispatcher": "<4.3",
- "symfony/process": "<3.3"
+ "require-dev": {
+ "phing/phing": "2.16.3",
+ "php-parallel-lint/php-parallel-lint": "1.2.0",
+ "phpstan/phpstan": "0.12.48",
+ "phpstan/phpstan-deprecation-rules": "0.12.5",
+ "phpstan/phpstan-phpunit": "0.12.16",
+ "phpstan/phpstan-strict-rules": "0.12.5",
+ "phpunit/phpunit": "7.5.20|8.5.5|9.4.0"
+ },
+ "type": "phpcodesniffer-standard",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "6.x-dev"
+ }
},
- "provide": {
- "psr/log-implementation": "1.0"
+ "autoload": {
+ "psr-4": {
+ "SlevomatCodingStandard\\": "SlevomatCodingStandard"
+ }
},
- "require-dev": {
- "psr/log": "~1.0",
- "symfony/config": "~3.4|~4.0",
- "symfony/dependency-injection": "~3.4|~4.0",
- "symfony/event-dispatcher": "^4.3",
- "symfony/lock": "~3.4|~4.0",
- "symfony/process": "~3.4|~4.0",
- "symfony/var-dumper": "^4.3"
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
+ "support": {
+ "issues": "https://github.com/slevomat/coding-standard/issues",
+ "source": "https://github.com/slevomat/coding-standard/tree/6.4.1"
},
- "suggest": {
- "psr/log": "For using the console logger",
- "symfony/event-dispatcher": "",
- "symfony/lock": "",
- "symfony/process": ""
+ "funding": [
+ {
+ "url": "https://github.com/kukulich",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-10-05T12:39:37+00:00"
+ },
+ {
+ "name": "squizlabs/php_codesniffer",
+ "version": "3.5.8",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
+ "reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
+ "reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
+ "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": "4.3-dev"
+ "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-10-23T02:01:07+00:00"
+ },
+ {
+ "name": "symfony/config",
+ "version": "v5.2.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/config.git",
+ "reference": "212d54675bf203ff8aef7d8cee8eecfb72f4a263"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/config/zipball/212d54675bf203ff8aef7d8cee8eecfb72f4a263",
+ "reference": "212d54675bf203ff8aef7d8cee8eecfb72f4a263",
+ "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\\Console\\": ""
+ "Symfony\\Component\\Config\\": ""
},
"exclude-from-classmap": [
"/Tests/"
@@ -5100,57 +6929,78 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Console Component",
+ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
- "time": "2019-06-13T11:03:18+00:00"
+ "support": {
+ "source": "https://github.com/symfony/config/tree/v5.2.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": "2021-02-23T23:58:19+00:00"
},
{
- "name": "symfony/event-dispatcher",
- "version": "v4.3.2",
+ "name": "symfony/console",
+ "version": "v5.2.5",
"source": {
"type": "git",
- "url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "d257021c1ab28d48d24a16de79dfab445ce93398"
+ "url": "https://github.com/symfony/console.git",
+ "reference": "938ebbadae1b0a9c9d1ec313f87f9708609f1b79"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d257021c1ab28d48d24a16de79dfab445ce93398",
- "reference": "d257021c1ab28d48d24a16de79dfab445ce93398",
+ "url": "https://api.github.com/repos/symfony/console/zipball/938ebbadae1b0a9c9d1ec313f87f9708609f1b79",
+ "reference": "938ebbadae1b0a9c9d1ec313f87f9708609f1b79",
"shasum": ""
},
"require": {
- "php": "^7.1.3",
- "symfony/event-dispatcher-contracts": "^1.1"
+ "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": "<3.4"
+ "symfony/dependency-injection": "<4.4",
+ "symfony/dotenv": "<5.1",
+ "symfony/event-dispatcher": "<4.4",
+ "symfony/lock": "<4.4",
+ "symfony/process": "<4.4"
},
"provide": {
- "psr/event-dispatcher-implementation": "1.0",
- "symfony/event-dispatcher-implementation": "1.1"
+ "psr/log-implementation": "1.0"
},
"require-dev": {
"psr/log": "~1.0",
- "symfony/config": "~3.4|~4.0",
- "symfony/dependency-injection": "~3.4|~4.0",
- "symfony/expression-language": "~3.4|~4.0",
- "symfony/http-foundation": "^3.4|^4.0",
- "symfony/service-contracts": "^1.1",
- "symfony/stopwatch": "~3.4|~4.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": {
- "symfony/dependency-injection": "",
- "symfony/http-kernel": ""
+ "psr/log": "For using the console logger",
+ "symfony/event-dispatcher": "",
+ "symfony/lock": "",
+ "symfony/process": ""
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.3-dev"
- }
- },
"autoload": {
"psr-4": {
- "Symfony\\Component\\EventDispatcher\\": ""
+ "Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
@@ -5162,49 +7012,72 @@
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Eases the creation of beautiful and testable command line interfaces",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "cli",
+ "command line",
+ "console",
+ "terminal"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/console/tree/v5.2.5"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
},
{
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
}
],
- "description": "Symfony EventDispatcher Component",
- "homepage": "https://symfony.com",
- "time": "2019-06-13T11:03:18+00:00"
+ "time": "2021-03-06T13:42:15+00:00"
},
{
- "name": "symfony/event-dispatcher-contracts",
- "version": "v1.1.5",
+ "name": "symfony/deprecation-contracts",
+ "version": "v2.2.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/event-dispatcher-contracts.git",
- "reference": "c61766f4440ca687de1084a5c00b08e167a2575c"
+ "url": "https://github.com/symfony/deprecation-contracts.git",
+ "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c",
- "reference": "c61766f4440ca687de1084a5c00b08e167a2575c",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
+ "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"shasum": ""
},
"require": {
- "php": "^7.1.3"
- },
- "suggest": {
- "psr/event-dispatcher": "",
- "symfony/event-dispatcher-implementation": ""
+ "php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.1-dev"
+ "dev-master": "2.2-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Contracts\\EventDispatcher\\": ""
- }
+ "files": [
+ "function.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -5220,42 +7093,46 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Generic abstractions related to dispatching event",
+ "description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
+ "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": "2019-06-20T06:46:26+00:00"
+ "time": "2020-09-07T11:33:47+00:00"
},
{
"name": "symfony/filesystem",
- "version": "v4.3.2",
+ "version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "b9896d034463ad6fd2bf17e2bf9418caecd6313d"
+ "reference": "710d364200997a5afde34d9fe57bd52f3cc1e108"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/b9896d034463ad6fd2bf17e2bf9418caecd6313d",
- "reference": "b9896d034463ad6fd2bf17e2bf9418caecd6313d",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/710d364200997a5afde34d9fe57bd52f3cc1e108",
+ "reference": "710d364200997a5afde34d9fe57bd52f3cc1e108",
"shasum": ""
},
"require": {
- "php": "^7.1.3",
+ "php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.3-dev"
- }
- },
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
@@ -5278,33 +7155,45 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Filesystem Component",
+ "description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
- "time": "2019-06-23T08:51:25+00:00"
+ "support": {
+ "source": "https://github.com/symfony/filesystem/tree/v5.2.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": "2021-02-12T10:38:38+00:00"
},
{
"name": "symfony/finder",
- "version": "v4.3.2",
+ "version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "33c21f7d5d3dc8a140c282854a7e13aeb5d0f91a"
+ "reference": "0d639a0943822626290d169965804f79400e6a04"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/33c21f7d5d3dc8a140c282854a7e13aeb5d0f91a",
- "reference": "33c21f7d5d3dc8a140c282854a7e13aeb5d0f91a",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/0d639a0943822626290d169965804f79400e6a04",
+ "reference": "0d639a0943822626290d169965804f79400e6a04",
"shasum": ""
},
"require": {
- "php": "^7.1.3"
+ "php": ">=7.2.5"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.3-dev"
- }
- },
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
@@ -5327,39 +7216,63 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Finder Component",
+ "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
- "time": "2019-06-13T11:03:18+00:00"
+ "support": {
+ "source": "https://github.com/symfony/finder/tree/v5.2.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": "2021-02-15T18:55:04+00:00"
},
{
- "name": "symfony/options-resolver",
- "version": "v4.3.2",
+ "name": "symfony/polyfill-ctype",
+ "version": "v1.22.1",
"source": {
"type": "git",
- "url": "https://github.com/symfony/options-resolver.git",
- "reference": "40762ead607c8f792ee4516881369ffa553fee6f"
+ "url": "https://github.com/symfony/polyfill-ctype.git",
+ "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/40762ead607c8f792ee4516881369ffa553fee6f",
- "reference": "40762ead607c8f792ee4516881369ffa553fee6f",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
+ "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
"shasum": ""
},
"require": {
- "php": "^7.1.3"
+ "php": ">=7.1"
+ },
+ "suggest": {
+ "ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.3-dev"
+ "dev-main": "1.22-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
- "Symfony\\Component\\OptionsResolver\\": ""
+ "Symfony\\Polyfill\\Ctype\\": ""
},
- "exclude-from-classmap": [
- "/Tests/"
+ "files": [
+ "bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -5368,52 +7281,74 @@
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
+ "name": "Gert de Pagter",
+ "email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony OptionsResolver Component",
+ "description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
- "config",
- "configuration",
- "options"
+ "compatibility",
+ "ctype",
+ "polyfill",
+ "portable"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.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": "2019-06-13T11:01:17+00:00"
+ "time": "2021-01-07T16:49:33+00:00"
},
{
- "name": "symfony/polyfill-ctype",
- "version": "v1.11.0",
+ "name": "symfony/polyfill-intl-grapheme",
+ "version": "v1.22.1",
"source": {
"type": "git",
- "url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "82ebae02209c21113908c229e9883c419720738a"
+ "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
+ "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
- "reference": "82ebae02209c21113908c229e9883c419720738a",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170",
+ "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=7.1"
},
"suggest": {
- "ext-ctype": "For best performance"
+ "ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.11-dev"
+ "dev-main": "1.22-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
- "Symfony\\Polyfill\\Ctype\\": ""
+ "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
},
"files": [
"bootstrap.php"
@@ -5425,56 +7360,82 @@
],
"authors": [
{
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
},
{
- "name": "Gert de Pagter",
- "email": "BackEndTea@gmail.com"
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony polyfill for ctype functions",
+ "description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
- "ctype",
+ "grapheme",
+ "intl",
"polyfill",
- "portable"
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.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": "2019-02-06T07:57:58+00:00"
+ "time": "2021-01-22T09:19:47+00:00"
},
{
- "name": "symfony/polyfill-mbstring",
- "version": "v1.11.0",
+ "name": "symfony/polyfill-intl-normalizer",
+ "version": "v1.22.1",
"source": {
"type": "git",
- "url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
+ "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
+ "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
- "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
+ "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=7.1"
},
"suggest": {
- "ext-mbstring": "For best performance"
+ "ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.11-dev"
+ "dev-main": "1.22-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
- "Symfony\\Polyfill\\Mbstring\\": ""
+ "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"files": [
"bootstrap.php"
+ ],
+ "classmap": [
+ "Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -5491,50 +7452,71 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony polyfill for the Mbstring extension",
+ "description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
- "mbstring",
+ "intl",
+ "normalizer",
"polyfill",
"portable",
"shim"
],
- "time": "2019-02-06T07:57:58+00:00"
+ "support": {
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.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": "2021-01-22T09:19:47+00:00"
},
{
- "name": "symfony/polyfill-php70",
- "version": "v1.11.0",
+ "name": "symfony/polyfill-mbstring",
+ "version": "v1.22.1",
"source": {
"type": "git",
- "url": "https://github.com/symfony/polyfill-php70.git",
- "reference": "bc4858fb611bda58719124ca079baff854149c89"
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
+ "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89",
- "reference": "bc4858fb611bda58719124ca079baff854149c89",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
+ "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
"shasum": ""
},
"require": {
- "paragonie/random_compat": "~1.0|~2.0|~9.99",
- "php": ">=5.3.3"
+ "php": ">=7.1"
+ },
+ "suggest": {
+ "ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.11-dev"
+ "dev-main": "1.22-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
- "Symfony\\Polyfill\\Php70\\": ""
+ "Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
- ],
- "classmap": [
- "Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -5551,45 +7533,70 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
+ "description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
+ "mbstring",
"polyfill",
"portable",
"shim"
],
- "time": "2019-02-06T07:57:58+00:00"
+ "support": {
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.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": "2021-01-22T09:19:47+00:00"
},
{
- "name": "symfony/polyfill-php72",
- "version": "v1.11.0",
+ "name": "symfony/polyfill-php73",
+ "version": "v1.22.1",
"source": {
"type": "git",
- "url": "https://github.com/symfony/polyfill-php72.git",
- "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
+ "url": "https://github.com/symfony/polyfill-php73.git",
+ "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
- "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
+ "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.11-dev"
+ "dev-main": "1.22-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
- "Symfony\\Polyfill\\Php72\\": ""
+ "Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
+ ],
+ "classmap": [
+ "Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -5606,7 +7613,7 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
+ "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
@@ -5614,34 +7621,55 @@
"portable",
"shim"
],
- "time": "2019-02-06T07:57:58+00:00"
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.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": "2021-01-07T16:49:33+00:00"
},
{
- "name": "symfony/polyfill-php73",
- "version": "v1.11.0",
+ "name": "symfony/polyfill-php80",
+ "version": "v1.22.1",
"source": {
"type": "git",
- "url": "https://github.com/symfony/polyfill-php73.git",
- "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd"
+ "url": "https://github.com/symfony/polyfill-php80.git",
+ "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
- "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
+ "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.11-dev"
+ "dev-main": "1.22-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
- "Symfony\\Polyfill\\Php73\\": ""
+ "Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
@@ -5655,6 +7683,10 @@
"MIT"
],
"authors": [
+ {
+ "name": "Ion Bazan",
+ "email": "ion.bazan@gmail.com"
+ },
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
@@ -5664,7 +7696,7 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
@@ -5672,31 +7704,44 @@
"portable",
"shim"
],
- "time": "2019-02-06T07:57:58+00:00"
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.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": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/process",
- "version": "v4.3.2",
+ "version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c"
+ "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/856d35814cf287480465bb7a6c413bb7f5f5e69c",
- "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c",
+ "url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
+ "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
"shasum": ""
},
"require": {
- "php": "^7.1.3"
+ "php": ">=7.2.5",
+ "symfony/polyfill-php80": "^1.15"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.3-dev"
- }
- },
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
@@ -5719,26 +7764,43 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Process Component",
+ "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
- "time": "2019-05-30T16:10:05+00:00"
+ "support": {
+ "source": "https://github.com/symfony/process/tree/v5.2.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": "2021-01-27T10:15:41+00:00"
},
{
"name": "symfony/service-contracts",
- "version": "v1.1.5",
+ "version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
- "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d"
+ "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
- "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
+ "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
"shasum": ""
},
"require": {
- "php": "^7.1.3",
+ "php": ">=7.2.5",
"psr/container": "^1.0"
},
"suggest": {
@@ -5747,7 +7809,11 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.1-dev"
+ "dev-master": "2.2-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
}
},
"autoload": {
@@ -5761,54 +7827,141 @@
],
"authors": [
{
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
+ "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.2.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/stopwatch.git",
+ "reference": "b12274acfab9d9850c52583d136a24398cdf1a0c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b12274acfab9d9850c52583d136a24398cdf1a0c",
+ "reference": "b12274acfab9d9850c52583d136a24398cdf1a0c",
+ "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": "Generic abstractions related to writing services",
+ "description": "Provides a way to profile code",
"homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
+ "support": {
+ "source": "https://github.com/symfony/stopwatch/tree/v5.2.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": "2019-06-13T11:15:36+00:00"
+ "time": "2021-01-27T10:15:41+00:00"
},
{
- "name": "symfony/stopwatch",
- "version": "v4.3.2",
+ "name": "symfony/string",
+ "version": "v5.2.4",
"source": {
"type": "git",
- "url": "https://github.com/symfony/stopwatch.git",
- "reference": "6b100e9309e8979cf1978ac1778eb155c1f7d93b"
+ "url": "https://github.com/symfony/string.git",
+ "reference": "4e78d7d47061fa183639927ec40d607973699609"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6b100e9309e8979cf1978ac1778eb155c1f7d93b",
- "reference": "6b100e9309e8979cf1978ac1778eb155c1f7d93b",
+ "url": "https://api.github.com/repos/symfony/string/zipball/4e78d7d47061fa183639927ec40d607973699609",
+ "reference": "4e78d7d47061fa183639927ec40d607973699609",
"shasum": ""
},
"require": {
- "php": "^7.1.3",
- "symfony/service-contracts": "^1.0"
+ "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"
},
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.3-dev"
- }
+ "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",
"autoload": {
"psr-4": {
- "Symfony\\Component\\Stopwatch\\": ""
+ "Symfony\\Component\\String\\": ""
},
+ "files": [
+ "Resources/functions.php"
+ ],
"exclude-from-classmap": [
"/Tests/"
]
@@ -5819,51 +7972,75 @@
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Stopwatch Component",
+ "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
"homepage": "https://symfony.com",
- "time": "2019-05-27T08:16:38+00:00"
+ "keywords": [
+ "grapheme",
+ "i18n",
+ "string",
+ "unicode",
+ "utf-8",
+ "utf8"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/string/tree/v5.2.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": "2021-02-16T10:20:28+00:00"
},
{
"name": "symfony/yaml",
- "version": "v4.3.2",
+ "version": "v5.2.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
- "reference": "c60ecf5ba842324433b46f58dc7afc4487dbab99"
+ "reference": "298a08ddda623485208506fcee08817807a251dd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/c60ecf5ba842324433b46f58dc7afc4487dbab99",
- "reference": "c60ecf5ba842324433b46f58dc7afc4487dbab99",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/298a08ddda623485208506fcee08817807a251dd",
+ "reference": "298a08ddda623485208506fcee08817807a251dd",
"shasum": ""
},
"require": {
- "php": "^7.1.3",
+ "php": ">=7.2.5",
+ "symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
- "symfony/console": "<3.4"
+ "symfony/console": "<4.4"
},
"require-dev": {
- "symfony/console": "~3.4|~4.0"
+ "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": "4.3-dev"
- }
- },
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
@@ -5886,38 +8063,60 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Yaml Component",
+ "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
- "time": "2019-04-06T14:04:46+00:00"
+ "support": {
+ "source": "https://github.com/symfony/yaml/tree/v5.2.5"
+ },
+ "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-03-06T07:59:01+00:00"
},
{
"name": "thecodingmachine/phpstan-safe-rule",
- "version": "v0.1.3",
+ "version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/thecodingmachine/phpstan-safe-rule.git",
- "reference": "00f4845905feb5240ca62fb799e3c51ba85c9230"
+ "reference": "1a1ae26c29011d2d48636353ecadf7fc40997401"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thecodingmachine/phpstan-safe-rule/zipball/00f4845905feb5240ca62fb799e3c51ba85c9230",
- "reference": "00f4845905feb5240ca62fb799e3c51ba85c9230",
+ "url": "https://api.github.com/repos/thecodingmachine/phpstan-safe-rule/zipball/1a1ae26c29011d2d48636353ecadf7fc40997401",
+ "reference": "1a1ae26c29011d2d48636353ecadf7fc40997401",
"shasum": ""
},
"require": {
- "php": "^7.1",
- "phpstan/phpstan": "^0.10 | ^0.11",
- "thecodingmachine/safe": "^0.1.11"
+ "php": "^7.1 || ^8.0",
+ "phpstan/phpstan": "^0.10 | ^0.11 | ^0.12",
+ "thecodingmachine/safe": "^1.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^7.5.2",
"squizlabs/php_codesniffer": "^3.4"
},
- "type": "library",
+ "type": "phpstan-extension",
"extra": {
"branch-alias": {
- "dev-master": "0.1-dev"
+ "dev-master": "1.0-dev"
+ },
+ "phpstan": {
+ "includes": [
+ "phpstan-safe-rule.neon"
+ ]
}
},
"autoload": {
@@ -5936,25 +8135,29 @@
}
],
"description": "A PHPStan rule to detect safety issues. Must be used in conjunction with thecodingmachine/safe",
- "time": "2019-03-07T13:52:42+00:00"
+ "support": {
+ "issues": "https://github.com/thecodingmachine/phpstan-safe-rule/issues",
+ "source": "https://github.com/thecodingmachine/phpstan-safe-rule/tree/v1.0.1"
+ },
+ "time": "2020-08-30T11:41:12+00:00"
},
{
"name": "thecodingmachine/phpstan-strict-rules",
- "version": "v0.11.2",
+ "version": "v0.12.1",
"source": {
"type": "git",
"url": "https://github.com/thecodingmachine/phpstan-strict-rules.git",
- "reference": "e3d746a61d38993ca2bc2e2fcda7012150de120c"
+ "reference": "4bb334f6f637ebfba83cfdc7392d549a8a3fbba7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thecodingmachine/phpstan-strict-rules/zipball/e3d746a61d38993ca2bc2e2fcda7012150de120c",
- "reference": "e3d746a61d38993ca2bc2e2fcda7012150de120c",
+ "url": "https://api.github.com/repos/thecodingmachine/phpstan-strict-rules/zipball/4bb334f6f637ebfba83cfdc7392d549a8a3fbba7",
+ "reference": "4bb334f6f637ebfba83cfdc7392d549a8a3fbba7",
"shasum": ""
},
"require": {
- "php": "^7.1",
- "phpstan/phpstan": "^0.11.7"
+ "php": "^7.1|^8.0",
+ "phpstan/phpstan": "^0.12"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
@@ -5963,7 +8166,7 @@
"type": "phpstan-extension",
"extra": {
"branch-alias": {
- "dev-master": "0.10-dev"
+ "dev-master": "0.12-dev"
},
"phpstan": {
"includes": [
@@ -5987,159 +8190,31 @@
}
],
"description": "A set of additional rules for PHPStan based on best practices followed at TheCodingMachine",
- "time": "2019-06-08T20:09:55+00:00"
- },
- {
- "name": "thecodingmachine/safe",
- "version": "v0.1.16",
- "source": {
- "type": "git",
- "url": "https://github.com/thecodingmachine/safe.git",
- "reference": "4e8f840f0a0a2ea167813c3994a7fc527c3c2182"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/4e8f840f0a0a2ea167813c3994a7fc527c3c2182",
- "reference": "4e8f840f0a0a2ea167813c3994a7fc527c3c2182",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "require-dev": {
- "phpstan/phpstan": "^0.10.3",
- "squizlabs/php_codesniffer": "^3.2",
- "thecodingmachine/phpstan-strict-rules": "^0.10.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Safe\\": [
- "lib/",
- "generated/"
- ]
- },
- "files": [
- "generated/apache.php",
- "generated/apc.php",
- "generated/apcu.php",
- "generated/array.php",
- "generated/bzip2.php",
- "generated/classobj.php",
- "generated/com.php",
- "generated/cubrid.php",
- "generated/curl.php",
- "generated/datetime.php",
- "generated/dir.php",
- "generated/eio.php",
- "generated/errorfunc.php",
- "generated/exec.php",
- "generated/fileinfo.php",
- "generated/filesystem.php",
- "generated/filter.php",
- "generated/fpm.php",
- "generated/ftp.php",
- "generated/funchand.php",
- "generated/gmp.php",
- "generated/gnupg.php",
- "generated/hash.php",
- "generated/ibase.php",
- "generated/ibmDb2.php",
- "generated/iconv.php",
- "generated/image.php",
- "generated/imap.php",
- "generated/info.php",
- "generated/ingres-ii.php",
- "generated/inotify.php",
- "generated/json.php",
- "generated/ldap.php",
- "generated/libevent.php",
- "generated/libxml.php",
- "generated/lzf.php",
- "generated/mailparse.php",
- "generated/mbstring.php",
- "generated/misc.php",
- "generated/msql.php",
- "generated/mssql.php",
- "generated/mysql.php",
- "generated/mysqli.php",
- "generated/mysqlndMs.php",
- "generated/mysqlndQc.php",
- "generated/network.php",
- "generated/oci8.php",
- "generated/opcache.php",
- "generated/openssl.php",
- "generated/outcontrol.php",
- "generated/password.php",
- "generated/pcntl.php",
- "generated/pcre.php",
- "generated/pdf.php",
- "generated/pgsql.php",
- "generated/posix.php",
- "generated/ps.php",
- "generated/pspell.php",
- "generated/readline.php",
- "generated/rrd.php",
- "generated/sem.php",
- "generated/session.php",
- "generated/shmop.php",
- "generated/simplexml.php",
- "generated/sockets.php",
- "generated/sodium.php",
- "generated/solr.php",
- "generated/spl.php",
- "generated/sqlsrv.php",
- "generated/ssdeep.php",
- "generated/ssh2.php",
- "generated/stats.php",
- "generated/stream.php",
- "generated/strings.php",
- "generated/swoole.php",
- "generated/uodbc.php",
- "generated/uopz.php",
- "generated/url.php",
- "generated/var.php",
- "generated/xdiff.php",
- "generated/xml.php",
- "generated/xmlrpc.php",
- "generated/yaml.php",
- "generated/yaz.php",
- "generated/zip.php",
- "generated/zlib.php",
- "lib/special_cases.php"
- ]
+ "support": {
+ "issues": "https://github.com/thecodingmachine/phpstan-strict-rules/issues",
+ "source": "https://github.com/thecodingmachine/phpstan-strict-rules/tree/master"
},
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "PHP core functions that throw exceptions instead of returning FALSE on error",
- "time": "2019-06-25T08:45:33+00:00"
+ "time": "2020-09-08T09:14:10+00:00"
},
{
"name": "theseer/tokenizer",
- "version": "1.1.3",
+ "version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
- "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
+ "reference": "75a63c33a8577608444246075ea0af0d052e452a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
- "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
+ "reference": "75a63c33a8577608444246075ea0af0d052e452a",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
- "php": "^7.0"
+ "php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
@@ -6159,36 +8234,53 @@
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
- "time": "2019-06-13T22:48:21+00:00"
+ "support": {
+ "issues": "https://github.com/theseer/tokenizer/issues",
+ "source": "https://github.com/theseer/tokenizer/tree/master"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/theseer",
+ "type": "github"
+ }
+ ],
+ "time": "2020-07-12T23:59:07+00:00"
},
{
"name": "vimeo/psalm",
- "version": "3.4.9",
+ "version": "4.6.4",
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
- "reference": "aa0efcf026e353ce2a4b66c4d3d81caebbf0966a"
+ "reference": "97fe86c4e158b5a57c5150aa5055c38b5a809aab"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/vimeo/psalm/zipball/aa0efcf026e353ce2a4b66c4d3d81caebbf0966a",
- "reference": "aa0efcf026e353ce2a4b66c4d3d81caebbf0966a",
+ "url": "https://api.github.com/repos/vimeo/psalm/zipball/97fe86c4e158b5a57c5150aa5055c38b5a809aab",
+ "reference": "97fe86c4e158b5a57c5150aa5055c38b5a809aab",
"shasum": ""
},
"require": {
- "amphp/amp": "^2.1",
+ "amphp/amp": "^2.4.2",
"amphp/byte-stream": "^1.5",
+ "composer/package-versions-deprecated": "^1.8.0",
+ "composer/semver": "^1.4 || ^2.0 || ^3.0",
"composer/xdebug-handler": "^1.1",
+ "dnoegel/php-xdg-base-dir": "^0.1.1",
+ "ext-dom": "*",
+ "ext-json": "*",
+ "ext-libxml": "*",
+ "ext-mbstring": "*",
+ "ext-simplexml": "*",
+ "ext-tokenizer": "*",
"felixfbecker/advanced-json-rpc": "^3.0.3",
- "felixfbecker/language-server-protocol": "^1.4",
- "netresearch/jsonmapper": "^1.0",
- "nikic/php-parser": "^4.2",
- "ocramius/package-versions": "^1.2",
+ "felixfbecker/language-server-protocol": "^1.5",
+ "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
+ "nikic/php-parser": "^4.10.1",
"openlss/lib-array2xml": "^1.0",
- "php": "^7.1",
- "sebastian/diff": "^3.0",
- "symfony/console": "^3.3||^4.0",
- "webmozart/glob": "^4.1",
+ "php": "^7.1|^8",
+ "sebastian/diff": "^3.0 || ^4.0",
+ "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
"webmozart/path-util": "^2.3"
},
"provide": {
@@ -6196,39 +8288,45 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
- "friendsofphp/php-cs-fixer": "^2.15",
- "phpmyadmin/sql-parser": "^5.0",
- "phpunit/phpunit": "^7.5 || ^8.0",
- "psalm/plugin-phpunit": "^0.6",
- "slevomat/coding-standard": "^5.0",
- "squizlabs/php_codesniffer": "3.4.0",
- "symfony/process": "^4.3"
+ "brianium/paratest": "^4.0||^6.0",
+ "ext-curl": "*",
+ "php-parallel-lint/php-parallel-lint": "^1.2",
+ "phpdocumentor/reflection-docblock": "^5",
+ "phpmyadmin/sql-parser": "5.1.0||dev-master",
+ "phpspec/prophecy": ">=1.9.0",
+ "phpunit/phpunit": "^9.0",
+ "psalm/plugin-phpunit": "^0.13",
+ "slevomat/coding-standard": "^6.3.11",
+ "squizlabs/php_codesniffer": "^3.5",
+ "symfony/process": "^4.3",
+ "weirdan/prophecy-shim": "^1.0 || ^2.0"
},
"suggest": {
"ext-igbinary": "^2.0.5"
},
"bin": [
"psalm",
- "psalter",
"psalm-language-server",
"psalm-plugin",
- "psalm-refactor"
+ "psalm-refactor",
+ "psalter"
],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.x-dev",
+ "dev-master": "4.x-dev",
+ "dev-3.x": "3.x-dev",
"dev-2.x": "2.x-dev",
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
- "Psalm\\Plugin\\": "src/Psalm/Plugin",
- "Psalm\\": "src/Psalm"
+ "Psalm\\": "src/Psalm/"
},
"files": [
- "src/functions.php"
+ "src/functions.php",
+ "src/spl_object_id.php"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -6246,34 +8344,41 @@
"inspection",
"php"
],
- "time": "2019-07-09T11:39:03+00:00"
+ "support": {
+ "issues": "https://github.com/vimeo/psalm/issues",
+ "source": "https://github.com/vimeo/psalm/tree/4.6.4"
+ },
+ "time": "2021-03-16T23:28:18+00:00"
},
{
"name": "webmozart/assert",
- "version": "1.4.0",
+ "version": "1.10.0",
"source": {
"type": "git",
- "url": "https://github.com/webmozart/assert.git",
- "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
+ "url": "https://github.com/webmozarts/assert.git",
+ "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
- "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
+ "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
+ "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
"shasum": ""
},
"require": {
- "php": "^5.3.3 || ^7.0",
+ "php": "^7.2 || ^8.0",
"symfony/polyfill-ctype": "^1.8"
},
+ "conflict": {
+ "phpstan/phpstan": "<0.12.20",
+ "vimeo/psalm": "<4.6.1 || 4.6.2"
+ },
"require-dev": {
- "phpunit/phpunit": "^4.6",
- "sebastian/version": "^1.0.1"
+ "phpunit/phpunit": "^8.5.13"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.3-dev"
+ "dev-master": "1.10-dev"
}
},
"autoload": {
@@ -6297,30 +8402,33 @@
"check",
"validate"
],
- "time": "2018-12-25T11:19:39+00:00"
+ "support": {
+ "issues": "https://github.com/webmozarts/assert/issues",
+ "source": "https://github.com/webmozarts/assert/tree/1.10.0"
+ },
+ "time": "2021-03-09T10:59:23+00:00"
},
{
"name": "webmozart/glob",
- "version": "4.1.0",
+ "version": "4.3.0",
"source": {
"type": "git",
- "url": "https://github.com/webmozart/glob.git",
- "reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe"
+ "url": "https://github.com/webmozarts/glob.git",
+ "reference": "06358fafde0f32edb4513f4fd88fe113a40c90ee"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/webmozart/glob/zipball/3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe",
- "reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe",
+ "url": "https://api.github.com/repos/webmozarts/glob/zipball/06358fafde0f32edb4513f4fd88fe113a40c90ee",
+ "reference": "06358fafde0f32edb4513f4fd88fe113a40c90ee",
"shasum": ""
},
"require": {
- "php": "^5.3.3|^7.0",
+ "php": "^7.3 || ^8.0.0",
"webmozart/path-util": "^2.2"
},
"require-dev": {
- "phpunit/phpunit": "^4.6",
- "sebastian/version": "^1.0.1",
- "symfony/filesystem": "^2.5"
+ "phpunit/phpunit": "^8.0",
+ "symfony/filesystem": "^5.1"
},
"type": "library",
"extra": {
@@ -6344,7 +8452,11 @@
}
],
"description": "A PHP implementation of Ant's glob.",
- "time": "2015-12-29T11:14:33+00:00"
+ "support": {
+ "issues": "https://github.com/webmozarts/glob/issues",
+ "source": "https://github.com/webmozarts/glob/tree/4.3.0"
+ },
+ "time": "2021-01-21T06:17:15+00:00"
},
{
"name": "webmozart/path-util",
@@ -6390,27 +8502,36 @@
}
],
"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
+ "support": {
+ "issues": "https://github.com/webmozart/path-util/issues",
+ "source": "https://github.com/webmozart/path-util/tree/2.3.0"
+ },
"time": "2015-12-17T08:42:14+00:00"
},
{
"name": "wyrihaximus/async-test-utilities",
- "version": "1.1.0",
+ "version": "3.4.20",
"source": {
"type": "git",
"url": "https://github.com/WyriHaximus/php-async-test-utilities.git",
- "reference": "77f17676714e89df36d44034dec9e2ae8fcb7c57"
+ "reference": "11efb6f57d078ea96cb8f34edb4c2fce0e0f888e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/77f17676714e89df36d44034dec9e2ae8fcb7c57",
- "reference": "77f17676714e89df36d44034dec9e2ae8fcb7c57",
+ "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/11efb6f57d078ea96cb8f34edb4c2fce0e0f888e",
+ "reference": "11efb6f57d078ea96cb8f34edb4c2fce0e0f888e",
"shasum": ""
},
"require": {
- "clue/block-react": "^1.3",
- "php": "^7.2",
- "wyrihaximus/cs-fixer-config": "^1.0.1",
- "wyrihaximus/test-utilities": "^1.2.1"
+ "clue/block-react": "^1.4",
+ "php": "^8 || ^7.4",
+ "phpunit/phpunit": "^9.5",
+ "react/event-loop": "^1.1",
+ "react/promise": "^2.8",
+ "wyrihaximus/test-utilities": "^3.6.3"
+ },
+ "require-dev": {
+ "wyrihaximus/iterator-or-array-to-array": "^1.1"
},
"type": "library",
"autoload": {
@@ -6429,75 +8550,81 @@
}
],
"description": "Test utilities for api-clients packages",
- "time": "2019-03-16T20:16:08+00:00"
+ "support": {
+ "issues": "https://github.com/WyriHaximus/php-async-test-utilities/issues",
+ "source": "https://github.com/WyriHaximus/php-async-test-utilities/tree/3.4.20"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/WyriHaximus",
+ "type": "github"
+ }
+ ],
+ "time": "2021-03-18T08:15:27+00:00"
},
{
- "name": "wyrihaximus/cs-fixer-config",
- "version": "1.0.1",
+ "name": "wyrihaximus/coding-standard",
+ "version": "2.3.0",
"source": {
"type": "git",
- "url": "https://github.com/WyriHaximus/php-cs-fixer-config.git",
- "reference": "a36a4f35c8b499252518ec6094a1de5f010fc999"
+ "url": "https://github.com/WyriHaximus/php-coding-standard.git",
+ "reference": "a9faf9a24c1c115962f8c141e958c4ef7aaac16a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/WyriHaximus/php-cs-fixer-config/zipball/a36a4f35c8b499252518ec6094a1de5f010fc999",
- "reference": "a36a4f35c8b499252518ec6094a1de5f010fc999",
+ "url": "https://api.github.com/repos/WyriHaximus/php-coding-standard/zipball/a9faf9a24c1c115962f8c141e958c4ef7aaac16a",
+ "reference": "a9faf9a24c1c115962f8c141e958c4ef7aaac16a",
"shasum": ""
},
"require": {
- "friendsofphp/php-cs-fixer": "^2.14",
- "php": "^7.2"
- },
- "require-dev": {
- "wyrihaximus/test-utilities": "^1.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "WyriHaximus\\CsFixerConfig\\": "src/"
- },
- "files": [
- "src/rules_include.php"
- ]
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
+ "doctrine/coding-standard": "^8.0",
+ "php": "^7.4",
+ "slevomat/coding-standard": "^6.3",
+ "squizlabs/php_codesniffer": "^3.5"
},
+ "type": "phpcodesniffer-standard",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "authors": [
+ "description": "WyriHaximus Coding Standard",
+ "support": {
+ "issues": "https://github.com/WyriHaximus/php-coding-standard/issues",
+ "source": "https://github.com/WyriHaximus/php-coding-standard/tree/2.3.0"
+ },
+ "funding": [
{
- "name": "Cees-Jan Kiewiet",
- "email": "ceesjank@gmail.com"
+ "url": "https://github.com/WyriHaximus",
+ "type": "github"
}
],
- "description": "friendsofphp/php-cs-fixer config",
- "time": "2019-01-20T17:38:15+00:00"
+ "time": "2021-01-27T20:28:30+00:00"
},
{
"name": "wyrihaximus/phpstan-rules-wrapper",
- "version": "1.0.0",
+ "version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/WyriHaximus/php-phpstan-rules-wrapper.git",
- "reference": "d582a3204b9842514a80cd4a8c55e4a69aae19f5"
+ "reference": "1d59dbe529c1b61eb1b4ebff190c019af1a57fd4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/WyriHaximus/php-phpstan-rules-wrapper/zipball/d582a3204b9842514a80cd4a8c55e4a69aae19f5",
- "reference": "d582a3204b9842514a80cd4a8c55e4a69aae19f5",
+ "url": "https://api.github.com/repos/WyriHaximus/php-phpstan-rules-wrapper/zipball/1d59dbe529c1b61eb1b4ebff190c019af1a57fd4",
+ "reference": "1d59dbe529c1b61eb1b4ebff190c019af1a57fd4",
"shasum": ""
},
"require": {
- "jangregor/phpstan-prophecy": "^0.3.0",
- "localheinz/phpstan-rules": "^0.7.1",
- "pepakriz/phpstan-exception-rules": "^0.7.0",
- "phpstan/phpstan-deprecation-rules": "^0.11.0",
- "phpstan/phpstan-php-parser": "^0.11.0",
- "phpstan/phpstan-phpunit": "^0.11.0",
- "phpstan/phpstan-strict-rules": "^0.11.0",
- "thecodingmachine/phpstan-safe-rule": "^0.1.3",
- "thecodingmachine/phpstan-strict-rules": "^0.11.0"
+ "ergebnis/phpstan-rules": "^0.14.2",
+ "jangregor/phpstan-prophecy": "^0.5.1 || ^0.6.0",
+ "pepakriz/phpstan-exception-rules": "^0.10.1",
+ "phpstan/phpstan-deprecation-rules": "^0.12.0",
+ "phpstan/phpstan-php-parser": "^0.12.0",
+ "phpstan/phpstan-phpunit": "^0.12.3",
+ "phpstan/phpstan-strict-rules": "^0.12.0",
+ "thecodingmachine/phpstan-safe-rule": "^1.0",
+ "thecodingmachine/phpstan-strict-rules": "^0.12.0"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
@@ -6510,40 +8637,79 @@
"email": "ceesjank@gmail.com"
}
],
- "description": "? PHPStan rules wrapper",
- "time": "2019-03-16T14:53:23+00:00"
+ "description": "๐ฏ PHPStan rules wrapper",
+ "support": {
+ "issues": "https://github.com/WyriHaximus/php-phpstan-rules-wrapper/issues",
+ "source": "https://github.com/WyriHaximus/php-phpstan-rules-wrapper/tree/1.2.2"
+ },
+ "time": "2020-01-22T16:22:33+00:00"
},
{
"name": "wyrihaximus/test-utilities",
- "version": "1.4.0",
+ "version": "3.6.5",
"source": {
"type": "git",
"url": "https://github.com/WyriHaximus/php-test-utilities.git",
- "reference": "8072ed390fb2f72ddf10f0b440af8692809bcd44"
+ "reference": "4352750fe5bd9135fecf85d7d515b5c148f84b8f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/WyriHaximus/php-test-utilities/zipball/8072ed390fb2f72ddf10f0b440af8692809bcd44",
- "reference": "8072ed390fb2f72ddf10f0b440af8692809bcd44",
+ "url": "https://api.github.com/repos/WyriHaximus/php-test-utilities/zipball/4352750fe5bd9135fecf85d7d515b5c148f84b8f",
+ "reference": "4352750fe5bd9135fecf85d7d515b5c148f84b8f",
"shasum": ""
},
"require": {
- "composer/composer": "^1.8",
- "friendsofphp/php-cs-fixer": "^2.14",
- "infection/infection": "^0.11.4 || ^0.12.0 || ^0.13.0",
- "jakub-onderka/php-console-highlighter": "^0.4",
- "jakub-onderka/php-parallel-lint": "^1.0.0",
- "localheinz/composer-normalize": "^1.0.0",
- "nunomaduro/collision": "^2.1 || ^3.0",
- "php": "^7.2",
- "phpstan/phpstan": "^0.10.7 || ^0.11.0",
- "phpunit/phpunit": "^7.5 || ^8.0",
- "psalm/plugin-phpunit": "^0.6.0",
- "vimeo/psalm": "^3.4",
- "wyrihaximus/cs-fixer-config": "^1.0.1",
- "wyrihaximus/phpstan-rules-wrapper": "^1.0"
+ "composer/composer": "^1.10.20",
+ "ergebnis/composer-normalize": "^2.13.3",
+ "icanhazstring/composer-unused": "^0.7.5",
+ "infection/infection": "^0.20.1",
+ "jakobbuis/simple-slow-test-reporter": "^1.0",
+ "maglnet/composer-require-checker": "^3.2.0",
+ "nunomaduro/collision": "^5.3.0",
+ "php": "^8 || ^7.4",
+ "php-coveralls/php-coveralls": "^2.4.3",
+ "php-parallel-lint/php-console-highlighter": "^0.5",
+ "php-parallel-lint/php-parallel-lint": "^1.2.0",
+ "phpspec/prophecy": "^1.12.2",
+ "phpspec/prophecy-phpunit": "^2.0.1",
+ "phpstan/phpstan": "^0.12.82",
+ "phpunit/phpunit": "^9.5.3",
+ "psalm/plugin-phpunit": "^0.15.1",
+ "roave/backward-compatibility-check": "^5.0.0",
+ "roave/infection-static-analysis-plugin": "^1.7.1",
+ "squizlabs/php_codesniffer": "^3.5.8",
+ "thecodingmachine/safe": "^1.3.3",
+ "vimeo/psalm": "^4.6.4",
+ "wyrihaximus/coding-standard": "^2.3.0",
+ "wyrihaximus/phpstan-rules-wrapper": "^1.2.2"
+ },
+ "conflict": {
+ "beberlei/assert": ">= 3.3"
},
"type": "library",
+ "extra": {
+ "unused": [
+ "php",
+ "composer/composer",
+ "friendsofphp/php-cs-fixer",
+ "icanhazstring/composer-unused",
+ "infection/infection",
+ "jakobbuis/simple-slow-test-reporter",
+ "php-coveralls/php-coveralls",
+ "php-parallel-lint/php-console-highlighter",
+ "php-parallel-lint/php-parallel-lint",
+ "maglnet/composer-require-checker",
+ "nunomaduro/collision",
+ "phpstan/phpstan",
+ "phpunit/phpunit",
+ "psalm/plugin-phpunit",
+ "roave/backward-compatibility-check",
+ "roave/infection-static-analysis-plugin",
+ "slevomat/coding-standard",
+ "vimeo/psalm",
+ "wyrihaximus/phpstan-rules-wrapper"
+ ]
+ },
"autoload": {
"psr-4": {
"WyriHaximus\\TestUtilities\\": "src/"
@@ -6559,8 +8725,18 @@
"email": "ceesjank@gmail.com"
}
],
- "description": "Test utilities for api-clients packages",
- "time": "2019-06-06T00:21:09+00:00"
+ "description": "๐ ๏ธ Test utilities for api-clients packages",
+ "support": {
+ "issues": "https://github.com/WyriHaximus/php-test-utilities/issues",
+ "source": "https://github.com/WyriHaximus/php-test-utilities/tree/3.6.5"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/WyriHaximus",
+ "type": "github"
+ }
+ ],
+ "time": "2021-03-22T22:53:14+00:00"
}
],
"aliases": [],
@@ -6569,10 +8745,11 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
- "php": "^7.2"
+ "php": "^7.4"
},
"platform-dev": [],
"platform-overrides": {
- "php": "7.2"
- }
+ "php": "7.4.7"
+ },
+ "plugin-api-version": "2.0.0"
}
diff --git a/etc/qa/.phpunit.result.cache b/etc/qa/.phpunit.result.cache
new file mode 100644
index 0000000..ef08c2f
--- /dev/null
+++ b/etc/qa/.phpunit.result.cache
@@ -0,0 +1 @@
+C:37:"PHPUnit\Runner\DefaultTestResultCache":13347:{a:2:{s:7:"defects";a:26:{s:76:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testChildProcess";i:4;s:91:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testNotAlogger with data set #0";i:3;s:91:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testNotAlogger with data set #1";i:3;s:91:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testNotAlogger with data set #2";i:3;s:91:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testNotAlogger with data set #3";i:3;s:91:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testNotAlogger with data set #4";i:3;s:91:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testNotAlogger with data set #5";i:3;s:91:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testNotAlogger with data set #6";i:3;s:81:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testErrorWhileLogging";i:3;s:47:"WyriHaximus\Tests\React\Cache\JsonTest::testSet";i:4;s:50:"WyriHaximus\Tests\React\Cache\JsonTest::testDelete";i:4;s:48:"WyriHaximus\Tests\React\Cache\RedisTest::testGet";i:4;s:59:"WyriHaximus\Tests\React\Cache\RedisTest::testGetNonExistant";i:3;s:48:"WyriHaximus\Tests\React\Cache\RedisTest::testSet";i:4;s:57:"WyriHaximus\Tests\React\Cache\RedisTest::testSetGlobalTtl";i:4;s:51:"WyriHaximus\Tests\React\Cache\RedisTest::testSetTtl";i:4;s:60:"WyriHaximus\Tests\React\Cache\RedisTest::testSetTtlException";i:4;s:57:"WyriHaximus\Tests\React\Cache\RedisTest::testSetException";i:4;s:51:"WyriHaximus\Tests\React\Cache\RedisTest::testDelete";i:4;s:60:"WyriHaximus\Tests\React\Cache\RedisTest::testDeleteException";i:4;s:48:"WyriHaximus\Tests\React\Cache\RedisTest::testHas";i:4;s:59:"WyriHaximus\Tests\React\Cache\RedisTest::testDeleteMultiple";i:4;s:68:"WyriHaximus\Tests\React\Cache\RedisTest::testDeleteMultipleException";i:4;s:50:"WyriHaximus\Tests\React\Cache\RedisTest::testCLear";i:4;s:56:"WyriHaximus\Tests\React\Cache\RedisTest::testSetMultiple";i:4;s:56:"WyriHaximus\Tests\React\Cache\RedisTest::testGetMultiple";i:4;}s:5:"times";a:116:{s:84:"WyriHaximus\React\Tests\ChildProcess\Messenger\ChildProcess\ProcessTest::testProcess";d:0.043;s:110:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #0";d:0.001;s:110:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #1";d:0;s:110:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #2";d:0;s:110:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #3";d:0;s:110:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #4";d:0;s:110:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #5";d:0.001;s:110:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #6";d:0;s:110:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #7";d:0;s:110:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #8";d:0;s:110:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #9";d:0;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #10";d:0.001;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #11";d:0;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #12";d:0;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #13";d:0;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #14";d:0;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #15";d:0.001;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #16";d:0;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #17";d:0;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #18";d:0;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #19";d:0;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #20";d:0.001;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #21";d:0;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #22";d:0;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #23";d:0;s:111:"WyriHaximus\React\Tests\ChildProcess\Messenger\Examples\ExamplesChildProcessTest::testIsPrime with data set #24";d:0;s:88:"WyriHaximus\React\Tests\ChildProcess\Messenger\FactoryTest::testParentFromClassException";d:0.01;s:84:"WyriHaximus\React\Tests\ChildProcess\Messenger\FactoryTest::parentFromClassActualRun";d:0.126;s:76:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\ErrorTest::testBasic";d:0.006;s:98:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\FactoryTest::testFromLine with data set #0";d:0.004;s:98:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\FactoryTest::testFromLine with data set #1";d:0.005;s:98:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\FactoryTest::testFromLine with data set #2";d:0.004;s:98:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\FactoryTest::testFromLine with data set #3";d:0.004;s:98:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\FactoryTest::testFromLine with data set #4";d:0.009;s:98:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\FactoryTest::testFromLine with data set #5";d:0.006;s:90:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\FactoryTest::testFromLineException";d:0.003;s:108:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\LineDecoderTest::testLines with data set "throwable"";d:0.001;s:105:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\LineDecoderTest::testLines with data set "simple"";d:0.004;s:106:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\LineDecoderTest::testLines with data set "complex"";d:0.002;s:108:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\LineEncoderTest::testLines with data set "throwable"";d:0.001;s:105:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\LineEncoderTest::testLines with data set "simple"";d:0.001;s:106:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\LineEncoderTest::testLines with data set "complex"";d:0.001;s:92:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\LineTest::testBasic with data set #0";d:0.001;s:92:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\LineTest::testBasic with data set #1";d:0.001;s:78:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\MessageTest::testBasic";d:0.001;s:78:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\PayloadTest::testBasic";d:0.002;s:79:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\RpcErrorTest::testBasic";d:0.005;s:81:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\RpcSuccessTest::testBasic";d:0.001;s:74:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\RpcTest::testBasic";d:0.001;s:83:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\RpcTest::testHasNoRpcTarget";d:0.003;s:76:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\RpcTest::testSuccess";d:0.002;s:74:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\RpcTest::testError";d:0.002;s:98:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\SecureLineTest::testBasic with data set #0";d:0.004;s:98:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\SecureLineTest::testBasic with data set #1";d:0.004;s:93:"WyriHaximus\React\Tests\ChildProcess\Messenger\Messages\SecureLineTest::testSignatureMismatch";d:0.001;s:78:"WyriHaximus\React\Tests\ChildProcess\Messenger\MessengerTest::testSetAndHasRpc";d:0.003;s:73:"WyriHaximus\React\Tests\ChildProcess\Messenger\MessengerTest::testMessage";d:0.002;s:71:"WyriHaximus\React\Tests\ChildProcess\Messenger\MessengerTest::testError";d:0.002;s:69:"WyriHaximus\React\Tests\ChildProcess\Messenger\MessengerTest::testRpc";d:0.002;s:76:"WyriHaximus\React\Tests\ChildProcess\Messenger\MessengerTest::testEmitOnData";d:0.001;s:73:"WyriHaximus\React\Tests\ChildProcess\Messenger\MessengerTest::testCrashed";d:0.001;s:77:"WyriHaximus\React\Tests\ChildProcess\Messenger\OutstandingCallTest::testBasic";d:0.001;s:78:"WyriHaximus\React\Tests\ChildProcess\Messenger\OutstandingCallsTest::testBasic";d:0.001;s:76:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testChildProcess";d:0.032;s:91:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testNotAlogger with data set #0";d:0.002;s:91:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testNotAlogger with data set #1";d:0.001;s:91:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testNotAlogger with data set #2";d:0.001;s:91:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testNotAlogger with data set #3";d:0.001;s:91:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testNotAlogger with data set #4";d:0.001;s:91:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testNotAlogger with data set #5";d:0.001;s:91:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testNotAlogger with data set #6";d:0.001;s:81:"WyriHaximus\React\Tests\ChildProcess\PSR3\ChildProcessTest::testErrorWhileLogging";d:0.003;s:47:"WyriHaximus\Tests\React\Cache\JsonTest::testGet";d:0.03;s:66:"WyriHaximus\Tests\React\Cache\JsonTest::testGetNullShouldBeIgnored";d:0.001;s:47:"WyriHaximus\Tests\React\Cache\JsonTest::testSet";d:0.001;s:50:"WyriHaximus\Tests\React\Cache\JsonTest::testDelete";d:0.001;s:55:"WyriHaximus\Tests\React\Cache\JsonTest::testGetMultiple";d:0.001;s:74:"WyriHaximus\Tests\React\Cache\JsonTest::testGetMultipleNullShouldBeIgnored";d:0.001;s:55:"WyriHaximus\Tests\React\Cache\JsonTest::testSetMultiple";d:0.001;s:58:"WyriHaximus\Tests\React\Cache\JsonTest::testDeleteMultiple";d:0.001;s:49:"WyriHaximus\Tests\React\Cache\JsonTest::testClear";d:0.001;s:47:"WyriHaximus\Tests\React\Cache\JsonTest::testHas";d:0.001;s:65:"WyriHaximus\Tests\React\Cache\FallbackTest::testGetPrimaryHasItem";d:0.032;s:89:"WyriHaximus\Tests\React\Cache\FallbackTest::testGetFallbackHasItemAndWIllBeAddedToPrimary";d:0.001;s:51:"WyriHaximus\Tests\React\Cache\FallbackTest::testSet";d:0.002;s:59:"WyriHaximus\Tests\React\Cache\FallbackTest::testSetOneFails";d:0.002;s:60:"WyriHaximus\Tests\React\Cache\FallbackTest::testSetException";d:0.002;s:54:"WyriHaximus\Tests\React\Cache\FallbackTest::testRemove";d:0.002;s:63:"WyriHaximus\Tests\React\Cache\FallbackTest::testRemoveException";d:0.001;s:51:"WyriHaximus\Tests\React\Cache\FallbackTest::testHas";d:0.001;s:60:"WyriHaximus\Tests\React\Cache\FallbackTest::testHasException";d:0.001;s:53:"WyriHaximus\Tests\React\Cache\FallbackTest::testClear";d:0.002;s:62:"WyriHaximus\Tests\React\Cache\FallbackTest::testClearException";d:0.002;s:59:"WyriHaximus\Tests\React\Cache\FallbackTest::testSetMultiple";d:0.002;s:67:"WyriHaximus\Tests\React\Cache\FallbackTest::testSetMultipleOneFails";d:0.001;s:68:"WyriHaximus\Tests\React\Cache\FallbackTest::testSetMultipleException";d:0.001;s:62:"WyriHaximus\Tests\React\Cache\FallbackTest::testDeleteMultiple";d:0.002;s:70:"WyriHaximus\Tests\React\Cache\FallbackTest::testDeleteMultipleOneFails";d:0.001;s:71:"WyriHaximus\Tests\React\Cache\FallbackTest::testDeleteMultipleException";d:0.002;s:59:"WyriHaximus\Tests\React\Cache\FallbackTest::testGetMultiple";d:0.001;s:67:"WyriHaximus\Tests\React\Cache\FallbackTest::testGetMultipleOneFails";d:0.001;s:48:"WyriHaximus\Tests\React\Cache\RedisTest::testGet";d:0.053;s:59:"WyriHaximus\Tests\React\Cache\RedisTest::testGetNonExistant";d:0.001;s:48:"WyriHaximus\Tests\React\Cache\RedisTest::testSet";d:0.001;s:57:"WyriHaximus\Tests\React\Cache\RedisTest::testSetGlobalTtl";d:0.001;s:51:"WyriHaximus\Tests\React\Cache\RedisTest::testSetTtl";d:0.001;s:60:"WyriHaximus\Tests\React\Cache\RedisTest::testSetTtlException";d:0.001;s:57:"WyriHaximus\Tests\React\Cache\RedisTest::testSetException";d:0.001;s:51:"WyriHaximus\Tests\React\Cache\RedisTest::testDelete";d:0.001;s:60:"WyriHaximus\Tests\React\Cache\RedisTest::testDeleteException";d:0.001;s:48:"WyriHaximus\Tests\React\Cache\RedisTest::testHas";d:0.001;s:59:"WyriHaximus\Tests\React\Cache\RedisTest::testDeleteMultiple";d:0.001;s:68:"WyriHaximus\Tests\React\Cache\RedisTest::testDeleteMultipleException";d:0.001;s:50:"WyriHaximus\Tests\React\Cache\RedisTest::testCLear";d:0.001;s:56:"WyriHaximus\Tests\React\Cache\RedisTest::testSetMultiple";d:0.001;s:56:"WyriHaximus\Tests\React\Cache\RedisTest::testGetMultiple";d:0.001;}}}
\ No newline at end of file
diff --git a/etc/qa/composer-require-checker.json b/etc/qa/composer-require-checker.json
new file mode 100644
index 0000000..073594b
--- /dev/null
+++ b/etc/qa/composer-require-checker.json
@@ -0,0 +1,19 @@
+{
+ "symbol-whitelist" : [
+ "null", "true", "false",
+ "static", "self", "parent",
+ "array", "string", "int", "float", "bool", "iterable", "callable", "void", "object",
+ "Safe\\date", "WyriHaximus\\Constants\\Boolean\\FALSE_", "WyriHaximus\\Constants\\Boolean\\TRUE_",
+ "WyriHaximus\\Constants\\Numeric\\ONE_FLOAT"
+ ],
+ "php-core-extensions" : [
+ "Core",
+ "date",
+ "pcre",
+ "Phar",
+ "Reflection",
+ "SPL",
+ "standard"
+ ],
+ "scan-files" : []
+}
diff --git a/etc/qa/phpcs.xml b/etc/qa/phpcs.xml
new file mode 100644
index 0000000..f6c11d9
--- /dev/null
+++ b/etc/qa/phpcs.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+ ../../src
+ ../../tests
+
+
+
diff --git a/etc/qa/phpstan.neon b/etc/qa/phpstan.neon
new file mode 100644
index 0000000..28bac7c
--- /dev/null
+++ b/etc/qa/phpstan.neon
@@ -0,0 +1,7 @@
+parameters:
+ ergebnis:
+ classesAllowedToBeExtended:
+ - Exception
+
+includes:
+ - ../../vendor/wyrihaximus/async-test-utilities/rules.neon
diff --git a/etc/qa/phpunit.xml b/etc/qa/phpunit.xml
new file mode 100644
index 0000000..426c660
--- /dev/null
+++ b/etc/qa/phpunit.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ ../../tests/
+
+
+
+
+ ../../src/
+
+
+
diff --git a/etc/qa/psalm.xml b/etc/qa/psalm.xml
new file mode 100644
index 0000000..13de275
--- /dev/null
+++ b/etc/qa/psalm.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/infection.json.dist b/infection.json.dist
new file mode 100644
index 0000000..0d87221
--- /dev/null
+++ b/infection.json.dist
@@ -0,0 +1,20 @@
+{
+ "timeout": 120,
+ "source": {
+ "directories": [
+ "src"
+ ]
+ },
+ "logs": {
+ "text": "./var/infection.log",
+ "summary": "./var/infection-summary.log",
+ "json": "./var/infection.json",
+ "perMutator": "./var/infection-per-mutator.md"
+ },
+ "mutators": {
+ "@default": false
+ },
+ "phpUnit": {
+ "configDir": "./etc/qa/"
+ }
+}
\ No newline at end of file
diff --git a/src/Redis.php b/src/Redis.php
index 06f995c..7276b67 100644
--- a/src/Redis.php
+++ b/src/Redis.php
@@ -1,98 +1,105 @@
-client = $client;
$this->prefix = $prefix;
- $this->ttl = $ttl;
+ $this->ttl = $ttl;
}
/**
- * @param string $key
- * @param null|mixed $default
- * @return PromiseInterface
+ * @inheritDoc
+ * @phpstan-ignore-next-line
*/
- public function get($key, $default = null)
+ public function get($key, $default = null): PromiseInterface
{
- return $this->client->exists($this->prefix . $key)->then(function ($result) use ($key) {
- if ($result == false) {
+ /**
+ * @psalm-suppress MissingClosureParamType
+ * @psalm-suppress TooManyTemplateParams
+ */
+ return $this->has($key)->then(function ($result) use ($key): PromiseInterface {
+ if ($result === false) {
return resolve(null);
}
+ /**
+ * @phpstan-ignore-next-line
+ */
return $this->client->get($this->prefix . $key);
});
}
/**
- * @param string $key
- * @param mixed $value
- * @param ?float $ttl
- * @return PromiseInterface
+ * @inheritDoc
+ * @phpstan-ignore-next-line
*/
- public function set($key, $value, $ttl = null)
+ public function set($key, $value, $ttl = null): PromiseInterface
{
if ($this->ttl === 0 && $ttl === null) {
- return $this->client->set($this->prefix . $key, $value)->then(function () {
- return resolve(true);
- }, function () {
- return resolve(false);
- });
+ /**
+ * @phpstan-ignore-next-line
+ */
+ return $this->client->set($this->prefix . $key, $value)->then(
+ static fn (): PromiseInterface => resolve(true),
+ static fn (): PromiseInterface => resolve(false),
+ );
}
+ /**
+ * @phpstan-ignore-next-line
+ */
return $this->client->psetex(
$this->prefix . $key,
- ($this->ttl > 0 ? $this->ttl : $ttl) * 1000,
+ (float) ($this->ttl > 0 ? $this->ttl : $ttl) * 1000,
$value
- )->then(function () {
- return resolve(true);
- }, function () {
- return resolve(false);
- });
+ )->then(
+ static fn (): PromiseInterface => resolve(true),
+ static fn (): PromiseInterface => resolve(false),
+ );
}
/**
- * @param string $key
- * @return PromiseInterface
+ * @inheritDoc
*/
- public function delete($key)
+ public function delete($key): PromiseInterface
{
- return $this->client->del($this->prefix . $key)->then(function () {
- return resolve(true);
- }, function () {
- return resolve(false);
- });
+ /**
+ * @phpstan-ignore-next-line
+ */
+ return $this->client->del($this->prefix . $key)->then(
+ static fn (): PromiseInterface => resolve(true),
+ static fn (): PromiseInterface => resolve(false),
+ );
}
+ /**
+ * @inheritDoc
+ * @phpstan-ignore-next-line
+ */
public function getMultiple(array $keys, $default = null)
{
$promises = [];
@@ -103,6 +110,10 @@ public function getMultiple(array $keys, $default = null)
return all($promises);
}
+ /**
+ * @inheritDoc
+ * @phpstan-ignore-next-line
+ */
public function setMultiple(array $values, $ttl = null)
{
$promises = [];
@@ -113,29 +124,49 @@ public function setMultiple(array $values, $ttl = null)
return all($promises);
}
+ /**
+ * @inheritDoc
+ */
public function deleteMultiple(array $keys)
{
foreach ($keys as $index => $key) {
$keys[$index] = $this->prefix . $key;
}
- return $this->client->del(...$keys)->then(function () {
- return resolve(true);
- }, function () {
- return resolve(false);
- });
+ /**
+ * @phpstan-ignore-next-line
+ * @psalm-suppress InvalidArgument
+ */
+ return $this->client->del(...$keys)->then(
+ static fn (): PromiseInterface => resolve(true),
+ static fn (): PromiseInterface => resolve(false),
+ );
}
+ /**
+ * @inheritDoc
+ */
public function clear()
{
- return $this->client->keys($this->prefix . '*')->then(function (array $keys) {
+ /**
+ * @phpstan-ignore-next-line
+ * @psalm-suppress TooManyTemplateParams
+ */
+ return $this->client->keys($this->prefix . '*')->then(function (array $keys): PromiseInterface {
$keys = preg_replace('|^' . preg_quote($this->prefix) . '|', '', $keys);
+
return $this->deleteMultiple($keys);
});
}
+ /**
+ * @inheritDoc
+ */
public function has($key)
{
+ /**
+ * @phpstan-ignore-next-line
+ */
return $this->client->exists($this->prefix . $key);
}
}
diff --git a/tests/ClientStub.php b/tests/ClientStub.php
index 713ad2b..13bbe42 100644
--- a/tests/ClientStub.php
+++ b/tests/ClientStub.php
@@ -1,15 +1,26 @@
-client = $this->prophesize(ClientStub::class);
- }
-
public function testGet(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $value = 'value';
- $this->client->exists($prefix . $key)->shouldBeCalled()->willReturn(new FulfilledPromise(1));
- $this->client->get($prefix . $key)->shouldBeCalled()->willReturn(new FulfilledPromise($value));
- $promise = (new Redis($this->client->reveal(), $prefix))->get($key);
- $this->assertInstanceOf(PromiseInterface::class, $promise);
+ $key = 'key';
+ $value = 'value';
+ $client->exists($prefix . $key)->shouldBeCalled()->willReturn(resolve(1));
+ $client->get($prefix . $key)->shouldBeCalled()->willReturn(resolve($value));
+ $promise = (new Redis($client->reveal(), $prefix))->get($key);
+
$result = $this->await($promise, Factory::create());
- $this->assertSame($value, $result);
+ self::assertSame($value, $result);
}
public function testGetNonExistant(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $this->client->exists($prefix . $key)->shouldBeCalled()->willReturn(new FulfilledPromise(0));
- $this->client->get($prefix . $key)->shouldNotBeCalled()->willReturn(new RejectedPromise());
- $promise = (new Redis($this->client->reveal(), $prefix))->get($key);
- $this->assertInstanceOf(PromiseInterface::class, $promise);
- $this->assertInstanceOf(FulfilledPromise::class, $promise);
+ $key = 'key';
+ $client->exists($prefix . $key)->shouldBeCalled()->willReturn(resolve(0));
+ $client->get($prefix . $key)->shouldBeCalled()->willReturn(resolve(null));
+ self::assertNull($this->await((new Redis($client->reveal(), $prefix))->get($key)));
}
public function testSet(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $value = 'value';
- $this->client->set($prefix . $key, $value)->shouldBeCalled()->willReturn(new FulfilledPromise('OK'));
- $promise = (new Redis($this->client->reveal(), $prefix))->set($key, $value);
- $this->assertInstanceOf(PromiseInterface::class, $promise);
+ $key = 'key';
+ $value = 'value';
+ $client->set($prefix . $key, $value)->shouldBeCalled()->willReturn(resolve('OK'));
+ (new Redis($client->reveal(), $prefix))->set($key, $value);
}
public function testSetGlobalTtl(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $value = 'value';
- $ttl = 123;
- $this->client->psetex($prefix . $key, $ttl * 1000, $value)->shouldBeCalled()->willReturn(new FulfilledPromise());
- self::assertTrue(($this->await((new Redis($this->client->reveal(), $prefix, $ttl))->set($key, $value))));
+ $key = 'key';
+ $value = 'value';
+ $ttl = 123;
+ $client->psetex($prefix . $key, $ttl * 1000, $value)->shouldBeCalled()->willReturn(resolve());
+ self::assertTrue($this->await((new Redis($client->reveal(), $prefix, $ttl))->set($key, $value)));
}
public function testSetTtl(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $value = 'value';
- $ttl = 123;
- $this->client->psetex($prefix . $key, $ttl * 1000, $value)->shouldBeCalled()->willReturn(new FulfilledPromise());
- self::assertTrue(($this->await((new Redis($this->client->reveal(), $prefix))->set($key, $value, $ttl))));
+ $key = 'key';
+ $value = 'value';
+ $ttl = 123;
+ $client->psetex($prefix . $key, $ttl * 1000, $value)->shouldBeCalled()->willReturn(resolve());
+ self::assertTrue($this->await((new Redis($client->reveal(), $prefix))->set($key, $value, $ttl)));
}
public function testSetTtlException(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $value = 'value';
- $ttl = 123;
- $this->client->psetex($prefix . $key, $ttl * 1000, $value)->shouldBeCalled()->willReturn(reject(new \Exception('fail!')));
- self::assertFalse(($this->await((new Redis($this->client->reveal(), $prefix))->set($key, $value, $ttl))));
+ $key = 'key';
+ $value = 'value';
+ $ttl = 123;
+ $client->psetex($prefix . $key, $ttl * 1000, $value)->shouldBeCalled()->willReturn(reject(new Exception('fail!')));
+ self::assertFalse($this->await((new Redis($client->reveal(), $prefix))->set($key, $value, $ttl)));
}
public function testSetException(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $value = 'value';
- $this->client->set($prefix . $key, $value)->shouldBeCalled()->willReturn(reject(new \Exception('fail!')));
- self::assertFalse(($this->await((new Redis($this->client->reveal(), $prefix))->set($key, $value))));
+ $key = 'key';
+ $value = 'value';
+ $client->set($prefix . $key, $value)->shouldBeCalled()->willReturn(reject(new Exception('fail!')));
+ self::assertFalse($this->await((new Redis($client->reveal(), $prefix))->set($key, $value)));
}
public function testDelete(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $this->client->del($prefix . $key)->shouldBeCalled()->willReturn(new FulfilledPromise(1));
- $promise = (new Redis($this->client->reveal(), $prefix))->delete($key);
- $this->assertInstanceOf(PromiseInterface::class, $promise);
+ $key = 'key';
+ $client->del($prefix . $key)->shouldBeCalled()->willReturn(resolve(1));
+ (new Redis($client->reveal(), $prefix))->delete($key);
}
public function testDeleteException(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $this->client->del($prefix . $key)->shouldBeCalled()->willReturn(reject(new \Exception('fail!')));
- $promise = (new Redis($this->client->reveal(), $prefix))->delete($key);
- $this->assertInstanceOf(PromiseInterface::class, $promise);
+ $key = 'key';
+ $client->del($prefix . $key)->shouldBeCalled()->willReturn(reject(new Exception('fail!')));
+ (new Redis($client->reveal(), $prefix))->delete($key);
}
public function testHas(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $this->client->exists($prefix . $key)->shouldBeCalled()->willReturn(new FulfilledPromise(1));
- $promise = (new Redis($this->client->reveal(), $prefix))->has($key);
- $this->assertInstanceOf(PromiseInterface::class, $promise);
+ $key = 'key';
+ $client->exists($prefix . $key)->shouldBeCalled()->willReturn(resolve(1));
+ (new Redis($client->reveal(), $prefix))->has($key);
}
public function testDeleteMultiple(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $this->client->del($prefix . $key)->shouldBeCalled()->willReturn(new FulfilledPromise(1));
- $promise = (new Redis($this->client->reveal(), $prefix))->deleteMultiple([$key]);
- $this->assertInstanceOf(PromiseInterface::class, $promise);
+ $key = 'key';
+ $client->del($prefix . $key)->shouldBeCalled()->willReturn(resolve(1));
+ (new Redis($client->reveal(), $prefix))->deleteMultiple([$key]);
}
public function testDeleteMultipleException(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $this->client->del($prefix . $key)->shouldBeCalled()->willReturn(reject(new \Exception('fail!')));
- $promise = (new Redis($this->client->reveal(), $prefix))->deleteMultiple([$key]);
- $this->assertInstanceOf(PromiseInterface::class, $promise);
+ $key = 'key';
+ $client->del($prefix . $key)->shouldBeCalled()->willReturn(reject(new Exception('fail!')));
+ (new Redis($client->reveal(), $prefix))->deleteMultiple([$key]);
}
public function testCLear(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $this->client->keys($prefix . '*')->shouldBeCalled()->willReturn(resolve([$key]));
- $this->client->del($prefix . $key)->shouldBeCalled()->willReturn(new FulfilledPromise(1));
- $promise = (new Redis($this->client->reveal(), $prefix))->clear();
- $this->assertInstanceOf(PromiseInterface::class, $promise);
+ $key = 'key';
+ $client->keys($prefix . '*')->shouldBeCalled()->willReturn(resolve([$key]));
+ $client->del($prefix . $key)->shouldBeCalled()->willReturn(resolve(1));
+ (new Redis($client->reveal(), $prefix))->clear();
}
public function testSetMultiple(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $value = 'value';
- $ttl = 123;
- $this->client->psetex($prefix . $key, $ttl * 1000, $value)->shouldBeCalled()->willReturn(resolve(true));
- self::assertSame([$key => true], ($this->await((new Redis($this->client->reveal(), $prefix))->setMultiple([$key => $value], $ttl))));
+ $key = 'key';
+ $value = 'value';
+ $ttl = 123;
+ $client->psetex($prefix . $key, $ttl * 1000, $value)->shouldBeCalled()->willReturn(resolve(true));
+ self::assertSame([$key => true], $this->await((new Redis($client->reveal(), $prefix))->setMultiple([$key => $value], $ttl)));
}
public function testGetMultiple(): void
{
+ $client = $this->prophesize(ClientStub::class);
$prefix = 'root:';
- $key = 'key';
- $value = 'value';
- $this->client->exists($prefix . $key)->shouldBeCalled()->willReturn(resolve(true));
- $this->client->get($prefix . $key)->shouldBeCalled()->willReturn(resolve($value));
- self::assertSame([$key => $value], ($this->await((new Redis($this->client->reveal(), $prefix))->getMultiple([$key]))));
+ $key = 'key';
+ $value = 'value';
+ $client->exists($prefix . $key)->shouldBeCalled()->willReturn(resolve(true));
+ $client->get($prefix . $key)->shouldBeCalled()->willReturn(resolve($value));
+ self::assertSame([$key => $value], $this->await((new Redis($client->reveal(), $prefix))->getMultiple([$key])));
}
}
diff --git a/var/.gitkeep b/var/.gitkeep
new file mode 100644
index 0000000..e69de29