Skip to content

Commit

Permalink
Closes #141: Now PDepend supports ::class and some other 5.5 features.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Pichler committed Apr 24, 2014
1 parent d20d6fe commit e699fd3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 26 deletions.
10 changes: 8 additions & 2 deletions composer.json
Expand Up @@ -2,11 +2,17 @@
"name": "phpmd/phpmd",
"description": "Official version of PHPMD handled with Composer.",
"license": "BSD-3-Clause",
"version": "2.0.0-dev",
"version": "2.0.0-beta5",

"minimum-stability" : "dev",

"require": {
"php": ">=5.3.0",
"pdepend/pdepend": "2.0.0.*@dev"
"pdepend/pdepend": "2.0.0.*@dev",

"symfony/dependency-injection": "@stable",
"symfony/filesystem": "@stable",
"symfony/config": "@stable"
},

"autoload": {
Expand Down
52 changes: 28 additions & 24 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e699fd3

Please sign in to comment.