Skip to content

Commit 2fc77b7

Browse files
committed
upgrade core to 1.1.0 version
1 parent 6ede871 commit 2fc77b7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ composer require nelexa/roach-php-bundle
2424
| Bundle version | roach-php/core version | Symfony version | PHP version(s) |
2525
|----------------|------------------------|-----------------|----------------|
2626
| 0.3.0 | 0.3.0 | ^5.3 \| ^6.0 | >= 8.0 |
27-
| 1.0.0 | 1.0.0 | ^6.0 | >= 8.0 |
27+
| 1.0.0 | ^1.0.0 | ^6.0 | >= 8.0 |
28+
| 1.1.0 | 1.1.* | ^6.0 | >= 8.0 |
2829

2930
#### Register the bundle:
3031
Register bundle into config/bundles.php (Flex did it automatically):

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "symfony-bundle",
55
"require": {
66
"php": ">= 8.0",
7-
"roach-php/core": "^1.0",
7+
"roach-php/core": "~1.1.0",
88
"symfony/config": "^6.0",
99
"symfony/dependency-injection": "^6.0",
1010
"symfony/http-kernel": "^6.0",

0 commit comments

Comments
 (0)