Skip to content

Commit 988e7ef

Browse files
committed
Composer: stick to stable prado version + update
1 parent 78cf44f commit 988e7ef

File tree

4 files changed

+125
-102
lines changed

4 files changed

+125
-102
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Warning: this is a prerelease, and is not usable yet.
2-
31
# Prado PHP Framework - Basic appliction project
42

53
PRADO is a component-based and event-driven programming framework for developing Web applications in PHP 5.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"pradosoft/prado": "dev-master"
20+
"pradosoft/prado": "*"
2121
},
2222
"config": {
2323
"vendor-dir": "protected/vendor"

0 commit comments

Comments
 (0)