Skip to content

Commit b0b9df7

Browse files
committed
prepared for new release
1 parent fc6884f commit b0b9df7

10 files changed

Lines changed: 620 additions & 457 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
#### 0.5.2
4+
5+
* updated to goaop/framework 0.6.x and codeception 2.1
6+
37
#### 0.5.1
48

59
* Fixed strict errors for func verifier *2014-10-16*

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.1
1+
0.5.2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"require": {
1616
"php": ">=5.4.0",
17-
"lisachenko/go-aop-php": "0.5.*"
17+
"goaop/framework": "0.6.*"
1818
},
1919
"require-dev": {
20-
"codeception/codeception": "~2.0",
20+
"codeception/base": "~2.1",
2121
"codeception/verify": "~0.2",
2222
"codeception/specify": "~0.3"
2323
}

0 commit comments

Comments
 (0)