Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WL1981 committed Apr 22, 2020
1 parent ca6c325 commit 5275402
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,32 @@
{
"name": "stijlgenoten/checkmycamels",
"description": "Case sensitive classname checker for Laravel apps",
"keywords": ["datacollection", "laravel", "static data", "static array"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Wilfred Lepelaar",
"email": "[email protected]",
"homepage": "http://stijlgenoten.nl"
"email": "[email protected]"
}
],
"homepage": "https://github.com/stijlgenoten/checkmycamels",
"keywords": ["Laravel", "CheckMyCamels"],
"minimum-stability": "dev",
"require": {
"illuminate/support": "~5|~6|~7"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"mockery/mockery": "^1.1",
"orchestra/testbench": "~3|~4",
"sempro/phpunit-pretty-print": "^1.0"
"illuminate/support": "~5|~6|~7"
},
"autoload": {
"psr-4": {
"Stijlgenoten\\CheckMyCamels\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Stijlgenoten\\CheckMyCamels\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"providers": [
"Stijlgenoten\\CheckMyCamels\\CheckMyCamelsServiceProvider"
],
"aliases": {
"CheckMyCamels": "Stijlgenoten\\CheckMyCamels\\Facades\\CheckMyCamels"
}
}
}
}
}

0 comments on commit 5275402

Please sign in to comment.