Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Update composer.json for Lumen 6.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Hyvärinen committed Sep 11, 2020
1 parent 393883c commit c4a48fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -12,10 +12,10 @@
],
"require": {
"php": ">=7.1",
"jalle19/laravel-lost-interfaces": "^1.1",
"laravel/lumen-framework": "^5.4",
"nordsoftware/lumen-contentful": "^4.0",
"nordsoftware/lumen-newrelic": "^1.1",
"jalle19/laravel-lost-interfaces": "^1.2",
"laravel/lumen-framework": "^5.4|^6.0",
"nordsoftware/lumen-contentful": "^4.2",
"nordsoftware/lumen-newrelic": "^2.0.2",
"digiaonline/json-helpers": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit c4a48fe

Please sign in to comment.