Browse Source

Composer update and remove unused files

pull/12/head
Nafies Luthfi 7 years ago
parent
commit
fdfd7ee0ff
  1. 1
      Procfile
  2. 21
      bitbucket-pipelines.yml
  3. 10
      composer.lock

1
Procfile

@ -1 +0,0 @@
web: vendor/bin/heroku-php-apache2 public/

21
bitbucket-pipelines.yml

@ -1,21 +0,0 @@
# This is a sample build configuration for PHP.
# Check our guides at https://confluence.atlassian.com/x/e8YWN for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: php:7.0.18
pipelines:
default:
- step:
caches:
- composer
script:
- apt-get update && apt-get install -y unzip libfreetype6-dev libjpeg62-turbo-dev libpng12-dev
- docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/
- docker-php-ext-install -j$(nproc) gd
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- composer install
- cp .env.example .env
- php artisan key:generate
- vendor/bin/phpunit

10
composer.lock

@ -3010,16 +3010,16 @@
},
{
"name": "luthfi/simple-crud-generator",
"version": "1.1.5",
"version": "1.1.6",
"source": {
"type": "git",
"url": "https://github.com/nafiesl/SimpleCrudGenerator.git",
"reference": "47e1e2a3b8b30035e70ec25db89e34cc6169837d"
"reference": "91ad06ac5ed51de4bdc92096ff3d221e6842eb7b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nafiesl/SimpleCrudGenerator/zipball/47e1e2a3b8b30035e70ec25db89e34cc6169837d",
"reference": "47e1e2a3b8b30035e70ec25db89e34cc6169837d",
"url": "https://api.github.com/repos/nafiesl/SimpleCrudGenerator/zipball/91ad06ac5ed51de4bdc92096ff3d221e6842eb7b",
"reference": "91ad06ac5ed51de4bdc92096ff3d221e6842eb7b",
"shasum": ""
},
"require": {
@ -3062,7 +3062,7 @@
"tdd-workflow",
"testing"
],
"time": "2018-07-25T15:23:18+00:00"
"time": "2018-07-27T13:09:28+00:00"
},
{
"name": "maximebf/debugbar",

Loading…
Cancel
Save