Skip to content

Commit

Permalink
Merge pull request #120 from Roave/feature/experimental-psr-based-sou…
Browse files Browse the repository at this point in the history
…rce-locators

Usage of roave/better-reflection composer source-locators for major performance improvements
  • Loading branch information
Ocramius authored Apr 23, 2019
2 parents 0e78dbd + 83130ee commit 3af8bc4
Show file tree
Hide file tree
Showing 95 changed files with 1,279 additions and 973 deletions.
30 changes: 18 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,35 @@
"require": {
"php": "^7.2",
"ext-json": "*",
"beberlei/assert": "^2.9",
"composer/composer": "^1.6",
"beberlei/assert": "^3.2.0",
"composer/composer": "^1.8.5",
"nikolaposa/version": "^3.1.0",
"roave/better-reflection": "^3.0",
"symfony/console": "^4.0",
"symfony/process": "^4.0"
"roave/better-reflection": "^3.4.0",
"symfony/console": "^4.2.7",
"symfony/process": "^4.2.7",
"thecodingmachine/safe": "^0.1.15"
},
"license": "MIT",
"authors": [
{
"name": "James Titcumb",
"email": "james@asgrim.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"require-dev": {
"doctrine/coding-standard": "^5.0",
"infection/infection": "^0.9.1",
"phpstan/phpstan": "^0.10.3",
"phpstan/phpstan-beberlei-assert": "^0.10",
"phpstan/phpstan-phpunit": "^0.10",
"phpunit/phpunit": "^7.0",
"doctrine/coding-standard": "^5.0.1",
"infection/infection": "^0.9.3",
"phpstan/phpstan": "^0.11.5",
"phpstan/phpstan-beberlei-assert": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "^7.5.9",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.4",
"squizlabs/php_codesniffer": "^3.4.2",
"thecodingmachine/phpstan-safe-rule": "^0.1.3",
"vimeo/psalm": "^2.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 3af8bc4

Please sign in to comment.