Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into feat…
Browse files Browse the repository at this point in the history
…ure/console
  • Loading branch information
Show file tree
Hide file tree
Showing 42 changed files with 3 additions and 3,339 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zendframework/zend-test",
"description": "provides tools to facilitate unit testing of your Zend Framework applications",
"description": "Zend\\Test component",
"license": "BSD-3-Clause",
"keywords": [
"zf2",
Expand All @@ -9,11 +9,11 @@
"homepage": "https://github.com/zendframework/zend-test",
"autoload": {
"psr-4": {
"Zend\\Test": "src/"
"Zend\\Test\\": "src/"
}
},
"require": {
"php": ">=5.3.3",
"php": ">=5.3.23",
"phpunit/PHPUnit": "~4.0",
"zendframework/zend-console": "self.version",
"zendframework/zend-dom": "self.version",
Expand Down
318 changes: 0 additions & 318 deletions src/DbAdapter.php

This file was deleted.

Loading

0 comments on commit 57d6216

Please sign in to comment.