Skip to content

Commit

Permalink
Doctrine Inflector 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwage committed Jun 13, 2018
1 parent 1cec3f8 commit f202eeb
Show file tree
Hide file tree
Showing 33 changed files with 1,916 additions and 961 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- stage: Code Quality
env: STATIC_ANALYSIS
install: travis_retry composer install --prefer-dist
script: vendor/bin/phpstan analyse -l 7 -c phpstan.neon lib
script: vendor/bin/phpstan analyse -l 7 -c phpstan.neon lib tests
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,19 @@
"require-dev": {
"doctrine/coding-standard": "^4.0",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpstan/phpstan-strict-rules": "^0.9",
"phpunit/phpunit": "^7.0"
},
"autoload": {
"psr-4": { "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" }
"psr-4": { "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" }
},
"autoload-dev": {
"psr-4": { "Doctrine\\Tests\\Common\\Inflector\\": "tests/Doctrine/Tests/Common/Inflector" }
"psr-4": { "Doctrine\\Tests\\Inflector\\": "tests/Doctrine/Tests/Inflector" }
},
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
"dev-master": "2.0.x-dev"
}
}
}
Loading

0 comments on commit f202eeb

Please sign in to comment.