Skip to content

Commit e3bece6

Browse files
committed
chore: acorn 5 dep compat
1 parent bd31132 commit e3bece6

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require": {
2020
"php": ">=8.2",
21-
"jgrossi/corcel": "^7.0",
21+
"jgrossi/corcel": "^7.0 || ^8.0 || ^9.0",
2222
"spatie/laravel-data": "^4.5"
2323
},
2424
"require-dev": {
@@ -39,20 +39,20 @@
3939
"Yard\\Data\\Tests\\": "tests/"
4040
}
4141
},
42-
"scripts": {
43-
"post-autoload-dump": [
44-
"sed -i -e 's#function __(#function ____(#' ./vendor/php-stubs/wordpress-stubs/wordpress-stubs.php"
45-
],
46-
"all": [
47-
"@test",
48-
"@analyse",
49-
"@format"
50-
],
51-
"analyse": "vendor/bin/phpstan analyse --debug --memory-limit 1G",
52-
"format": "vendor/bin/php-cs-fixer fix",
53-
"test": "vendor/bin/pest",
54-
"test:coverage": "XDEBUG_MODE=coverage vendor/bin/pest --coverage"
55-
},
42+
"scripts": {
43+
"post-autoload-dump": [
44+
"sed -i -e 's#function __(#function ____(#' ./vendor/php-stubs/wordpress-stubs/wordpress-stubs.php"
45+
],
46+
"all": [
47+
"@test",
48+
"@analyse",
49+
"@format"
50+
],
51+
"analyse": "vendor/bin/phpstan analyse --debug --memory-limit 1G",
52+
"format": "vendor/bin/php-cs-fixer fix",
53+
"test": "vendor/bin/pest",
54+
"test:coverage": "XDEBUG_MODE=coverage vendor/bin/pest --coverage"
55+
},
5656
"extra": {
5757
"acorn": {
5858
"providers": [

0 commit comments

Comments
 (0)