Skip to content

Commit

Permalink
PSR-2
Browse files Browse the repository at this point in the history
  • Loading branch information
vanchelo committed Oct 10, 2015
1 parent 4035417 commit 35aef57
Show file tree
Hide file tree
Showing 16 changed files with 425 additions and 409 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ define('PHALCONSTART', microtime(true));
```

A couple of screenshots
![Console Before Execute](http://i58.fastpic.ru/big/2013/1221/9d/fddb76f0f45ab5b665144e8dc7cd6f9d.jpg "Консоль до выполнеиня")
![Console After Execute](http://i58.fastpic.ru/big/2013/1221/19/a60efe026438b9a17b0ff8e73470ec19.jpg "Консоль после выполнеиня")
![Console Before Execute](http://i58.fastpic.ru/big/2013/1221/9d/fddb76f0f45ab5b665144e8dc7cd6f9d.jpg "Console Before Execute")
![Console After Execute](http://i58.fastpic.ru/big/2013/1221/19/a60efe026438b9a17b0ff8e73470ec19.jpg "Console After Execute")
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phalcon/devtools": "~2.0"
},
"autoload": {
"psr-4": {
"Vanchelo\\Console\\": "src/"
Expand Down
Loading

0 comments on commit 35aef57

Please sign in to comment.