Skip to content

Commit

Permalink
Merge pull request #45 from fly-apps/support-php84
Browse files Browse the repository at this point in the history
support php 8.4
  • Loading branch information
fideloper authored Dec 9, 2024
2 parents d2fabba + 0173f7b commit 762b43f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Services/Scanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ public function templates( array $options )
$templates[ 'fly.php.packages.8_1_txt' ] = '.fly/php/packages/8.1.txt';
$templates[ 'fly.php.packages.8_2_txt' ] = '.fly/php/packages/8.2.txt';
$templates[ 'fly.php.packages.8_3_txt' ] = '.fly/php/packages/8.3.txt';
$templates[ 'fly.php.packages.8_4_txt' ] = '.fly/php/packages/8.4.txt';
$templates[ 'fly.php.ondrej_ubuntu_php_gpg' ] = '.fly/php/ondrej_ubuntu_php.gpg';

// Supervisor Files
Expand Down
Binary file added resources/views/fly/php/.DS_Store
Binary file not shown.
15 changes: 15 additions & 0 deletions resources/views/fly/php/packages/8_4_txt.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
php8.4-bcmath
php8.4-cli
php8.4-common
php8.4-curl
php8.4-gd
php8.4-intl
php8.4-mbstring
php8.4-mysql
php8.4-pgsql
php8.4-redis
php8.4-soap
php8.4-sqlite3
php8.4-xml
php8.4-zip
php8.4-fpm

0 comments on commit 762b43f

Please sign in to comment.