We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ede871 + 2fc77b7 commit 2459f6eCopy full SHA for 2459f6e
2 files changed
README.md
@@ -24,7 +24,8 @@ composer require nelexa/roach-php-bundle
24
| Bundle version | roach-php/core version | Symfony version | PHP version(s) |
25
|----------------|------------------------|-----------------|----------------|
26
| 0.3.0 | 0.3.0 | ^5.3 \| ^6.0 | >= 8.0 |
27
-| 1.0.0 | 1.0.0 | ^6.0 | >= 8.0 |
+| 1.0.0 | ^1.0.0 | ^6.0 | >= 8.0 |
28
+| 1.1.0 | 1.1.* | ^6.0 | >= 8.0 |
29
30
#### Register the bundle:
31
Register bundle into config/bundles.php (Flex did it automatically):
composer.json
@@ -4,7 +4,7 @@
4
"type": "symfony-bundle",
5
"require": {
6
"php": ">= 8.0",
7
- "roach-php/core": "^1.0",
+ "roach-php/core": "~1.1.0",
8
"symfony/config": "^6.0",
9
"symfony/dependency-injection": "^6.0",
10
"symfony/http-kernel": "^6.0",
0 commit comments