Skip to content

Commit 59001e3

Browse files
committed
Merge pull request #14 from dopesong/patch-1
Use stable version of Slim 3
2 parents 47e6fe2 + c5df61f commit 59001e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^4.0",
23-
"slim/slim" : "^3.0-RC2"
23+
"slim/slim" : "~3.0"
2424
}
2525
}

0 commit comments

Comments
 (0)