Added heroku php build pack
This commit is contained in:
parent
21b043cfa3
commit
6bfa8fa549
|
@ -1,13 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<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>
|
||||
<list default="true" id="cf1e275f-fbc1-41d4-a421-0f55447b6367" name="Default" comment="" />
|
||||
<ignored path="resume.iws" />
|
||||
<ignored path=".idea/workspace.xml" />
|
||||
<ignored path=".idea/dataSources.local.xml" />
|
||||
|
@ -200,8 +194,8 @@
|
|||
</component>
|
||||
<component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" />
|
||||
<component name="ProjectFrameBounds">
|
||||
<option name="x" value="97" />
|
||||
<option name="y" value="327" />
|
||||
<option name="x" value="-41" />
|
||||
<option name="y" value="106" />
|
||||
<option name="width" value="1701" />
|
||||
<option name="height" value="893" />
|
||||
</component>
|
||||
|
@ -471,15 +465,15 @@
|
|||
<workItem from="1467586347559" duration="14724000" />
|
||||
<workItem from="1467606347040" duration="3843000" />
|
||||
<workItem from="1467840020930" duration="1614000" />
|
||||
<workItem from="1467938148836" duration="1445000" />
|
||||
<workItem from="1467938148836" duration="1798000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TimeTrackingManager">
|
||||
<option name="totallyTimeSpent" value="28574000" />
|
||||
<option name="totallyTimeSpent" value="28927000" />
|
||||
</component>
|
||||
<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" />
|
||||
<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" />
|
||||
|
|
|
@ -50,7 +50,8 @@
|
|||
"symfony/console": "^3.1",
|
||||
"texthtml/whoops-silex": "^1.0",
|
||||
"symfony/debug-bundle": "^3.1",
|
||||
"friendsofphp/php-cs-fixer": "^1.11"
|
||||
"friendsofphp/php-cs-fixer": "^1.11",
|
||||
"heroku/heroku-buildpack-php": "^108.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "84ec84a01cd2f9b1398d356bc5e7dc63",
|
||||
"content-hash": "d91f02739d0cdaa4d0346a6c0f765fc3",
|
||||
"hash": "96bd34ea2d8b4071fc21838708d5d029",
|
||||
"content-hash": "def5c6484dffd9a153773cb7f569868f",
|
||||
"packages": [
|
||||
{
|
||||
"name": "google/recaptcha",
|
||||
|
@ -2564,6 +2564,50 @@
|
|||
"description": "A tool to automatically fix PHP code style",
|
||||
"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",
|
||||
"version": "1.4.1",
|
||||
|
|
Loading…
Reference in New Issue