Skip to content

Commit 7e45095

Browse files
committed
Rebase and set platform version to minimum supported to hold dependecies
1 parent d671d67 commit 7e45095

File tree

2 files changed

+58
-55
lines changed

2 files changed

+58
-55
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
"scripts": {
3434
"fix": "./vendor/bin/php-cs-fixer fix --config=.php_cs.php"
3535
},
36+
"config": {
37+
"platform": {
38+
"php": "5.6"
39+
}
40+
},
3641
"suggest": {
3742
"php-pm/httpkernel-adapter": "HttpKernel adapter for Symfony and Laravel frameworks",
3843
"php-pm/zend-adapter": "Zend application framework adapter",

composer.lock

Lines changed: 53 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)