mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Fix phalcon.ps1
This commit is contained in:
parent
ca2f547a35
commit
9e7bc5c91f
@ -14,8 +14,8 @@ $tick = ([char]8730)
|
||||
$domain = 'https://github.com'
|
||||
$php_dir = 'C:\tools\php'
|
||||
$ext_dir = $php_dir + '\ext'
|
||||
Install-Phpextension psr -MinimumStability stable -Path $php_dir
|
||||
if($extension -eq "phalcon4") {
|
||||
Install-Phpextension psr -MinimumStability stable -Path $php_dir
|
||||
Install-Phpextension phalcon -MinimumStability stable -Path $php_dir
|
||||
} else {
|
||||
$installed = Get-Php -Path $php_dir
|
||||
|
Loading…
Reference in New Issue
Block a user