Skip to content

Commit 3eeae94

Browse files
committed
Composer's symlinks removed for Debian
1 parent 5843815 commit 3eeae94

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

debian/composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626
"repositories": [
2727
{
2828
"type": "path",
29-
"url": "/usr/share/php/Ease",
30-
"options": {
31-
"symlink": true
32-
}
29+
"url": "/usr/share/php/Ease"
3330
}
3431
]
3532
}

debian/test/composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,11 @@
1919
"repositories": [
2020
{
2121
"type": "path",
22-
"url": "/usr/share/php/Ease",
23-
"options": {
24-
"symlink": true
25-
}
22+
"url": "/usr/share/php/Ease"
2623
},
2724
{
2825
"type": "path",
29-
"url": "/usr/share/php/FlexiPeeHP",
30-
"options": {
31-
"symlink": true
32-
}
26+
"url": "/usr/share/php/FlexiPeeHP"
3327
}
3428
]
3529

0 commit comments

Comments
 (0)