Added Atom Support #149

This commit is contained in:
Matt Clements
2015-01-02 14:27:51 +00:00
parent 110ae5060d
commit 6cd489a20a
5 changed files with 104 additions and 2 deletions

55
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "10cd158111365c98b217fc244a6c3a6e",
"hash": "18f348e602f5894b0f1fd1189da5ba29",
"packages": [
{
"name": "classpreloader/classpreloader",
@@ -1858,6 +1858,59 @@
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
"time": "2014-12-30 13:32:42"
},
{
"name": "roumen/feed",
"version": "v2.8.1",
"source": {
"type": "git",
"url": "https://github.com/RoumenDamianoff/laravel-feed.git",
"reference": "7b6ef68081a4aa16f1c43cea23a3a55235ea6698"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RoumenDamianoff/laravel-feed/zipball/7b6ef68081a4aa16f1c43cea23a3a55235ea6698",
"reference": "7b6ef68081a4aa16f1c43cea23a3a55235ea6698",
"shasum": ""
},
"require": {
"illuminate/support": "~4|~5",
"php": ">=5.4.0"
},
"require-dev": {
"orchestra/testbench": "2.2.*",
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-0": {
"Roumen\\Feed": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roumen Damianoff",
"email": "roumen@dawebs.com",
"homepage": "https://roumen.it",
"role": "Developer"
}
],
"description": "A simple feed generator for Laravel.",
"homepage": "https://roumen.it/projects/laravel-feed",
"keywords": [
"feed",
"laravel"
],
"time": "2014-12-09 14:53:34"
},
{
"name": "stack/builder",
"version": "v1.0.3",