speedwork / provider
Speedwork providers
Installs: 240
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/speedwork/provider
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