Skip to content

Commit

Permalink
Remove PHP 7.4 Support (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki committed May 4, 2023
1 parent 7120371 commit 923e1e1
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 98 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^8.0",
"illuminate/console": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
Expand Down
57 changes: 0 additions & 57 deletions runtimes/7.4/Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions runtimes/7.4/php.ini

This file was deleted.

17 changes: 0 additions & 17 deletions runtimes/7.4/start-container

This file was deleted.

14 changes: 0 additions & 14 deletions runtimes/7.4/supervisord.conf

This file was deleted.

2 changes: 0 additions & 2 deletions src/Console/PublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ public function handle()
'./vendor/laravel/sail/runtimes/8.2',
'./vendor/laravel/sail/runtimes/8.1',
'./vendor/laravel/sail/runtimes/8.0',
'./vendor/laravel/sail/runtimes/7.4',
],
[
'./docker/8.2',
'./docker/8.1',
'./docker/8.0',
'./docker/7.4',
],
file_get_contents($this->laravel->basePath('docker-compose.yml'))
)
Expand Down

0 comments on commit 923e1e1

Please sign in to comment.