From 649d36359f2030322d5d937f8ca1eced4612001c Mon Sep 17 00:00:00 2001 From: Joby Elliott Date: Thu, 1 Oct 2020 12:08:16 -0600 Subject: [PATCH] fixing .gitignore --- .gitignore | 6 +- composer.lock | 151 -------------------------------------------------- debug.log | 2 - 3 files changed, 2 insertions(+), 157 deletions(-) delete mode 100644 composer.lock delete mode 100644 debug.log diff --git a/.gitignore b/.gitignore index a67d42b..43b913f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ composer.phar /vendor/ - -# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control -# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file -# composer.lock +composer.lock +debug.log diff --git a/composer.lock b/composer.lock deleted file mode 100644 index f02ad11..0000000 --- a/composer.lock +++ /dev/null @@ -1,151 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "5972ee7f683ce7e0b61ef2140ae044e9", - "packages": [], - "packages-dev": [ - { - "name": "atoum/atoum", - "version": "3.4.2", - "source": { - "type": "git", - "url": "https://github.com/atoum/atoum.git", - "reference": "e90606b89e62c5c18c5d02596078edf55f35b3c3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/atoum/atoum/zipball/e90606b89e62c5c18c5d02596078edf55f35b3c3", - "reference": "e90606b89e62c5c18c5d02596078edf55f35b3c3", - "shasum": "" - }, - "require": { - "ext-hash": "*", - "ext-json": "*", - "ext-tokenizer": "*", - "ext-xml": "*", - "php": "^5.6.0 || ^7.0.0 <7.5.0" - }, - "replace": { - "mageekguy/atoum": "*" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2" - }, - "suggest": { - "atoum/stubs": "Provides IDE support (like autocompletion) for atoum", - "ext-mbstring": "Provides support for UTF-8 strings", - "ext-xdebug": "Provides code coverage report (>= 2.3)" - }, - "bin": [ - "bin/atoum" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "autoload": { - "classmap": [ - "classes/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Frédéric Hardy", - "email": "frederic.hardy@atoum.org", - "homepage": "http://blog.mageekbox.net" - }, - { - "name": "François Dussert", - "email": "francois.dussert@atoum.org" - }, - { - "name": "Gérald Croes", - "email": "gerald.croes@atoum.org" - }, - { - "name": "Julien Bianchi", - "email": "julien.bianchi@atoum.org" - }, - { - "name": "Ludovic Fleury", - "email": "ludovic.fleury@atoum.org" - } - ], - "description": "Simple modern and intuitive unit testing framework for PHP 5.3+", - "homepage": "http://www.atoum.org", - "keywords": [ - "TDD", - "atoum", - "test", - "unit testing" - ], - "time": "2020-03-04T10:29:09+00:00" - }, - { - "name": "atoum/stubs", - "version": "2.6.0", - "source": { - "type": "git", - "url": "https://github.com/atoum/stubs.git", - "reference": "df8b73b0358de7283ecba91d8f4a9683f583993d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/atoum/stubs/zipball/df8b73b0358de7283ecba91d8f4a9683f583993d", - "reference": "df8b73b0358de7283ecba91d8f4a9683f583993d", - "shasum": "" - }, - "suggest": { - "atoum/atoum": "Include atoum in your projet dependencies" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Julien Bianchi", - "email": "julien.bianchi@atoum.org" - }, - { - "name": "Ludovic Fleury", - "email": "ludovic.fleury@atoum.org" - } - ], - "description": "Stubs for atoum, the simple modern and intuitive unit testing framework for PHP 5.3+", - "homepage": "http://www.atoum.org", - "keywords": [ - "TDD", - "atoum", - "test", - "unit testing" - ], - "time": "2018-01-29T22:41:37+00:00" - } - ], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": { - "php": ">=7.1", - "ext-gd": "*" - }, - "platform-dev": [] -} diff --git a/debug.log b/debug.log deleted file mode 100644 index 2226f75..0000000 --- a/debug.log +++ /dev/null @@ -1,2 +0,0 @@ -[1001/084735.845:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2) -[1001/084736.163:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)