Skip to content

Commit

Permalink
Merge pull request #5 from svpernova09/feat-84
Browse files Browse the repository at this point in the history
Initial setup for PHP 8.4
  • Loading branch information
svpernova09 authored Sep 10, 2024
2 parents 1115075 + 91936da commit a5027f6
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 117 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: tests

on:
push:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svpernova/homestead",
"description": "A fork of laravel/homestead.",
"require": {
"php": "^8.1 || <8.3",
"php": "^8.1 || <8.4",
"symfony/console": "^6.0 || ^7.0",
"symfony/process": "^6.0 || ^7.0",
"symfony/yaml": "^6.0 || ^7.0"
Expand Down
Loading

0 comments on commit a5027f6

Please sign in to comment.