Skip to content

Commit

Permalink
bootstraping that thing
Browse files Browse the repository at this point in the history
  • Loading branch information
woodworker committed Feb 25, 2013
1 parent 639fe1f commit 6ec7599
Show file tree
Hide file tree
Showing 6 changed files with 618 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -0,0 +1,6 @@
/.abc
/.pear
/build
/vendor/*
/composer.phar
*.local
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "setup"]
path = setup
url = git://github.com/Qafoo/build-commons.git
26 changes: 26 additions & 0 deletions composer.json
@@ -0,0 +1,26 @@
{
"name": "p2ee/serphplety",
"description": "P2EE SerPHPlet Container",
"keywords": ["P2EE","enterprise","serphplet"],
"homepage" : "http://p2ee.github.com/serphplet/",
"license": "MIT",
"minimum-stability": "dev",
"repositories": [
],
"require": {
"php": ">=5.4.0",
"psr/log": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"whatthejeff/nyancat-phpunit-resultprinter": "1.0.*@dev"
},
"autoload": {
"psr-0": {
"P2EE": "src/php/"
}
},
"support": {
"irc": "irc://irc.freenode.org/petty-php"
}
}

0 comments on commit 6ec7599

Please sign in to comment.