Skip to content

Commit a5699ca

Browse files
committed
Updated dependencies
1 parent 111b4bc commit a5699ca

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ come with:
3030
The above sounds great so, now, to start developing Wordpress project based on this repo, you need the the following
3131
requirements:
3232

33-
1. [PHP][15] 5.4 or higher
33+
1. [PHP][15] 5.5.9 or higher
3434
2. [MySQL][16]
3535
3. Composer: `curl -sS https://getcomposer.org/installer | php`
3636
4. [Ruby][17]

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=5.4",
21+
"php": ">=5.5.9",
2222

23-
"johnpbloch/wordpress": "^4.3",
24-
"lin3s/cs": "^0.3",
25-
"lin3s/lin3s-distribution": "^1.1",
26-
"lin3s/wp-foundation": "^1.1",
27-
"lin3s/wp-routing": "^1.0",
23+
"johnpbloch/wordpress": "^4.4",
24+
"lin3s/cs": "^0.3.6",
25+
"lin3s/lin3s-distribution": "^1.2.1",
26+
"lin3s/wp-foundation": "^1.3.4",
27+
"lin3s/wp-routing": "^1.0.3",
2828
"lin3s/template-selector": "^1.0",
2929

30-
"wpackagist-plugin/timber-library": "^0.21",
30+
"wpackagist-plugin/timber-library": "~0.22",
3131
"wpackagist-plugin/wordpress-seo": "^2.2",
3232
"wpackagist-theme/twentyfifteen": "*"
3333
},
3434
"require-dev": {
35-
"symfony/var-dumper": "^2.7",
35+
"symfony/var-dumper": "^3.0",
3636
"wpackagist-plugin/debug-bar": "^0.8",
3737
"wpackagist-plugin/debug-bar-timber": "^0.3",
3838
"wpackagist-plugin/monkeyman-rewrite-analyzer": "^1.0",

0 commit comments

Comments
 (0)