File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 1
- Copyright (c) 2015-2016 BenGor
1
+ Copyright (c) 2015-2017 BenGor
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining
4
4
a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change 18
18
],
19
19
"require" : {
20
20
"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 " ,
23
23
"doctrine/mongodb-odm-bundle" : " ^3.1"
24
24
},
25
25
"require-dev" : {
41
41
},
42
42
"extra" : {
43
43
"branch-alias" : {
44
- "dev-master" : " 1.1 .x-dev"
44
+ "dev-master" : " 1.2 .x-dev"
45
45
}
46
46
}
47
47
}
You can’t perform that action at this time.
0 commit comments