Skip to content

Commit ff441ab

Browse files
committed
fix conflicts
2 parents f9ed4ff + 6df868a commit ff441ab

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"private": true,
33
"devDependencies": {
44
"gulp": "^3.8.8",
5-
"laravel-elixir": "*"
5+
"laravel-elixir": "^1.0.0"
66
}
77
}

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Laravel PHP Framework
22

33
[![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework)
4-
[![Total Downloads](https://poser.pugx.org/laravel/framework/downloads.svg)](https://packagist.org/packages/laravel/framework)
4+
[![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.svg)](https://packagist.org/packages/laravel/framework)
55
[![Latest Stable Version](https://poser.pugx.org/laravel/framework/v/stable.svg)](https://packagist.org/packages/laravel/framework)
66
[![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework)
77
[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework)
@@ -18,6 +18,10 @@ Documentation for the framework can be found on the [Laravel website](http://lar
1818

1919
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](http://laravel.com/docs/contributions).
2020

21+
## Security Vulnerabilities
22+
23+
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.
24+
2125
### License
2226

2327
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

storage/framework/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ compiled.php
44
services.json
55
events.scanned.php
66
routes.scanned.php
7+
down

0 commit comments

Comments
 (0)