Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin v / vvval committed May 27, 2019
2 parents cd0abd7 + e68f0ae commit 480c88d
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"name": "cycle/proxy-factory",
"type": "library",
"license": "MIT",
"description": "Proxy Factory Interface implementation for cycle ORM",
"autoload": {
"psr-4": {
"Cycle\\ORM\\Promise\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Cycle\\ORM\\Promise\\Tests\\": "tests/Promise/",
"Cycle\\ORM\\Promise\\Tests\\Promises\\": "tests/fixtures/promises/",
"": "tests/fixtures/withoutNamespace/"
}
},
"require": {
"php": "^7.1|^8.0",
"nikic/php-parser": "^4.2",
Expand All @@ -28,5 +17,17 @@
"spiral/core": "^1.1",
"spiral/debug": "^1.3",
"cycle/annotated": "^1.0"
},
"autoload": {
"psr-4": {
"Cycle\\ORM\\Promise\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Cycle\\ORM\\Promise\\Tests\\": "tests/Promise/",
"Cycle\\ORM\\Promise\\Tests\\Promises\\": "tests/fixtures/promises/",
"": "tests/fixtures/withoutNamespace/"
}
}
}

0 comments on commit 480c88d

Please sign in to comment.