Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rosasurfer committed Apr 5, 2019
1 parent 75e1592 commit 7658a68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"vendor-dir": "etc/vendor",
"optimize-autoloader": true
},
"repositories": [{
"packagist.org": false
}],
"require": {
"php": "^5.6",
"ext-ctype": "*",
Expand All @@ -30,7 +27,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.8.x-dev"
"dev-0.8": "0.8.x-dev"
}
}
}
3 changes: 3 additions & 0 deletions etc/phpstan/config.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#
# PHPStan version: https://github.com/rosasurfer/phpstan, branch "0.8-pewa"
# -------------------------------------------------------------------------
#
# alias phpstan='php7 -d memory_limit=256M -d short_open_tag=On /path/to/phpstan/bin/phpstan --ansi'
#
# phpstan analyse -a etc/phpstan/autoload.php -c etc/phpstan/config.neon --level=0..7 [--] <path>
Expand Down

0 comments on commit 7658a68

Please sign in to comment.