Skip to content

Commit

Permalink
try to set the php platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstegall committed Aug 24, 2018
1 parent ba188cb commit 78c27eb
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 40 deletions.
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
"email": "[email protected]"
}
],
"autoload": {
"files": ["vendor/prospress/action-scheduler/action-scheduler.php"],
"classmap": ["vendor/pippinsplugins/wp-logging/"]
},
"config": {
"platform": {
"php": "5.6"
}
},
"repositories": [
{
"url": "https://github.com/pippinsplugins/wp-logging.git",
Expand All @@ -21,14 +30,11 @@
}
],
"require": {
"php": ">=5.5",
"pippinsplugins/wp-logging": "dev-master",
"developerforce/force.com-toolkit-for-php": "^1.0@dev",
"prospress/action-scheduler": "dev-master"
},
"autoload": {
"files": ["vendor/prospress/action-scheduler/action-scheduler.php"],
"classmap": ["vendor/pippinsplugins/wp-logging/"]
},
"require-dev": {
"apigen/apigen": "^4.1",
"phpunit/phpunit": "4.8.x-dev"
Expand Down
70 changes: 34 additions & 36 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78c27eb

Please sign in to comment.