755 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			755 B
		
	
	
	
	
	
	
	
Contributing
- Fork the notifier on github
- Build and test your changes:
composer install && ./vendor/bin/phpunit
- Commit and push until you are happy with your contribution
- Make a pull request
- Thanks!
Releasing
- 
Commit all outstanding changes 
- 
Bump the version in src/Bugsnag/BugsnagLaravel/BugsnagLaravelServiceProvider.phpandsrc/Bugsnag/BugsnagLaravel/BugsnagLumenServiceProvider.php
- 
Update the CHANGELOG.md, and README if appropriate. 
- 
Commit, tag push git commit -am v1.x.x git tag v1.x.x git push origin master v1.x.x 
