Skip to content

Commit

Permalink
Merge pull request #893 from doctrine/drop-extracted-packages
Browse files Browse the repository at this point in the history
Drop packages available stand-alone
  • Loading branch information
alcaeus authored May 25, 2020
2 parents 5e1cf31 + 81a028c commit 05ab204
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 93 deletions.
7 changes: 0 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@
],
"require": {
"php": "^7.1 || ^8.0",
"doctrine/inflector": "^1.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/lexer": "^1.0",
"doctrine/annotations": "^1.0",
"doctrine/event-manager": "^1.0",
"doctrine/reflection": "^1.0",
"doctrine/persistence": "^2.0"
},
"require-dev": {
Expand Down
25 changes: 0 additions & 25 deletions lib/Doctrine/Common/Lexer.php

This file was deleted.

19 changes: 0 additions & 19 deletions lib/Doctrine/Common/Util/Inflector.php

This file was deleted.

37 changes: 0 additions & 37 deletions lib/Doctrine/Common/Version.php

This file was deleted.

5 changes: 0 additions & 5 deletions tests/Doctrine/Tests/TestInit.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@
});

require_once __DIR__ . "/../../../vendor/autoload.php";

\Doctrine\Common\Annotations\AnnotationRegistry::registerAutoloadNamespace(
'Doctrine\Tests\Common\Annotations\Fixtures',
__DIR__ . '/../../'
);

0 comments on commit 05ab204

Please sign in to comment.