You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/UPGRADING.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@
47
47
-[Upgrading from 1.6.8 to 1.6.9](#upgrading-from-168-to-169)
48
48
-[Upgrading from 1.6.9 to 1.6.10](#upgrading-from-169-to-1610)
49
49
-[Upgrading from 1.6.10 to 1.6.11](#upgrading-from-1610-to-1611)
50
+
-[Upgrading from 1.7.5 to 1.7.6](#upgrading-from-175-to-176)
50
51
-[Upgrading from 1.7.4 to 1.7.5](#upgrading-from-174-to-175)
51
52
-[Upgrading from 1.7.3 to 1.7.4](#upgrading-from-173-to-174)
52
53
-[Upgrading from 1.7.2 to 1.7.3](#upgrading-from-172-to-173)
@@ -392,6 +393,14 @@ Maintainer / CI / demo tooling only. **No consumer API or config changes.**
392
393
- `composer.lock`again pins `require-dev` Symfony packages (including `symfony/scheduler`) to **7.4** so PHP 8.2 CI `composer install` succeeds. Run `make composer-sync` after adding Symfony `require-dev` packages.
393
394
- Demo smoke / `make up` installs Composer deps before starting the FrankenPHP worker (needed for clean GitHub Actions checkouts).
394
395
396
+
## Upgrading from 1.7.5 to 1.7.6
397
+
398
+
No application upgrade steps.
399
+
400
+
```bash
401
+
composer update nowo-tech/beacon-bundle
402
+
```
403
+
395
404
## Upgrading from 1.7.4 to 1.7.5
396
405
397
406
Patch release with test-only changes. **No application upgrade steps.**
0 commit comments