Skip to content

Commit cd41d71

Browse files
author
Kael Shipman
committed
Merging v1.4.0 release into master
2 parents 7d6cf1b + c26bdcd commit cd41d71

8 files changed

Lines changed: 694 additions & 203 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.4.0

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
],
1313
"require" : {
1414
"php" : ">=5.4",
15-
"kael-shipman/php-std-traits" : "~3.2"
15+
"kael-shipman/php-std-traits" : "^3.2.4"
1616
},
1717
"require-dev" : {
18-
"phpunit/phpunit" : "~4.8.0"
18+
"phpunit/phpunit" : ">=4.8.0"
1919
},
2020
"autoload" : {
2121
"psr-4" : {
@@ -26,16 +26,13 @@
2626
]
2727
},
2828
"repositories": [
29-
{
30-
"type": "git",
31-
"url": "git@github.com:cfxmarkets/php-std-traits.git"
32-
}
3329
],
3430
"extra": {
3531
"branch-alias": {
3632
"dev-v1.1.x": "1.1.x-dev",
3733
"dev-v1.2.x": "1.2.x-dev",
38-
"dev-v1.3.x": "1.3.x-dev"
34+
"dev-v1.3.x": "1.3.x-dev",
35+
"dev-v1.4.x": "1.4.x-dev"
3936
}
4037
}
4138
}

0 commit comments

Comments
 (0)