fix conflicts
This commit is contained in:
commit
ff441abd62
|
@ -2,6 +2,6 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp": "^3.8.8",
|
"gulp": "^3.8.8",
|
||||||
"laravel-elixir": "*"
|
"laravel-elixir": "^1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## Laravel PHP Framework
|
## Laravel PHP Framework
|
||||||
|
|
||||||
[](https://travis-ci.org/laravel/framework)
|
[](https://travis-ci.org/laravel/framework)
|
||||||
[](https://packagist.org/packages/laravel/framework)
|
[](https://packagist.org/packages/laravel/framework)
|
||||||
[](https://packagist.org/packages/laravel/framework)
|
[](https://packagist.org/packages/laravel/framework)
|
||||||
[](https://packagist.org/packages/laravel/framework)
|
[](https://packagist.org/packages/laravel/framework)
|
||||||
[](https://packagist.org/packages/laravel/framework)
|
[](https://packagist.org/packages/laravel/framework)
|
||||||
|
@ -18,6 +18,10 @@ ## Contributing
|
||||||
|
|
||||||
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](http://laravel.com/docs/contributions).
|
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](http://laravel.com/docs/contributions).
|
||||||
|
|
||||||
|
## Security Vulnerabilities
|
||||||
|
|
||||||
|
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
|
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
|
||||||
|
|
|
@ -4,3 +4,4 @@ compiled.php
|
||||||
services.json
|
services.json
|
||||||
events.scanned.php
|
events.scanned.php
|
||||||
routes.scanned.php
|
routes.scanned.php
|
||||||
|
down
|
||||||
|
|
Loading…
Reference in New Issue