This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Roumen Damianoff
committed
Aug 27, 2016
1 parent
8545cf8
commit b56f9cf
Showing
3 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
{ | ||
"name": "roumen/sitemap", | ||
"description": "A simple sitemap generator for Laravel.", | ||
"description": "A not so simple sitemap generator for Laravel.", | ||
"homepage": "https://roumen.it/projects/laravel-sitemap", | ||
"keywords": ["laravel", "sitemap", "generator"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Roumen Damianoff", | ||
"email": "[email protected]", | ||
"email": "[email protected]", | ||
"role": "Developer", | ||
"homepage": "https://roumen.it" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.5.9", | ||
"illuminate/support": "~5", | ||
"paragonie/random_compat": "~1" | ||
"illuminate/support": "~5" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "3.7.*" | ||
|