Skip to content

Commit 75f204f

Browse files
committed
Move composer-dependency where it belongs
1 parent 456e9e3 commit 75f204f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"php": "^8.2",
1616
"ext-mbstring": "*",
1717

18-
"composer/composer": "~2.8.12",
1918
"composer-plugin-api": "~2.6.0",
2019
"simplesamlphp/assert": "~1.9.1"
2120
},
2221
"require-dev": {
22+
"composer/composer": "~2.8.12",
2323
"simplesamlphp/simplesamlphp-test-framework": "~1.10.3"
2424
},
2525
"config": {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
22
"symbol-whitelist": [
3+
"Composer\\Composer",
4+
"Composer\\Installer\\LibraryInstaller",
5+
"Composer\\IO\\IOInterface",
6+
"Composer\\Package\\PackageInterface",
7+
"Composer\\Plugin\\PluginInterface"
38
]
49
}

0 commit comments

Comments
 (0)