Skip to content

Commit 208ab91

Browse files
committed
Add version info
1 parent 0ec6207 commit 208ab91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "rcarvello/webmvcframework",
3+
"version": "1.0.0",
34
"description": "PHP Web MVC Framework",
45
"type": "project",
56
"license": "MIT",
@@ -13,7 +14,7 @@
1314
"minimum-stability": "dev",
1415
"prefer-stable": true,
1516
"require": {
16-
"php": ">=5.3",
17+
"php": ">=5.6",
1718
"ext-json": "*",
1819
"ext-dom": "*",
1920
"ext-mysqli": "*",

0 commit comments

Comments
 (0)