Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jeckel committed Dec 19, 2019
1 parent 14dbd4b commit 4992284
Show file tree
Hide file tree
Showing 19 changed files with 741 additions and 49 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jeckel-lab/advanced-types",
"description": "Advanced PHP types for DDD projects",
"type": "library",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
Expand All @@ -17,15 +17,16 @@
},
"autoload": {
"psr-4": {
"JeckelLab\\Types\\": "src/"
"JeckelLab\\AdvancedTypes\\": "src/"
}
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"phpmd/phpmd": "^2.7",
"phpstan/phpstan": "^0.11.19",
"doctrine/dbal": "^2.10",
"twig/twig": "^3.0"
"twig/twig": "^3.0",
"symfony/http-kernel": "^4"
},
"suggest": {
"doctrine/dbal": "Integrate Value Object as doctrine types"
Expand Down
Loading

0 comments on commit 4992284

Please sign in to comment.