From abfac11e2ea4ef38a7c1bb794f7c53a2c782ec77 Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Fri, 1 Feb 2019 21:43:06 -0500 Subject: [PATCH] Update links to Phan - consistently link to phan/phan - sync list of authors with composer.json: https://github.com/phan/phan/blob/master/composer.json Aside: Phan 1.x works properly in PHP 7.0, and subsequent 1.x releases are expected to as well. 0.8 is unmaintained. --- _projects/phan.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_projects/phan.md b/_projects/phan.md index 1e87e42..041fb76 100644 --- a/_projects/phan.md +++ b/_projects/phan.md @@ -4,25 +4,25 @@ title: 'Phan' order: 'phan' tags: ['bugs finder', 'static analysis', 'cli'] -authors: [{name: 'Rasmus Lerdorf'}, {name: 'Andrew Morrison'}] +authors: [{name: 'Rasmus Lerdorf'}, {name: 'Andrew Morrison'}, {name: 'Tyson Andre'}] -website: [{url: 'https://github.com/etsy/phan'}] -license: [{url: 'https://github.com/etsy/phan/blob/master/LICENSE', label: 'MIT License'}] +website: [{url: 'https://github.com/phan/phan'}] +license: [{url: 'https://github.com/phan/phan/blob/master/LICENSE', label: 'MIT License'}] github: [{name: 'phan/phan'}] -packagist: [{name: 'phan/phan'}] -dockerhub: [{name: 'phpqa/phan'}] +packagist: [{name: 'phan/phan'}] +dockerhub: [{name: 'phpqa/phan'}] dependencies: ['pcntl', 'git', 'ext-ast'] brew: {name: ['php71', 'php71-ast', 'phan']} composer-dev: {version: {'PHP 7.0': '0.8.x-dev', 'PHP 7.1+': '1.x'}, command: 'vendor/bin/phan'} git: {install-composer-dependencies: true, command: 'php phan'} -phar: {url: {'X.X.X': 'https://github.com/etsy/phan/releases/download/X.X.X/phan.phar'}} +phar: {url: {'X.X.X': 'https://github.com/phan/phan/releases/download/X.X.X/phan.phar'}} --- [{{ page.title }}]({{ page.url | absolute_url }}) is a static analyzer for PHP. - - + + Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.