summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock68
1 files changed, 67 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index df443cd..837d032 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "content-hash": "5cb6e369ed424d05439b41685b0d3441",
+ "content-hash": "d5d6501f3e93b2aa424fb9448c79439d",
"packages": [
{
"name": "asm89/stack-cors",
@@ -683,6 +683,7 @@
"email": "jakub.onderka@gmail.com"
}
],
+ "abandoned": "php-parallel-lint/php-console-color",
"time": "2018-09-29T17:23:10+00:00"
},
{
@@ -729,6 +730,7 @@
}
],
"description": "Highlight PHP code in terminal",
+ "abandoned": "php-parallel-lint/php-console-highlighter",
"time": "2018-09-29T18:48:56+00:00"
},
{
@@ -947,6 +949,70 @@
"time": "2020-03-17T15:34:59+00:00"
},
{
+ "name": "laravelium/feed",
+ "version": "v7.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://gitlab.com/Laravelium/Feed.git",
+ "reference": "e7f108f49abec3a3c836636a5c8fb1d3b8d3d1d7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://gitlab.com/api/v4/projects/Laravelium%2FFeed/repository/archive.zip?sha=e7f108f49abec3a3c836636a5c8fb1d3b8d3d1d7",
+ "reference": "e7f108f49abec3a3c836636a5c8fb1d3b8d3d1d7",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/filesystem": "^7.0",
+ "illuminate/support": "^7.0",
+ "php": ">=7.2.5"
+ },
+ "require-dev": {
+ "laravel/framework": "^7.0",
+ "orchestra/testbench-core": "^5.0",
+ "phpunit/phpunit": "^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Laravelium\\Feed\\FeedServiceProvider"
+ ],
+ "aliases": {
+ "Feed": "Laravelium\\Feed\\Feed"
+ }
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Laravelium\\Feed": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Rumen Damyanov",
+ "email": "r@alfamatter.com",
+ "homepage": "https://darumen.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "Laravelium Feed package for Laravel.",
+ "homepage": "https://gitlab.com/Laravelium",
+ "keywords": [
+ "atom",
+ "feed",
+ "generator",
+ "laravel",
+ "laravelium",
+ "rss"
+ ],
+ "time": "2020-03-28T12:53:42+00:00"
+ },
+ {
"name": "league/commonmark",
"version": "1.3.1",
"source": {