PHP code example of pixovoid / packagist-version-checker
1. Go to this page and download the library: Download pixovoid/packagist-version-checker library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
pixovoid / packagist-version-checker example snippets
powershell
php artisan packagist:check vendor/name
powershell
php artisan packagist:check --composer
powershell
php artisan packagist:check --installed
powershell
php artisan packagist:check --installed --outdated
powershell
php -d memory_limit=512M artisan packagist:check --installed --outdated