Skip to content

Commit

Permalink
cleanup + fix missing dependencies (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Devolicious committed Jan 26, 2019
1 parent 5217925 commit 59c8934
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 29 deletions.
34 changes: 14 additions & 20 deletions src/Kunstmaan/AdminBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
],
"require": {
"php": "^7.1",
"doctrine/orm": "^2.5",
"doctrine/dbal": "^2.5",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-cache-bundle": "^1.2",
"friendsofsymfony/user-bundle": "^2.0",
"guzzlehttp/guzzle": "~6.1",
"knplabs/knp-menu-bundle": "~2.0",
"kunstmaan/node-bundle": "~5.2",
"kunstmaan/utilities-bundle": "~5.2",
"symfony/acl-bundle": "^1.0",
"symfony/config": "^3.4|^4.0",
"symfony/console": "^3.4|^4.0",
Expand All @@ -38,35 +47,20 @@
"symfony/twig-bundle": "^3.4|^4.0",
"symfony/validator": "^3.4|^4.0",
"symfony/yaml": "^3.4|^4.0",
"doctrine/orm": "^2.5",
"friendsofsymfony/user-bundle": "^2.0",
"knplabs/knp-menu-bundle": "~2.0",
"sensio/framework-extra-bundle": "^5.0",
"kunstmaan/utilities-bundle": "~5.1",
"guzzlehttp/guzzle": "~6.1",
"twig/twig": "^1.36|^2.6",
"twig/extensions": "~1.0",
"white-october/pagerfanta-bundle": "~1.0"
},
"suggest": {
"kunstmaan/user-management-bundle": "~5.1"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "~2.2",
"behat/behat": "3.1.0rc1",
"behat/symfony2-extension": "~2.1.1",
"behat/mink": "dev-master",
"behat/mink-browserkit-driver": "dev-master",
"behat/mink-selenium2-driver": "dev-master",
"behat/mink-goutte-driver": "dev-master",
"behat/mink-sahi-driver": "dev-master",
"symfony/phpunit-bridge": "~3.0",
"phpunit/phpunit": "^5.7",
"fzaninotto/faker": "~1.6",
"nelmio/alice": "^2.1.4",
"codeception/codeception": "^2.4",
"matthiasnoback/symfony-config-test": "2.2.0",
"matthiasnoback/symfony-dependency-injection-test": "1.2.0",
"ekino/newrelic-bundle": "^1.4",
"codeception/codeception": "^2.4",
"friendsofphp/php-cs-fixer": "^2.13"
"phpunit/phpunit": "^5.7",
"symfony/phpunit-bridge": "~3.0"
},
"minimum-stability": "dev",
"autoload": {
Expand Down
3 changes: 1 addition & 2 deletions src/Kunstmaan/FixturesBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
"minimum-stability": "dev",
"require": {
"php": "^7.1",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-fixtures-bundle": "~2.2",
"fzaninotto/faker": "^1.6",
"kunstmaan/admin-bundle": "~5.2",
"kunstmaan/media-bundle": "~5.2",
"kunstmaan/menu-bundle": "~5.2",
Expand Down
4 changes: 2 additions & 2 deletions src/Kunstmaan/FormBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"minimum-stability": "dev",
"require": {
"php": "^7.1",
"ddeboer/data-import-bundle": "~0.1",
"gedmo/doctrine-extensions": "^2.4.34",
"symfony/swiftmailer-bundle": "^2.3|^3.0",
"kunstmaan/adminlist-bundle": "~5.2",
"kunstmaan/node-bundle": "~5.2",
"kunstmaan/admin-bundle": "~5.2",
"kunstmaan/pagepart-bundle": "~5.2"
"kunstmaan/pagepart-bundle": "~5.2",
"stof/doctrine-extensions-bundle": "~1.1"
},
"autoload": {
"psr-4": { "Kunstmaan\\FormBundle\\": "" }
Expand Down
3 changes: 2 additions & 1 deletion src/Kunstmaan/GeneratorBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"kunstmaan/media-pagepart-bundle": "~5.2",
"kunstmaan/node-bundle": "~5.2",
"kunstmaan/pagepart-bundle": "~5.2",
"kunstmaan/utilities-bundle": "~5.2"
"kunstmaan/utilities-bundle": "~5.2",
"kunstmaan/sensio-generator-bundle": "^3.2"
},
"autoload": {
"psr-4": { "Kunstmaan\\GeneratorBundle\\": "" }
Expand Down
4 changes: 3 additions & 1 deletion src/Kunstmaan/NodeBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"require": {
"php": "^7.1",
"gedmo/doctrine-extensions": "^2.4.34",
"kunstmaan/adminlist-bundle": "~5.2"
"kunstmaan/adminlist-bundle": "~5.2",
"stof/doctrine-extensions-bundle": "~1.1",
"symfony-cmf/routing-bundle": "~2.0"
},
"minimum-stability": "dev",
"autoload": {
Expand Down
3 changes: 2 additions & 1 deletion src/Kunstmaan/RedirectBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"require": {
"php": "^7.1",
"kunstmaan/adminlist-bundle": "~5.2"
"kunstmaan/adminlist-bundle": "~5.2",
"symfony-cmf/routing-bundle": "~2.0"
},
"require-dev": {
"codeception/codeception": "^2.4",
Expand Down
3 changes: 2 additions & 1 deletion src/Kunstmaan/UtilitiesBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"symfony/twig-bundle": "^3.4|^4.0",
"symfony/yaml": "^3.4|^4.0",
"doctrine/orm": "^2.5",
"behat/transliterator": "~1.2"
"behat/transliterator": "~1.2",
"twig/twig": "^1.36|^2.6"
},
"suggest": {
"ekino/newrelic-bundle": "To use the UrlTransactionNamingStrategy"
Expand Down
5 changes: 4 additions & 1 deletion src/Kunstmaan/VotingBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"require": {
"php": "^7.1",
"doctrine/orm": "^2.5",
"sensio/framework-extra-bundle": "^5.1",
"doctrine/dbal": "^2.5",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-cache-bundle": "^1.2",
"sensio/framework-extra-bundle": "^5.0",
"symfony/config": "^3.4|^4.0",
"symfony/dependency-injection": "^3.4|^4.0",
"symfony/event-dispatcher": "^3.4|^4.0",
Expand Down

0 comments on commit 59c8934

Please sign in to comment.