Skip to content

Commit 8ac4c12

Browse files
author
nejc
committed
Update package to require PHP 8.4+
1 parent cae0379 commit 8ac4c12

File tree

8,404 files changed

+1001133
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,404 files changed

+1001133
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravelplus/laravel-updater.svg?style=flat-square)](https://packagist.org/packages/laravelplus/laravel-updater)
44
[![Total Downloads](https://img.shields.io/packagist/dt/laravelplus/laravel-updater.svg?style=flat-square)](https://packagist.org/packages/laravelplus/laravel-updater)
55
[![License](https://img.shields.io/packagist/l/laravelplus/laravel-updater.svg?style=flat-square)](https://packagist.org/packages/laravelplus/laravel-updater)
6-
[![PHP Version](https://img.shields.io/packagist/php-v/laravelplus/laravel-updater.svg?style=flat-square)](https://packagist.org/packages/laravelplus/laravel-updater)
6+
[![PHP Version](https://img.shields.io/badge/PHP-8.4%2B-blue.svg?style=flat-square)](https://packagist.org/packages/laravelplus/laravel-updater)
77
[![Laravel Version](https://img.shields.io/badge/Laravel-10.0%2B-red.svg?style=flat-square)](https://laravel.com)
88
[![GitHub Stars](https://img.shields.io/github/stars/LaravelPlus/laravel-updater.svg?style=flat-square)](https://github.com/LaravelPlus/laravel-updater)
99
[![GitHub Issues](https://img.shields.io/github/issues/LaravelPlus/laravel-updater.svg?style=flat-square)](https://github.com/LaravelPlus/laravel-updater/issues)
@@ -192,7 +192,7 @@ https://username:token@github.com/user/repo.git
192192

193193
## Requirements
194194

195-
- PHP 8.1+
195+
- PHP 8.4+
196196
- Laravel 10.0+
197197
- Git installed and accessible
198198
- Valid Git repository

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"type": "library",
77
"require": {
8-
"php": "^8.1",
8+
"php": "^8.4",
99
"illuminate/console": "^10.0|^11.0",
1010
"illuminate/support": "^10.0|^11.0",
1111
"symfony/process": "^6.0|^7.0"

0 commit comments

Comments
 (0)