Skip to content

Commit 2d94b74

Browse files
author
Marco Bunge
committed
Fix Typo
1 parent 79722d9 commit 2d94b74

11 files changed

Lines changed: 35 additions & 11 deletions

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212

1313
### Altered
1414

15-
- Update League Router and use router middleware implementation instead of application middleware
15+
- Update [League Router](https://github.com/thephpleague/route/tree/507606b53d3935e7830aa7c48c43337bc2b1b2ba) and use router middleware implementation instead of application middleware.
16+
- Update Zend Stratigility to 1.3.1
17+
- Advanced error capturing and error stack for debugging
1618

1719
### Removed
1820

1921
- Remove dotted notation from from configuration
20-
- Zend Stratigility support
2122
- Remove vagrant machine
2223

2324
## 2.0.1

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"require-dev": {
3838
"phpunit/phpunit": "~4.8",
3939
"symfony/http-kernel": "~2.7|~3.0",
40-
"symfony/psr-http-message-bridge": "*"
40+
"symfony/psr-http-message-bridge": "*",
41+
"zendframework/zend-stratigility": "1.3.1"
4142
},
4243
"autoload": {
4344
"psr-4": {

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* The Turbine Micro Framework. An advanced derivate of Proton Micro Framework
3+
* The Hawkbit Micro Framework. An advanced derivate of Proton Micro Framework
44
*
55
* @author Marco Bunge <marco_bunge@web.de>
66
* @author Alex Bilbie <hello@alexbilbie.com>

src/Application/ApplicationEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* The Turbine Micro Framework. An advanced derivate of Proton Micro Framework
3+
* The Hawkbit Micro Framework. An advanced derivate of Proton Micro Framework
44
*
55
* @author Marco Bunge <marco_bunge@web.de>
66
* @author Alex Bilbie <hello@alexbilbie.com>

src/Application/HttpApplicationEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* The Turbine Micro Framework. An advanced derivate of Proton Micro Framework
3+
* The Hawkbit Micro Framework. An advanced derivate of Proton Micro Framework
44
*
55
* @author Marco Bunge <marco_bunge@web.de>
66
* @author Alex Bilbie <hello@alexbilbie.com>

src/Application/MiddlewareRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* The Turbine Micro Framework. An advanced derivate of Proton Micro Framework
3+
* The Hawkbit Micro Framework. An advanced derivate of Proton Micro Framework
44
*
55
* @author Marco Bunge <marco_bunge@web.de>
66
* @author Alex Bilbie <hello@alexbilbie.com>

src/ApplicationInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* The Turbine Micro Framework. An advanced derivate of Proton Micro Framework
3+
* The Hawkbit Micro Framework. An advanced derivate of Proton Micro Framework
44
*
55
* @author Marco Bunge <marco_bunge@web.de>
66
* @author Alex Bilbie <hello@alexbilbie.com>

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* The Turbine Micro Framework. An advanced derivate of Proton Micro Framework
3+
* The Hawkbit Micro Framework. An advanced derivate of Proton Micro Framework
44
*
55
* @author Marco Bunge <marco_bunge@web.de>
66
* @author Alex Bilbie <hello@alexbilbie.com>

src/Symfony/HttpKernelAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* The Turbine Micro Framework. An advanced derivate of Proton Micro Framework
3+
* The Hawkbit Micro Framework. An advanced derivate of Proton Micro Framework
44
*
55
* @author Marco Bunge <marco_bunge@web.de>
66
* @author Alex Bilbie <hello@alexbilbie.com>

src/TerminableInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* The Turbine Micro Framework. An advanced derivate of Proton Micro Framework
3+
* The Hawkbit Micro Framework. An advanced derivate of Proton Micro Framework
44
*
55
* @author Marco Bunge <marco_bunge@web.de>
66
* @author Alex Bilbie <hello@alexbilbie.com>

0 commit comments

Comments
 (0)