Skip to content

Commit

Permalink
Tagging version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Scheffler committed Sep 9, 2019
1 parent 2ecb4a8 commit c064dc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2
1.0
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "nimbly\/limber",
"description": "A super minimal HTTP framework that doesn't get in your way.",
"keywords": [
"http",
"api",
"framework",
"router",
"middleware"
],
"description": "A super minimal HTTP framework that doesn't get in your way.",
"keywords": [
"http",
"api",
"framework",
"router",
"middleware"
],
"type": "library",
"require": {
"php": "^7.2",
Expand All @@ -26,7 +26,7 @@
"Limber\\": "src\/"
}
},
"version": "0.6.2",
"version": "1.0",
"require-dev": {
"phpunit\/phpunit": "^8.0",
"vimeo\/psalm": "^3.1",
Expand Down

0 comments on commit c064dc8

Please sign in to comment.