Skip to content

Commit

Permalink
README, LICENSE and 'Thanks' updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BenConstable committed Aug 2, 2016
1 parent 02d54e7 commit 18e0905
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Ben Constable
Copyright (c) Ben Constable

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# phpspec Laravel Extension

> [phpspec](http://www.phpspec.net/) Extension for testing [Laravel](http://laravel.com/)
> [phpspec](http://www.phpspec.net/) extension for testing [Laravel](http://laravel.com/)
applications.

[![Build Status](https://travis-ci.org/BenConstable/phpspec-laravel.svg?branch=master)](https://travis-ci.org/BenConstable/phpspec-laravel)
Expand Down Expand Up @@ -239,8 +239,19 @@ in your specs, just use the `app()` helper!
is a good starting point; it shows how you should use phpspec with Laravel,
and covers the basics of writing tests (and it's free!).

## Contributing

See [CONTRIBUTING.md](https://github.com/BenConstable/phpspec-laravel/blob/master/CONTRIBUTING.md).

## License

MIT © Ben Constable. See [LICENSE](https://github.com/BenConstable/phpspec-laravel/blob/master/LICENSE) for more info.

## Thanks

Thanks to [@obrignoni](https://github.com/obrignoni) for his great work in
getting this extension working with Laravel 5, to all of the [other contributors](https://github.com/BenConstable/phpspec-laravel/graphs/contributors) and to everyone who's reported
issues and bugs with the project.
Thanks to...

* [@obrignoni](https://github.com/obrignoni) for their great work in getting this extension working with Laravel 5
* [@Sam-Burns](https://github.com/Sam-Burns) for their great work in getting this extension working with Phpspec v3
* All of the [other contributors](https://github.com/BenConstable/phpspec-laravel/graphs/contributors) and to everyone that's
reported issues and bugs with the project

0 comments on commit 18e0905

Please sign in to comment.