correct name in composer.json
This commit is contained in:
parent
27d8e8bdba
commit
3a53491810
2 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "verua/settings",
|
"name": "rabe/util-settings",
|
||||||
"description": "Package for reading and writing configuration settings",
|
"description": "Package for reading and writing configuration settings",
|
||||||
"license": "AGPL3",
|
"license": "AGPL3",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
16
composer.lock
generated
16
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "6dd98a51a1dbf7b6416f5d7f05b6ad4c",
|
"content-hash": "130475382cb8639a8a1399e351bf27cc",
|
||||||
"packages": [],
|
"packages": [],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
|
@ -405,16 +405,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpspec/prophecy",
|
"name": "phpspec/prophecy",
|
||||||
"version": "1.12.1",
|
"version": "1.12.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpspec/prophecy.git",
|
"url": "https://github.com/phpspec/prophecy.git",
|
||||||
"reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d"
|
"reference": "245710e971a030f42e08f4912863805570f23d39"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/8ce87516be71aae9b956f81906aaf0338e0d8a2d",
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39",
|
||||||
"reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d",
|
"reference": "245710e971a030f42e08f4912863805570f23d39",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -426,7 +426,7 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpspec/phpspec": "^6.0",
|
"phpspec/phpspec": "^6.0",
|
||||||
"phpunit/phpunit": "^8.0 || ^9.0 <9.3"
|
"phpunit/phpunit": "^8.0 || ^9.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@ -466,9 +466,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/phpspec/prophecy/issues",
|
"issues": "https://github.com/phpspec/prophecy/issues",
|
||||||
"source": "https://github.com/phpspec/prophecy/tree/1.12.1"
|
"source": "https://github.com/phpspec/prophecy/tree/1.12.2"
|
||||||
},
|
},
|
||||||
"time": "2020-09-29T09:10:42+00:00"
|
"time": "2020-12-19T10:15:11+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-code-coverage",
|
"name": "phpunit/php-code-coverage",
|
||||||
|
|
Loading…
Reference in a new issue