Skip to content

Commit

Permalink
Release v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevlamynck committed Jun 3, 2024
1 parent 143437f commit 4c3fe2f
Show file tree
Hide file tree
Showing 4 changed files with 331 additions and 261 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RichCongress Bundle Toolbox

This version of the bundle requires Symfony 4.4+ and PHP 7.1+.
This version of the bundle requires Symfony 6.0+ and PHP 8.1+.

[![Package version](https://img.shields.io/packagist/v/richcongress/bundle-toolbox)](https://packagist.org/packages/richcongress/bundle-toolbox)
[![Build Status](https://img.shields.io/travis/richcongress/bundle-toolbox.svg?branch=master)](https://travis-ci.org/richcongress/bundle-toolbox?branch=master)
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"description": "A set of classes and tools to quickly build a bundle",
"require": {
"php": "^8.1",
"symfony/http-kernel": "^5.0 || ^6.0 || ^7.0",
"symfony/config": "^5.0 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.0 || ^6.0 || ^7.0"
"symfony/http-kernel": "^6.0 || ^7.0",
"symfony/config": "^6.0 || ^7.0",
"symfony/dependency-injection": "^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
Loading

0 comments on commit 4c3fe2f

Please sign in to comment.