Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
update readme & composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Sep 26, 2017
1 parent 8c0693b commit 09ab0d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# phalcon-project

First you need to get Composer, after it installs run:

```bash
composer create-project bavix/phalcon-project phalcon
```
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"email": "info@babichev.net"
}
],
"require": {
"php": "^7.0",
"ext-phalcon": "^3.2"
},
"autoload": {
"psr-4": {
"": "src/"
Expand Down

0 comments on commit 09ab0d4

Please sign in to comment.