Skip to content

Commit 26f1822

Browse files
committed
Release 3.1.0
1 parent 0e178a5 commit 26f1822

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Version](https://img.shields.io/badge/version-3.0.1-4B9081.svg)](https://github.com/steevanb/symfony-container-introspection/tree/3.0.1)
1+
[![Version](https://img.shields.io/badge/version-3.1.0-4B9081.svg)](https://github.com/steevanb/symfony-container-introspection/tree/3.1.0)
22
[![php](https://img.shields.io/badge/php-^7.1||^8.0-blue.svg)](https://php.net)
3-
![Lines](https://img.shields.io/badge/code%20lines-1,860-blue.svg)
3+
![Lines](https://img.shields.io/badge/code%20lines-1,891-blue.svg)
44

55
symfony-container-introspection
66
===============================
@@ -25,7 +25,7 @@ Installation
2525
============
2626

2727
```bash
28-
composer require --dev steevanb/symfony-container-introspection ^3.0
28+
composer require --dev steevanb/symfony-container-introspection ^3.1
2929
```
3030

3131
If you use Symfony (and not just `symfony/dependency-injection`), you can add `ContainerIntrospectionBundle` to your Kernel:

changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### master
22

3+
### [3.1.0](../../compare/3.0.1...3.1.0) - 2024-08-28
4+
35
- Add `Symfony ^7.0` compatibility
46
- Add `PHP 8.2` and `8.3` compatibility
57
- Update CI tools

0 commit comments

Comments
 (0)