Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dfc5238

Browse filesBrowse files
committed
Remove deprecated code
1 parent 9d3e80d commit dfc5238
Copy full SHA for dfc5238

File tree

4 files changed

+6
-207
lines changed
Filter options

4 files changed

+6
-207
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
* 2.0.0 (2020-01-02)
5+
6+
* Remove DiactorosFactory
7+
48
* 1.3.0 (2019-11-25)
59

610
* Added support for streamed requests

‎Factory/DiactorosFactory.php

Copy file name to clipboardExpand all lines: Factory/DiactorosFactory.php
-171Lines changed: 0 additions & 171 deletions
This file was deleted.

‎Tests/Factory/DiactorosFactoryTest.php

Copy file name to clipboardExpand all lines: Tests/Factory/DiactorosFactoryTest.php
-33Lines changed: 0 additions & 33 deletions
This file was deleted.

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
},
2323
"require-dev": {
2424
"symfony/phpunit-bridge": "^4.4 || ^5.0",
25-
"nyholm/psr7": "^1.1",
26-
"zendframework/zend-diactoros": "^1.4.1 || ^2.0"
25+
"nyholm/psr7": "^1.1"
2726
},
2827
"suggest": {
2928
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
@@ -36,7 +35,7 @@
3635
},
3736
"extra": {
3837
"branch-alias": {
39-
"dev-master": "1.3-dev"
38+
"dev-master": "2.0-dev"
4039
}
4140
}
4241
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.