Skip to content

Commit

Permalink
feat: update atoum dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraux Héléna committed Mar 8, 2022
1 parent 423f5c2 commit c47e92b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
matrix:
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
symfony-version: ['^3.4', '^4.4', '^5.0']
fail-fast: false
steps:
- uses: actions/checkout@master
- uses: shivammathur/setup-php@v2
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"php": ">=7.2",
"ext-amqp": "*",
"symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0",
"symfony/framework-bundle": "^3.4 || ^4.3",
"symfony/http-kernel": "^3.4 || ^4.3",
"symfony/framework-bundle": "^3.4 || ^4.3 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.3 || ^5.0",
"symfony/yaml": "^3.4 || ^4.3 || ^5.0",
"twig/twig": "^1.31 || ^2.0 || ^3.0"
},
"require-dev" : {
"atoum/atoum": "^3.4.1",
"atoum/atoum": "~3.4||~4.0",
"m6web/coke": "^2.2",
"m6web/symfony2-coding-standard": "^3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
use Symfony\Component\Yaml\Parser;
use atoum\test;
use atoum;

/**
* Class M6WebAmqpExtension.
*/
class M6WebAmqpExtension extends test
class M6WebAmqpExtension extends atoum
{
/**
* @return ContainerBuilder
Expand Down

0 comments on commit c47e92b

Please sign in to comment.