Skip to content

Commit 94fd7a9

Browse files
committed
Merge tag 'v5.1.0' into develop
PSR container and auto-wiring
2 parents 80ceaaa + 7b82867 commit 94fd7a9

File tree

254 files changed

+258
-256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+258
-256
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions

src/Application/ApplicationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* Copyright 2025 Cloud Creativity Limited
4+
* Copyright 2026 Cloud Creativity Limited
55
*
66
* Use of this source code is governed by an MIT-style
77
* license that can be found in the LICENSE file or at

src/Application/Bus/CommandDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* Copyright 2025 Cloud Creativity Limited
4+
* Copyright 2026 Cloud Creativity Limited
55
*
66
* Use of this source code is governed by an MIT-style
77
* license that can be found in the LICENSE file or at

src/Application/Bus/CommandHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* Copyright 2025 Cloud Creativity Limited
4+
* Copyright 2026 Cloud Creativity Limited
55
*
66
* Use of this source code is governed by an MIT-style
77
* license that can be found in the LICENSE file or at

src/Application/Bus/CommandHandlerContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* Copyright 2025 Cloud Creativity Limited
4+
* Copyright 2026 Cloud Creativity Limited
55
*
66
* Use of this source code is governed by an MIT-style
77
* license that can be found in the LICENSE file or at

src/Application/Bus/CommandQueuer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* Copyright 2025 Cloud Creativity Limited
4+
* Copyright 2026 Cloud Creativity Limited
55
*
66
* Use of this source code is governed by an MIT-style
77
* license that can be found in the LICENSE file or at

src/Application/Bus/Exceptions/AbortOnFailureException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* Copyright 2025 Cloud Creativity Limited
4+
* Copyright 2026 Cloud Creativity Limited
55
*
66
* Use of this source code is governed by an MIT-style
77
* license that can be found in the LICENSE file or at

src/Application/Bus/Middleware/ExecuteInUnitOfWork.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* Copyright 2025 Cloud Creativity Limited
4+
* Copyright 2026 Cloud Creativity Limited
55
*
66
* Use of this source code is governed by an MIT-style
77
* license that can be found in the LICENSE file or at

src/Application/Bus/Middleware/FlushDeferredEvents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* Copyright 2025 Cloud Creativity Limited
4+
* Copyright 2026 Cloud Creativity Limited
55
*
66
* Use of this source code is governed by an MIT-style
77
* license that can be found in the LICENSE file or at

src/Application/Bus/Middleware/LogMessageDispatch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* Copyright 2025 Cloud Creativity Limited
4+
* Copyright 2026 Cloud Creativity Limited
55
*
66
* Use of this source code is governed by an MIT-style
77
* license that can be found in the LICENSE file or at

0 commit comments

Comments
 (0)