Skip to content

Commit

Permalink
Merge 72a582b into f6faf65
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedott committed Mar 11, 2017
2 parents f6faf65 + 72a582b commit b6c966d
Show file tree
Hide file tree
Showing 32 changed files with 1,754 additions and 152 deletions.
24 changes: 24 additions & 0 deletions .idea/async-data-mapper.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
language: php

php:
- 7.1
- 7.1.1 #todo remove after release php 7.1.3
- nightly

matrix:
Expand Down
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "fedot/async-data-mapper",
"description": "Simple async datamaper",
"minimum-stability": "dev",
"prefer-stable": true,
"license": "MIT",
"authors": [
{
Expand All @@ -21,13 +22,18 @@
},
"require": {
"php": "^7.1",
"async-interop/promise": "^0.4"
"async-interop/promise": "^0.4",
"jms/metadata": "^1.6",
"doctrine/annotations": "^1.4",
"doctrine/instantiator": "^1.0"
},
"require-dev": {
"amphp/loop": "dev-master",
"amphp/redis": "dev-amp_v2",
"symfony/serializer": "^3.2",
"phpunit/phpunit": "^6.0"
"phpunit/phpunit": "^6.0",
"symfony/property-access": "^3.2",
"symfony/property-info": "^3.2"
},
"suggest": {
"amphp/redis": "Needed for Redis implementation",
Expand Down
Loading

0 comments on commit b6c966d

Please sign in to comment.