getpop / migrate-routing-wp
(Temporary package) Migrate code to package https://github.com/getpop/routing-wp. Target package description: Implementation for WordPress of contracts from package "Routing"
Requires
- php: ~7.1
This package is auto-updated.
Last update: 2019-10-24 11:59:51 UTC
README
Code to be migrated, from legacy PHP 5 code to modern PHP 7 code (read more here). Target package description: Implementation for WordPress of contracts from package "Routing"
Install
Via Composer
$ composer require getpop/migrate-routing-wp dev-master
Note: Your composer.json
file must have the configuration below to accept minimum stability "dev"
(there are no releases for PoP yet, and the code is installed directly from the master
branch):
{ ... "minimum-stability": "dev", "prefer-stable": true, ... }
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email leo@getpop.org instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.