We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13632a commit 8060d66Copy full SHA for 8060d66
2 files changed
.github/workflows/tests.yml
@@ -13,10 +13,10 @@ jobs:
13
fail-fast: false
14
matrix:
15
php:
16
- - 8.1
17
- 8.2
18
- 8.3
19
- 8.4
+ - 8.5
20
21
steps:
22
- name: Checkout
composer.json
@@ -4,12 +4,12 @@
4
"description": "Lightweight package that enables easy display and management of your application's version information.",
5
"license": "MPL-2.0",
6
"require": {
7
- "php": "^8.1",
8
- "illuminate/support": "^10.0|^11.0|^12.0"
+ "php": "^8.2",
+ "illuminate/support": "^10.0|^11.0|^12.0|^13.0"
9
},
10
"require-dev": {
11
- "friendsofphp/php-cs-fixer": "^3.84",
12
- "orchestra/testbench": "^8.0|^9.0|^10.0"
+ "friendsofphp/php-cs-fixer": "^3.94",
+ "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0"
"autoload": {
"psr-4": {
0 commit comments