Skip to content

Commit 479c03f

Browse files
author
Piotr Krajewski
committed
bump version of libraries
1 parent 109059b commit 479c03f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": [
66
"Laravel", "Lumen", "Eloquent", "Nested Attributes"
77
],
8-
"version": "0.0.6",
8+
"version": "0.0.7",
99
"homepage": "https://github.com/mits87/eloquent-nested-attributes",
1010
"license": "MIT",
1111
"authors": [
@@ -15,14 +15,14 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.0",
19-
"illuminate/database": "^5.4",
20-
"illuminate/support": "~5.1",
21-
"mockery/mockery": "^0.9.9"
18+
"php": ">=7.1",
19+
"illuminate/database": "^5.6",
20+
"illuminate/support": "~5.6",
21+
"mockery/mockery": "~1.0",
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit" : ">=5.4.3",
25-
"squizlabs/php_codesniffer": "^2.3"
24+
"phpunit/phpunit": "~7.0",
25+
"squizlabs/php_codesniffer": "^3.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)