Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from tweedegolf/update-symony-3-4
Browse files Browse the repository at this point in the history
Update symony to 3.4
  • Loading branch information
hdoordt authored Sep 12, 2019
2 parents 7799964 + d844d85 commit dc510d1
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 34 deletions.
64 changes: 30 additions & 34 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,34 @@
{
"name": "bravesheep/crudify-bundle",
"description": "Symfony 2 bundle that provides a simple CRUD interface",
"license": "MIT",
"authors": [
{
"name": "Marlon Baeten",
"email": "[email protected]"
},
{
"name": "Ruben Nijveld",
"email": "[email protected]"
}
],
"require": {
"symfony/symfony": "~2.6|~3.0",
"doctrine/doctrine-bundle": "~1.6",
"doctrine/orm": "~2.5",
"knplabs/knp-paginator-bundle": "~2.5"
"name": "bravesheep/crudify-bundle",
"description": "Symfony bundle that provides a simple CRUD interface",
"license": "MIT",
"authors": [
{
"name": "Marlon Baeten",
"email": "[email protected]"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
"behat/behat": "~2.5",
"behat/mink-extension": "~1.3",
"behat/mink-browserkit-driver": "~1.1",
"behat/symfony2-extension": "~1.1",
"vipsoft/doctrine-data-fixtures-extension": "~2.5",
"fzaninotto/faker": "~1.4",
"bravesheep/phpspec-expect": "~0.1"
},
"autoload": {
"psr-4": {
"Bravesheep\\CrudifyBundle\\Fixtures\\": "test/Bravesheep/CrudifyBundle/Fixtures/",
"Bravesheep\\CrudifyBundle\\Context\\": "features/bootstrap/Bravesheep/CrudifyBundle/Context/",
"Bravesheep\\CrudifyBundle\\": "src/Bravesheep/CrudifyBundle/"
}
{
"name": "Ruben Nijveld",
"email": "[email protected]"
}
],
"require": {
"symfony/symfony": "^3.4|^4.0",
"doctrine/orm": "^2.6",
"doctrine/doctrine-bundle": "^1.11",
"knplabs/knp-paginator-bundle": "^4.0",
"bravesheep/phpspec-expect": "^0.2.0"
},
"autoload": {
"psr-4": {
"Bravesheep\\CrudifyBundle\\Fixtures\\": "test/Bravesheep/CrudifyBundle/Fixtures/",
"Bravesheep\\CrudifyBundle\\Context\\": "features/bootstrap/Bravesheep/CrudifyBundle/Context/",
"Bravesheep\\CrudifyBundle\\": "src/Bravesheep/CrudifyBundle/"
}
},
"require-dev": {
"behat/symfony2-extension": "^2.1",
"fzaninotto/faker": "^1.8",
"phpspec/phpspec": "^5.1"
}
}
5 changes: 5 additions & 0 deletions incompatible-packages.save
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require:


vipsoft/doctrine-data-fixtures-extension
behat/mink-extensionbehat/mink-browserkit-drive

0 comments on commit dc510d1

Please sign in to comment.