|
@@ -4,8 +4,8 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "hash": "060c62f57906e1c413c9ce6530bdafdf",
|
|
|
- "content-hash": "4b56a74f5412f38bdc4772015b205834",
|
|
|
+ "hash": "3090d4c9648b0c39fca5d7fa74e2f223",
|
|
|
+ "content-hash": "119ce91d7825f804dee578f72b180106",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "barryvdh/laravel-ide-helper",
|
|
@@ -277,6 +277,50 @@
|
|
|
"time": "2015-11-06 14:35:42"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "ezyang/htmlpurifier",
|
|
|
+ "version": "v4.8.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ezyang/htmlpurifier.git",
|
|
|
+ "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://packagist.phpcomposer.com/files/ezyang/htmlpurifier/d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2.zip",
|
|
|
+ "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.2"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "HTMLPurifier": "library/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "library/HTMLPurifier.composer.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Edward Z. Yang",
|
|
|
+ "email": "admin@htmlpurifier.org",
|
|
|
+ "homepage": "http://ezyang.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Standards compliant HTML filter written in PHP",
|
|
|
+ "homepage": "http://htmlpurifier.org/",
|
|
|
+ "keywords": [
|
|
|
+ "html"
|
|
|
+ ],
|
|
|
+ "time": "2016-07-16 12:58:58"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "jakub-onderka/php-console-color",
|
|
|
"version": "0.1",
|
|
|
"source": {
|
|
@@ -633,6 +677,71 @@
|
|
|
"time": "2016-10-19 20:38:46"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "mews/purifier",
|
|
|
+ "version": "2.0.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/mewebstudio/Purifier.git",
|
|
|
+ "reference": "e3f8b41dafa21994b9a8349f316d8e967559ee5a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://packagist.phpcomposer.com/files/mewebstudio/Purifier/e3f8b41dafa21994b9a8349f316d8e967559ee5a.zip",
|
|
|
+ "reference": "e3f8b41dafa21994b9a8349f316d8e967559ee5a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ezyang/htmlpurifier": "4.8.*",
|
|
|
+ "illuminate/config": "5.1.*|5.2.*|5.3.*",
|
|
|
+ "illuminate/filesystem": "5.1.*|5.2.*|5.3.*",
|
|
|
+ "illuminate/support": "5.1.*|5.2.*|5.3.*",
|
|
|
+ "php": ">=5.5.9"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "graham-campbell/testbench": "^3.2",
|
|
|
+ "mockery/mockery": "0.9.*",
|
|
|
+ "phpunit/phpunit": "^4.8|^5.0",
|
|
|
+ "scrutinizer/ocular": "^1.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "laravel/framework": "To test the Laravel bindings",
|
|
|
+ "laravel/lumen-framework": "To test the Lumen bindings"
|
|
|
+ },
|
|
|
+ "type": "package",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Mews\\Purifier\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/helpers.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Muharrem ERİN",
|
|
|
+ "email": "me@mewebstudio.com",
|
|
|
+ "homepage": "https://github.com/mewebstudio",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Laravel 5 HtmlPurifier Package",
|
|
|
+ "homepage": "https://github.com/mewebstudio/purifier",
|
|
|
+ "keywords": [
|
|
|
+ "Purifier",
|
|
|
+ "htmlpurifier",
|
|
|
+ "laravel5 HtmlPurifier",
|
|
|
+ "laravel5 Purifier",
|
|
|
+ "laravel5 Security",
|
|
|
+ "security",
|
|
|
+ "xss"
|
|
|
+ ],
|
|
|
+ "time": "2016-07-27 10:02:13"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "monolog/monolog",
|
|
|
"version": "1.22.0",
|
|
|
"source": {
|