Skip to content

Commit

Permalink
Release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevlamynck committed Jun 3, 2024
1 parent 6c95e0d commit eaeea1e
Show file tree
Hide file tree
Showing 3 changed files with 478 additions and 410 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The RichCongress Web Test Bundle
=======================================

This version of the bundle requires Symfony 3.4+ and PHP 7.3+.
This version of the bundle requires Symfony 6.0+ and PHP 8.1+.

[![Package version](https://img.shields.io/packagist/v/richcongress/web-test-bundle)](https://packagist.org/packages/richcongress/web-test-bundle)
[![Actions Status](https://github.com/richcongress/web-test-bundle/workflows/Tests/badge.svg)](https://github.com/t/richcongress/web-test-bundle/actions)
Expand Down Expand Up @@ -29,7 +29,7 @@ Quick showcase

# 1. Installation

This version of the bundle requires Symfony 3.4+ and PHP 7.3+.
This version of the bundle requires Symfony 6.0+ and PHP 8.1+.

```bash
composer require richcongress/web-test-bundle
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"dama/doctrine-test-bundle": "^6.3 || ^7.0 || ^8.0",
"php-di/phpdoc-reader": "^2.2",
"richcongress/bundle-toolbox": "*",
"richcongress/test-framework": "v0.2.x-dev",
"richcongress/test-tools": "v0.2.x-dev",
"symfony/browser-kit": "^5.0 || ^6.0 || ^7.0",
"symfony/console": "^5.0 || ^6.0 || ^7.0"
"richcongress/test-framework": "^0.2",
"richcongress/test-tools": "^0.2",
"symfony/browser-kit": "^6.0 || ^7.0",
"symfony/console": "^6.0 || ^7.0"
},
"require-dev": {
"mockery/mockery": "^1.6",
"roave/security-advisories": "dev-master",
"symfony/form": "^5.0 || ^6.0 || ^7.0",
"symfony/form": "^6.0 || ^7.0",
"symfony/orm-pack": "*",
"symfony/security-bundle": "^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^5.1 || ^6.0 || ^7.0"
"symfony/security-bundle": "^6.0 || ^7.0",
"symfony/yaml": "^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit eaeea1e

Please sign in to comment.