Skip to content

Commit

Permalink
Merge pull request #9 from visto9259/master
Browse files Browse the repository at this point in the history
Added dependency on persistence v2.  Removed docs.
  • Loading branch information
visto9259 committed Feb 6, 2021
2 parents 8004394 + 849197a commit 9b05e64
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 2,159 deletions.
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -37,14 +37,15 @@
"require": {
"php": "^7.2",
"laminas/laminas-servicemanager": "^3.3",
"laminas/laminas-stdlib": "^3.1"
"laminas/laminas-stdlib": "^3.1",
"doctrine/persistence": "^2.0"
},
"require-dev": {
"malukenho/docheader": "^0.1.7",
"phpunit/phpunit": "^8.5.2",
"phpspec/prophecy": "^1.10",
"friendsofphp/php-cs-fixer": "^2.9.3",
"doctrine/common": "^2.4",
"doctrine/doctrine-orm-module": "^3.1",
"satooshi/php-coveralls": "^2.0"
},
"autoload": {
Expand Down
59 changes: 0 additions & 59 deletions docs/01. Introduction.md

This file was deleted.

136 changes: 0 additions & 136 deletions docs/02. Quick Start.md

This file was deleted.

0 comments on commit 9b05e64

Please sign in to comment.