Skip to content

Commit 045b27b

Browse files
committed
Fix Sami dependency clashes
1 parent a3f00eb commit 045b27b

File tree

3 files changed

+3
-949
lines changed

3 files changed

+3
-949
lines changed

build/api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ base=/home/forge/laravel.com
33
sami=${base}/build/sami
44

55
cd $sami
6-
composer install
6+
composer update
77

88
# Cleanup Before
99
rm -rf ${sami}/build

build/sami/composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"require": {
3-
"sami/sami": "dev-master"
4-
},
5-
"minimum-stability": "dev"
3+
"sami/sami": "~4.0"
4+
}
65
}

0 commit comments

Comments
 (0)