Skip to content

Commit

Permalink
Lowercased repo names.
Browse files Browse the repository at this point in the history
  • Loading branch information
MKRazz committed Jul 11, 2017
1 parent 67b807e commit 2fd8b2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "MKRazz/blade-extensions",
"name": "mkrazz/blade-extensions",
"description": "Laravel package providing additional Blade extensions: foreach (with $loop data like twig), break, continue, set,array (multiline), etc",
"homepage": "https://github.com/MKRazz/blade-extensions",
"homepage": "https://github.com/mkrazz/blade-extensions",
"keywords": [
"loop",
"extensions",
Expand All @@ -21,16 +21,16 @@
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0",
"MKRazz/support": "1.0.*"
"mkrazz/support": "1.0.1"
},
"repositories": {
"support": {
"type": "package",
"package": {
"name": "MKRazz/support",
"version": "1.0.0",
"name": "mkrazz/support",
"version": "1.0.1",
"source": {
"url": "https://github.com/MKRazz/support.git",
"url": "https://github.com/mkrazz/support.git",
"type": "git",
"reference": "origin/master"
}
Expand Down

0 comments on commit 2fd8b2b

Please sign in to comment.