Skip to content

Commit

Permalink
Update php installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ytorbyk committed May 2, 2020
1 parent ee67e54 commit 3abe218
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ brew upgrade

2. Download phar package from [the latest release](https://github.com/ytorbyk/sage/releases/latest) and put it in `$HOME/bin` folder.
```bash
curl -L https://github.com/ytorbyk/sage/releases/download/0.12.2/sage.phar > $HOME/bin/sage
curl -L https://github.com/ytorbyk/sage/releases/download/0.12.3/sage.phar > $HOME/bin/sage
chmod +x $HOME/bin/sage
```

Expand Down
1 change: 1 addition & 0 deletions app/Services/Pecl.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Pecl
private $extensions = [
self::XDEBUG_EXTENSION => [
'5.6' => '2.5.5',
'7.0' => '2.7.2',
'extension_type' => self::ZEND_EXTENSION_TYPE
]
];
Expand Down
6 changes: 6 additions & 0 deletions app/stubs/config/env.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,15 @@
'zlib',
],
'taps' => [
'7.0' => 'exolnet/homebrew-deprecated',
'7.1' => 'exolnet/homebrew-deprecated'
],
'install_options' => [
'7.0' => ['--build-from-source'],
'7.1' => ['--build-from-source']
],
'versions' => [
'7.0',
'7.1',
'7.2',
'7.3',
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
| number MAJOR.MINOR.PATCH when an update happens: https://semver.org.
|
*/
'version' => '0.12.2',
'version' => '0.12.3',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 3abe218

Please sign in to comment.