Skip to content

Commit

Permalink
feature #75 Remove deprecated code (fabpot)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.3-dev branch.

Discussion
----------

Remove deprecated code

Commits
-------

dfc5238 Remove deprecated code
  • Loading branch information
fabpot committed Jan 2, 2020
2 parents 9d3e80d + dfc5238 commit ce709cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 207 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
CHANGELOG
=========

* 2.0.0 (2020-01-02)

* Remove DiactorosFactory

* 1.3.0 (2019-11-25)

* Added support for streamed requests
Expand Down
171 changes: 0 additions & 171 deletions Factory/DiactorosFactory.php

This file was deleted.

33 changes: 0 additions & 33 deletions Tests/Factory/DiactorosFactoryTest.php

This file was deleted.

5 changes: 2 additions & 3 deletions composer.json
Expand Up @@ -22,8 +22,7 @@
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.0",
"nyholm/psr7": "^1.1",
"zendframework/zend-diactoros": "^1.4.1 || ^2.0"
"nyholm/psr7": "^1.1"
},
"suggest": {
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
Expand All @@ -36,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "2.0-dev"
}
}
}

0 comments on commit ce709cd

Please sign in to comment.