Skip to content

Commit 04b6374

Browse files
committed
Made compatible with user v0.8
1 parent 64bffbe commit 04b6374

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#CHANGELOG
2+
3+
This changelog references the relevant changes done between versions.
4+
5+
To get the diff for a specific change, go to https://github.com/BenGorUser/DoctrineODMMongoDBBridgeBundle/commit/XXX where XXX is the change hash
6+
To get the diff between two versions, go to https://github.com/BenGorUser/DoctrineODMMongoDBBridgeBundle/compare/v1.1.0...v1.2.0
7+
8+
##v1.2.0
9+
* Adapted the bundle to the v2.0.0 of the DoctrineODMMongoDBBridge library.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2016 BenGor
1+
Copyright (c) 2015-2017 BenGor
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
],
1919
"require": {
2020
"php": "^5.5 || ^7.0",
21-
"bengor-user/doctrine-odm-mongodb-bridge": "^1.0.0",
22-
"bengor-user/user-bundle": "^0.6 || ^0.7",
21+
"bengor-user/doctrine-odm-mongodb-bridge": "^1.0 || ^2.0",
22+
"bengor-user/user-bundle": "^0.6 || ^0.7 || ^0.8",
2323
"doctrine/mongodb-odm-bundle": "^3.1"
2424
},
2525
"require-dev": {
@@ -41,7 +41,7 @@
4141
},
4242
"extra": {
4343
"branch-alias": {
44-
"dev-master": "1.1.x-dev"
44+
"dev-master": "1.2.x-dev"
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)