Skip to content

Commit

Permalink
tesztelt
Browse files Browse the repository at this point in the history
  • Loading branch information
csordasmarton committed Jun 18, 2014
1 parent 7d36d63 commit 66102de
Show file tree
Hide file tree
Showing 544 changed files with 317 additions and 740 deletions.
2 changes: 1 addition & 1 deletion app/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
$loader = require __DIR__.'/../vendor/autoload.php';
$loader->add('FOS', __DIR__.'/../vendor/bundles');
$loader->add('Assetic', __DIR__.'/../vendor/assetic/src');
$loader->add('Gregwar', __DIR__.'/../vendor/bundles');
$loader->add('Gregwar', __DIR__.'/../vendor');
AnnotationRegistry::registerLoader(array($loader, 'loadClass'));

return $loader;
7 changes: 7 additions & 0 deletions bin/doctrine
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env sh
SRC_DIR="`pwd`"
cd "`dirname "$0"`"
cd "../vendor/doctrine/orm/bin"
BIN_TARGET="`pwd`/doctrine"
cd "$SRC_DIR"
"$BIN_TARGET" "$@"
3 changes: 3 additions & 0 deletions bin/doctrine.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@ECHO OFF
SET BIN_TARGET=%~dp0/../vendor/doctrine/orm/bin/doctrine
php "%BIN_TARGET%" %*
7 changes: 7 additions & 0 deletions bin/doctrine.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env sh
SRC_DIR="`pwd`"
cd "`dirname "$0"`"
cd "../vendor/doctrine/orm/bin"
BIN_TARGET="`pwd`/doctrine.php"
cd "$SRC_DIR"
"$BIN_TARGET" "$@"
3 changes: 3 additions & 0 deletions bin/doctrine.php.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@ECHO OFF
SET BIN_TARGET=%~dp0/../vendor/doctrine/orm/bin/doctrine.php
php "%BIN_TARGET%" %*
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"sensio/framework-extra-bundle": "~3.0",
"sensio/generator-bundle": "~2.3",
"incenteev/composer-parameter-handler": "~2.0",
"cedriclombardot/admingenerator-generator-bundle": "2.3.*@dev",
"gregwar/image": "dev-master"
"friendsofsymfony/user-bundle": "~2.0@dev",
"gregwar/image-bundle": "dev-master"
},
"scripts": {
"post-install-cmd": [
Expand Down
Loading

0 comments on commit 66102de

Please sign in to comment.