-
Notifications
You must be signed in to change notification settings - Fork 45
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
Marcel Gwerder
committed
Jun 18, 2015
1 parent
76756c2
commit d11a023
Showing
13 changed files
with
1,413 additions
and
1,562 deletions.
There are no files selected for viewing
Empty file.
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,29 +1,29 @@ | ||
{ | ||
"name": "marcelgwerder/laravel-api-handler", | ||
"description": "Package providing helper functions for a Laravel REST-API ", | ||
"keywords": ["api", "laravel", "rest", "url", "parse", "mysql"], | ||
"homepage": "http://github.com/marcelgwerder/laravel-api-handler", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Marcel Gwerder", | ||
"email": "info@marcelgwerder.ch" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"illuminate/support": "~5.0", | ||
"illuminate/database": "~5.0", | ||
"illuminate/http": "~5.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~4.5", | ||
"mockery/mockery": "~0.9" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Marcelgwerder\\ApiHandler\\": "src" | ||
} | ||
}, | ||
"minimum-stability": "stable" | ||
"name": "marcelgwerder/laravel-api-handler", | ||
"description": "Package providing helper functions for a Laravel REST-API ", | ||
"keywords": ["api", "laravel", "rest", "url", "parse", "mysql"], | ||
"homepage": "http://github.com/marcelgwerder/laravel-api-handler", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Marcel Gwerder", | ||
"email": "info@marcelgwerder.ch" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"illuminate/support": "~5.0", | ||
"illuminate/database": "~5.0", | ||
"illuminate/http": "~5.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~4.5", | ||
"mockery/mockery": "~0.9" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Marcelgwerder\\ApiHandler\\": "src" | ||
} | ||
}, | ||
"minimum-stability": "stable" | ||
} |
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
Oops, something went wrong.