diff --git a/package.json b/package.json index 5595f071..232bc7ec 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,6 @@ "private": true, "devDependencies": { "gulp": "^3.8.8", - "laravel-elixir": "*" + "laravel-elixir": "^1.0.0" } } diff --git a/readme.md b/readme.md index a4d8d553..f67a6cf7 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ ## Laravel PHP Framework [![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework) -[![Total Downloads](https://poser.pugx.org/laravel/framework/downloads.svg)](https://packagist.org/packages/laravel/framework) +[![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.svg)](https://packagist.org/packages/laravel/framework) [![Latest Stable Version](https://poser.pugx.org/laravel/framework/v/stable.svg)](https://packagist.org/packages/laravel/framework) [![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework) [![License](https://poser.pugx.org/laravel/framework/license.svg)](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). +## 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 The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT) diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore index 1670e906..953edb7a 100644 --- a/storage/framework/.gitignore +++ b/storage/framework/.gitignore @@ -4,3 +4,4 @@ compiled.php services.json events.scanned.php routes.scanned.php +down