Skip to content

Commit

Permalink
update composer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk committed Dec 16, 2018
1 parent 628d66a commit f930e9b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "maksi/request-mapper-lm",
"name": "maksi/request-mapper-l",
"authors": [
{
"name": "Tetiana Blindaruk",
"email": "[email protected]"
}
],
"require": {
"illuminate/support": "^5.7",
"symfony/validator": "^4.2",
"illuminate/support": "^5.5",
"symfony/validator": "^4.1",
"doctrine/annotations": "^1.6",
"doctrine/cache": "^1.8",
"illuminate/http": "^5.7",
"illuminate/contracts": "^5.7"
"illuminate/http": "^5.5",
"illuminate/contracts": "^5.5"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
Expand All @@ -34,5 +34,7 @@
"Maksi\\RequestMapperL\\RequestMapperProvider"
]
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit f930e9b

Please sign in to comment.