build: change package name to meow/php-bsrutils

This commit is contained in:
Guillermo Pages
2023-08-23 10:21:39 +02:00
parent 67d6be02c5
commit 7e79eca195
3 changed files with 494 additions and 537 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
vendor
vendor/
*.swp
output
composer.lock

View File

@@ -1,5 +1,5 @@
{
"name" : "bsr/utils",
"name" : "meow/php-bsrutils",
"description" : "Bsr configuration module",
"authors" : [
{
@@ -7,7 +7,7 @@
},
{
"name" : "Guillermo Pages",
"email" : "g@lespagesweb.ch"
"email" : "g@meow.ch"
}
],
"autoload": {
@@ -18,6 +18,6 @@
},
"require-dev": {
"pds/skeleton": "^1.0",
"phpunit/phpunit": "^6"
"phpunit/phpunit": "^8.2"
}
}

1023
composer.lock generated

File diff suppressed because it is too large Load Diff