Skip to content

Commit

Permalink
in development
Browse files Browse the repository at this point in the history
  • Loading branch information
viniychuk committed Nov 4, 2014
1 parent 2c64b84 commit bd8aafb
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.idea/
vendor/
composer.lock
src/db/bases
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "solve/project",
"type": "project",
"description": " - [ Solve Project ]",
"keywords": ["solve","framework","kernel","cmf"],
"homepage": "http://github.com/Solve/Project",
"license": "MIT",
"authors": [
{
"name": "Alexandr Viniychuk",
"email": "alexandr.viniychuk@icloud.com"
}
],
"require": {
"php": ">=5.3.0",
"solve/solve": "*"
},
"autoload": {
"psr-0": { "Solve": "" }
},
"target-dir": ""
}
Empty file added web/index.php
Empty file.

0 comments on commit bd8aafb

Please sign in to comment.