summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 47a7581..ec5ab06 100644
--- a/composer.json
+++ b/composer.json
@@ -1,11 +1,14 @@
{
- "name": "etsy/phan",
+ "name": "phan/phan",
"description": "A static analyzer for PHP",
"keywords": ["php", "static", "analyzer"],
"type": "project",
"license": "MIT",
"authors": [
{
+ "name": "Tyson Andre"
+ },
+ {
"name": "Rasmus Lerdorf"
},
{
@@ -16,12 +19,13 @@
"sort-packages": true
},
"require": {
- "php": "~7.1.0",
- "ext-ast": "^0.1.4",
+ "php": "~7.1.0 || ~7.2.0",
+ "ext-ast": "^0.1.5",
+ "nikic/PHP-Parser": "~3.1.1",
"symfony/console": "~2.3|~3.0"
},
"require-dev": {
- "phpunit/phpunit": "^6.2.1"
+ "phpunit/phpunit": "^6.3.0"
},
"autoload": {
"psr-4": {"Phan\\": "src/Phan"}