fixing .gitignore
This commit is contained in:
parent
fa8607b276
commit
649d36359f
3 changed files with 2 additions and 157 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -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
|
||||
|
|
151
composer.lock
generated
151
composer.lock
generated
|
@ -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": []
|
||||
}
|
|
@ -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)
|
Loading…
Reference in a new issue