Skip to content

Commit

Permalink
fall back to Kdyby\Console and Kdyby\Events, not ready/decoupled yet
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Oct 18, 2015
1 parent 262a989 commit 1482c03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
19 changes: 10 additions & 9 deletions composer.json
Expand Up @@ -7,17 +7,18 @@
],
"require": {
"php": ">=5.6",
"beberlei/assert": "~2.3.0",
"doctrine/migrations": "~1.0.0",
"nette/di": "~2.3.0",
"symnedi/event-dispatcher": "~0.2.1",
"symfony/console": "~2.7.0|~2.8.0",
"tracy/tracy": "~2.3.0"
"beberlei/assert": "~2.3",
"doctrine/migrations": "~1.0",
"nette/di": "~2.3",
"symfony/console": "~2.7",
"symfony/event-dispatcher": "~2.7"
},
"require-dev": {
"kdyby/doctrine": "~2.3.1",
"kdyby/events": "~2.4.0",
"nette/bootstrap": "~2.3.0"
"kdyby/console": "~2.4",
"kdyby/doctrine": "~2.3",
"kdyby/events": "~2.4",
"nette/bootstrap": "~2.3",
"tracy/tracy": "~2.3"
},
"autoload": {
"psr-4": {
Expand Down
16 changes: 2 additions & 14 deletions tests/config/default.neon
@@ -1,24 +1,12 @@
services:
-
class: Symfony\Component\Console\Helper\HelperSet
setup:
- set(@Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper, 'em')
-
class: Symfony\Component\Console\Application
setup:
- setHelperSet
- setDispatcher


application:
scanComposer: FALSE


extensions:
- Kdyby\Events\DI\EventsExtension
- Kdyby\Annotations\DI\AnnotationsExtension
- Kdyby\Console\DI\ConsoleExtension
- Kdyby\Events\DI\EventsExtension
doctrine: Kdyby\Doctrine\DI\OrmExtension
- Symnedi\EventDispatcher\DI\EventDispatcherExtension
migrations: Zenify\DoctrineMigrations\DI\MigrationsExtension


Expand Down

0 comments on commit 1482c03

Please sign in to comment.