Skip to content

Commit

Permalink
refactor: Refactor plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Apr 24, 2024
1 parent 1074fc4 commit 2081523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"composer-plugin-api": "^2.0",
"composer-plugin-api": "^2.1",
"php": "^8.1",
"leongrdic/smplang": "^1.0.2",
"symfony/filesystem": "^5.4 || ^6.4 || ^7.0",
Expand All @@ -42,6 +42,6 @@
}
},
"extra": {
"class": "LastCall\\DownloadsPlugin\\Plugin"
"class": "LastCall\\DownloadsPlugin\\Composer\\Plugin\\ExtraDownloadsPlugin"
}
}
2 changes: 1 addition & 1 deletion tests/Integration/Invalid/InvalidExecutableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ protected static function getExtraFile(): array

protected static function getErrorMessage(): string
{
return 'Skipped download extra files for package test/project: Attribute "executable" of extra file "invalid-executable" defined in package "test/project" are not valid paths.';
return 'Skipped download extra files for package test/project: Attribute "executable[*]" of extra file "invalid-executable" defined in package "test/project" must be relative path.';
}
}

0 comments on commit 2081523

Please sign in to comment.