Skip to content

Commit 025ad8b

Browse files
committed
Implement code changes to enhance functionality and improve performance
1 parent 4ed6d97 commit 025ad8b

File tree

4 files changed

+403
-472
lines changed

4 files changed

+403
-472
lines changed

.github/workflows/formats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
os: [ubuntu-latest]
13-
php: [8.2, 8.3]
13+
php: [8.4]
1414
dependency-version: [prefer-stable]
1515

1616
name: Formats P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
os: [ubuntu-latest]
15-
php: [8.2, 8.3, 8.4]
15+
php: [8.4]
1616
laravel: ['12.*']
1717
dependency-version: [prefer-stable]
1818

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
"source": "https://github.com/devanoxltd/tailwind-class-merge-laravel"
2121
},
2222
"require": {
23-
"php": "^8.2.0",
24-
"laravel/framework": "^v12.1",
23+
"php": "^8.4.0",
24+
"laravel/framework": "^v12.12",
2525
"devanoxltd/tailwind-class-merge-php": "^v3.0"
2626
},
2727
"require-dev": {
28-
"laravel/pint": "^v1.21",
29-
"orchestra/testbench": "^v10.0",
30-
"pestphp/pest": "^v3.7",
31-
"pestphp/pest-plugin-arch": "^3.0",
32-
"phpstan/phpstan": "^2.1",
33-
"symfony/var-dumper": "^v7.2"
28+
"laravel/pint": "^v1.22",
29+
"orchestra/testbench": "v10.2.2",
30+
"pestphp/pest": "v3.8.2",
31+
"pestphp/pest-plugin-arch": "^v3.1.1",
32+
"phpstan/phpstan": "^2.1.14",
33+
"symfony/var-dumper": "v7.2.6"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)