speedwork / provider
This package is abandoned and no longer maintained.
No replacement package was suggested.
Speedwork providers
v1.0.3
2016-10-25 09:36 UTC
Requires
- php: >=5.6
Requires (Dev)
- phpunit/phpunit: ~5.5
- satooshi/php-coveralls: 2.*
Suggests
- filp/whoops: ^2.1 for php error logging
- monolog/monolog: >=1.0.0 for logging
- symfony/http-foundation: ^3.1 for session support
This package is not auto-updated.
Last update: 2018-07-18 19:50:31 UTC
README
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Make your changes
- Run the tests, adding new ones for your own code if necessary (
phpunit
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request