Skip to content

Commit bbe80b6

Browse files
Bump dependencies for Laravel 10 - support v1 and v2 composer/installers and laravel 9 and 10 for acorn 3/4 (#13)
* Bump dependencies for Laravel 10 * Update composer.json use ^ instead of ~ https://getcomposer.org/doc/articles/versions.md#next-significant-release-operators --------- Co-authored-by: Shift <shift@laravelshift.com>
1 parent d421798 commit bbe80b6

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

composer.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"name": "triggerfish/rest-ajax",
3-
"type": "wordpress-muplugin",
4-
"license": "MIT",
5-
"homepage": "https://www.triggerfish.se",
6-
"authors": [
7-
{
8-
"name": "Joi Glifberg",
9-
"email": "joi@triggerfish.se",
10-
"homepage": "https://github.com/circuuz"
2+
"name": "triggerfish/rest-ajax",
3+
"type": "wordpress-muplugin",
4+
"license": "MIT",
5+
"homepage": "https://www.triggerfish.se",
6+
"authors": [
7+
{
8+
"name": "Joi Glifberg",
9+
"email": "joi@triggerfish.se",
10+
"homepage": "https://github.com/circuuz"
11+
}
12+
],
13+
"keywords": [
14+
"wordpress"
15+
],
16+
"autoload": {
17+
"psr-4": {
18+
"Triggerfish\\REST_Ajax\\": "src/"
19+
}
20+
},
21+
"require": {
22+
"php": ">=8.0",
23+
"composer/installers": "^1.0|^2.0",
24+
"illuminate/support": "9.28.*|^10.0"
25+
},
26+
"scripts": {
27+
"test": [
28+
"vendor/bin/phpcs --extensions=php --ignore=vendor/ -n -s ."
29+
]
1130
}
12-
],
13-
"keywords": [
14-
"wordpress"
15-
],
16-
"autoload": {
17-
"psr-4": {
18-
"Triggerfish\\REST_Ajax\\": "src/"
19-
}
20-
},
21-
"require": {
22-
"php": ">=8.0",
23-
"composer/installers": "~1.0",
24-
"illuminate/support": "9.28.*"
25-
},
26-
"scripts": {
27-
"test": [
28-
"vendor/bin/phpcs --extensions=php --ignore=vendor/ -n -s ."
29-
]
30-
}
3131
}

0 commit comments

Comments
 (0)