Skip to content

Commit

Permalink
Upgrade requirement of kununu/data-fixtures to v10.2.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-goncalves-kununu authored Jan 4, 2024
1 parent 5b41739 commit c0c4f2a
Showing 1 changed file with 66 additions and 62 deletions.
128 changes: 66 additions & 62 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,70 @@
{
"name": "kununu/testing-bundle",
"description": "Testing made easy by providing helper classes and fixtures loading",
"type": "symfony-bundle",
"keywords": ["tests", "symfony", "fixtures"],
"license": "MIT",
"authors": [
{
"name": "Hugo Gonçalves",
"email": "[email protected]"
},
{
"name": "João Alves",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.0",
"symfony/framework-bundle": "^4.4 || ^5.0",
"kununu/data-fixtures": "^10.0",
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0"
"name": "kununu/testing-bundle",
"description": "Testing made easy by providing helper classes and fixtures loading",
"type": "symfony-bundle",
"keywords": [
"tests",
"symfony",
"fixtures"
],
"license": "MIT",
"authors": [
{
"name": "Hugo Gonçalves",
"email": "[email protected]"
},
"require-dev": {
"ext-json": "*",
"ext-pdo": "*",
"doctrine/dbal": "^2.13",
"doctrine/doctrine-bundle": "^2.3.1",
"doctrine/doctrine-migrations-bundle": "^3.1.1",
"elasticsearch/elasticsearch": "^7.10",
"kununu/scripts": ">=3.0.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
"phpunit/phpunit": "^8.5 || ^9.0",
"psr/cache": "^1.0",
"symfony/browser-kit": "^5.2",
"symfony/dotenv": "^5.2",
"symfony/phpunit-bridge": "^5.2",
"symfony/http-client": "^4.4 | ^5.2",
"symfony/http-foundation": "^4.4 | ^5.2"
},
"suggest": {
"ext-pdo_mysql": "To run Integration Tests.",
"doctrine/doctrine-bundle": "To run Integration Tests.",
"elasticsearch/elasticsearch": "To run Integration Tests.",
"psr/cache": "To run Integration Tests.",
"symfony/http-client": "To run Integration Tests.",
"symfony/http-foundation": "To run Integration Tests."
},
"autoload": {
"psr-4": {
"Kununu\\TestingBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Kununu\\TestingBundle\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"kununu/scripts": true
}
{
"name": "João Alves",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.0",
"symfony/framework-bundle": "^4.4 || ^5.0",
"kununu/data-fixtures": "^10.2",
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0"
},
"require-dev": {
"ext-json": "*",
"ext-pdo": "*",
"doctrine/dbal": "^2.13",
"doctrine/doctrine-bundle": "^2.3.1",
"doctrine/doctrine-migrations-bundle": "^3.1.1",
"elasticsearch/elasticsearch": "^7.10",
"kununu/scripts": ">=3.0.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
"phpunit/phpunit": "^8.5 || ^9.0",
"psr/cache": "^1.0",
"symfony/browser-kit": "^5.2",
"symfony/dotenv": "^5.2",
"symfony/phpunit-bridge": "^5.2",
"symfony/http-client": "^4.4 | ^5.2",
"symfony/http-foundation": "^4.4 | ^5.2"
},
"suggest": {
"ext-pdo_mysql": "To run Integration Tests.",
"doctrine/doctrine-bundle": "To run Integration Tests.",
"elasticsearch/elasticsearch": "To run Integration Tests.",
"psr/cache": "To run Integration Tests.",
"symfony/http-client": "To run Integration Tests.",
"symfony/http-foundation": "To run Integration Tests."
},
"autoload": {
"psr-4": {
"Kununu\\TestingBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Kununu\\TestingBundle\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"kununu/scripts": true
}
}
}

0 comments on commit c0c4f2a

Please sign in to comment.