Skip to content

Commit

Permalink
Freeze requirements at last compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
DSpeichert committed Mar 5, 2020
1 parent 183dd6b commit cf127f5
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 139 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"require": {
"slim/slim": "2.*",
"illuminate/database": "*",
"zircote/swagger-php": "*"
"illuminate/database": "^4.2",
"zircote/swagger-php": "^1.0"
}
}
}
Loading

0 comments on commit cf127f5

Please sign in to comment.