build: change package name to meow/php-bsrutils
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
vendor
|
vendor/
|
||||||
*.swp
|
*.swp
|
||||||
output
|
output
|
||||||
composer.lock
|
composer.lock
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name" : "bsr/utils",
|
"name" : "meow/php-bsrutils",
|
||||||
"description" : "Bsr configuration module",
|
"description" : "Bsr configuration module",
|
||||||
"authors" : [
|
"authors" : [
|
||||||
{
|
{
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "Guillermo Pages",
|
"name" : "Guillermo Pages",
|
||||||
"email" : "g@lespagesweb.ch"
|
"email" : "g@meow.ch"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -18,6 +18,6 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"pds/skeleton": "^1.0",
|
"pds/skeleton": "^1.0",
|
||||||
"phpunit/phpunit": "^6"
|
"phpunit/phpunit": "^8.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1023
composer.lock
generated
1023
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user