Laravel version update

Laravel version update
This commit is contained in:
Manish Verma
2018-08-06 18:48:58 +05:30
parent d143048413
commit 126fbb0255
13678 changed files with 1031482 additions and 778530 deletions

View File

@@ -1,31 +1,31 @@
{
"name": "tijsverkoyen/css-to-inline-styles",
"type": "library",
"name": "tijsverkoyen/css-to-inline-styles",
"type": "library",
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"license": "BSD",
"authors": [
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Tijs Verkoyen",
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"symfony/css-selector": "~2.1|~3.0"
"require": {
"php": "^5.5 || ^7.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
"autoload": {
"autoload": {
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
},
"extra": {
"extra": {
"branch-alias": {
"dev-master": "1.5.x-dev"
"dev-master": "2.2.x-dev"
}
}
}