Added heroku php build pack

This commit is contained in:
R. Eric Wheeler 2016-07-08 20:23:27 -07:00
parent 21b043cfa3
commit 6bfa8fa549
3 changed files with 54 additions and 15 deletions

View File

@ -1,13 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="cf1e275f-fbc1-41d4-a421-0f55447b6367" name="Default" comment=""> <list default="true" id="cf1e275f-fbc1-41d4-a421-0f55447b6367" name="Default" comment="" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/views/uikit.html.twig" afterPath="$PROJECT_DIR$/app/views/uikit.html.twig" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/composer.lock" afterPath="$PROJECT_DIR$/composer.lock" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/data/resume.json" afterPath="$PROJECT_DIR$/data/resume.json" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/web/index.php" afterPath="$PROJECT_DIR$/web/index.php" />
</list>
<ignored path="resume.iws" /> <ignored path="resume.iws" />
<ignored path=".idea/workspace.xml" /> <ignored path=".idea/workspace.xml" />
<ignored path=".idea/dataSources.local.xml" /> <ignored path=".idea/dataSources.local.xml" />
@ -200,8 +194,8 @@
</component> </component>
<component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" /> <component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" />
<component name="ProjectFrameBounds"> <component name="ProjectFrameBounds">
<option name="x" value="97" /> <option name="x" value="-41" />
<option name="y" value="327" /> <option name="y" value="106" />
<option name="width" value="1701" /> <option name="width" value="1701" />
<option name="height" value="893" /> <option name="height" value="893" />
</component> </component>
@ -471,15 +465,15 @@
<workItem from="1467586347559" duration="14724000" /> <workItem from="1467586347559" duration="14724000" />
<workItem from="1467606347040" duration="3843000" /> <workItem from="1467606347040" duration="3843000" />
<workItem from="1467840020930" duration="1614000" /> <workItem from="1467840020930" duration="1614000" />
<workItem from="1467938148836" duration="1445000" /> <workItem from="1467938148836" duration="1798000" />
</task> </task>
<servers /> <servers />
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="28574000" /> <option name="totallyTimeSpent" value="28927000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="97" y="327" width="1701" height="893" extended-state="0" /> <frame x="-41" y="106" width="1701" height="893" extended-state="0" />
<editor active="true" /> <editor active="true" />
<layout> <layout>
<window_info id="Remote Host" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Remote Host" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />

View File

@ -50,7 +50,8 @@
"symfony/console": "^3.1", "symfony/console": "^3.1",
"texthtml/whoops-silex": "^1.0", "texthtml/whoops-silex": "^1.0",
"symfony/debug-bundle": "^3.1", "symfony/debug-bundle": "^3.1",
"friendsofphp/php-cs-fixer": "^1.11" "friendsofphp/php-cs-fixer": "^1.11",
"heroku/heroku-buildpack-php": "^108.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

48
composer.lock generated
View File

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "84ec84a01cd2f9b1398d356bc5e7dc63", "hash": "96bd34ea2d8b4071fc21838708d5d029",
"content-hash": "d91f02739d0cdaa4d0346a6c0f765fc3", "content-hash": "def5c6484dffd9a153773cb7f569868f",
"packages": [ "packages": [
{ {
"name": "google/recaptcha", "name": "google/recaptcha",
@ -2564,6 +2564,50 @@
"description": "A tool to automatically fix PHP code style", "description": "A tool to automatically fix PHP code style",
"time": "2016-07-06 22:49:35" "time": "2016-07-06 22:49:35"
}, },
{
"name": "heroku/heroku-buildpack-php",
"version": "v108",
"source": {
"type": "git",
"url": "https://github.com/heroku/heroku-buildpack-php.git",
"reference": "afca47645064b9d28a6a7d9e470eb76c076d75b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/afca47645064b9d28a6a7d9e470eb76c076d75b6",
"reference": "afca47645064b9d28a6a7d9e470eb76c076d75b6",
"shasum": ""
},
"bin": [
"bin/heroku-hhvm-apache2",
"bin/heroku-hhvm-nginx",
"bin/heroku-php-apache2",
"bin/heroku-php-nginx"
],
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "David Zuelke",
"email": "dz@heroku.com"
}
],
"description": "Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP/HHVM and Apache2/Nginx as on Heroku",
"homepage": "https://github.com/heroku/heroku-buildpack-php",
"keywords": [
"apache",
"apache2",
"foreman",
"heroku",
"hhvm",
"nginx",
"php"
],
"time": "2016-07-08 21:43:10"
},
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
"version": "1.4.1", "version": "1.4.1",