Skip to content

Commit

Permalink
Fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
solodkiy committed Oct 1, 2024
1 parent 573faf7 commit d3b34b4
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 218 deletions.
14 changes: 4 additions & 10 deletions e2e_tests/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "belkacar/gauge-exporter-tests",
"license": "proprietary",
"name": "belka-tech/gauge-exporter-tests",
"license": "MIT",
"type": "project",
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -11,17 +11,11 @@
"guzzlehttp/guzzle": "^7.8",
"phpunit/phpunit": "~11.1.0",
"symfony/process": "^7.0",
"belkacar/gauge-exporter-client": "0.2.0"
},
"repositories": {
"belkacar": {
"type": "composer",
"url": "https://gitlab.belkacar.ru/api/v4/group/php-backend/-/packages/composer/packages.json"
}
"belka-tech/gauge-exporter-client": "0.1.0"
},
"autoload": {
"psr-4": {
"BelkaCar\\GaugeExporterTests\\": "tests"
"BelkaTech\\GaugeExporterTests\\": "tests"
}
},
"config": {
Expand Down
Loading

0 comments on commit d3b34b4

Please sign in to comment.