Skip to content

Commit 8a2ce21

Browse files
committed
Update dependencies
1 parent f7acd3d commit 8a2ce21

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

composer.json

+44-44
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
{
2-
"name": "cleaniquecoders/blueprint-macro",
3-
"description": "Laravel Blueprint Macro",
4-
"license": "MIT",
5-
"authors": [
6-
{
7-
"name": "Nasrul Hazim",
8-
"email": "[email protected]"
9-
}
10-
],
11-
"autoload": {
12-
"psr-4": {
13-
"CleaniqueCoders\\Blueprint\\Macro\\": "src/"
14-
}
15-
},
16-
"autoload-dev": {
17-
"psr-4": {
18-
"CleaniqueCoders\\Blueprint\\Macro\\Tests\\": "tests/"
19-
}
20-
},
21-
"require": {
22-
"php": "^8.1 | ^8.2 | ^8.3",
23-
"illuminate/filesystem": "^10.0 | ^11.0",
24-
"illuminate/support": "^10.0 | ^11.0",
25-
"illuminate/auth": "^10.0 | ^11.0",
26-
"doctrine/dbal": "^3.0"
27-
},
28-
"require-dev": {
29-
"laravel/pint": "^1.0",
30-
"phpunit/phpunit": "^10.0 | ^11.0",
31-
"orchestra/testbench": "8.* | 9.*",
32-
"mockery/mockery": "^1.1",
33-
"phpstan/phpstan-phpunit": "^1.0"
34-
},
35-
"extra": {
36-
"laravel": {
37-
"providers": [
38-
"CleaniqueCoders\\Blueprint\\Macro\\BlueprintMacroServiceProvider"
39-
]
40-
}
41-
},
42-
"config": {
43-
"allow-plugins": {
44-
"pestphp/pest-plugin": true
45-
}
2+
"name": "cleaniquecoders/blueprint-macro",
3+
"description": "Laravel Blueprint Macro",
4+
"license": "MIT",
5+
"authors": [
6+
{
7+
"name": "Nasrul Hazim",
8+
"email": "[email protected]"
469
}
10+
],
11+
"autoload": {
12+
"psr-4": {
13+
"CleaniqueCoders\\Blueprint\\Macro\\": "src/"
14+
}
15+
},
16+
"autoload-dev": {
17+
"psr-4": {
18+
"CleaniqueCoders\\Blueprint\\Macro\\Tests\\": "tests/"
19+
}
20+
},
21+
"require": {
22+
"php": "^8.1 | ^8.2 | ^8.3",
23+
"illuminate/filesystem": "^10.0 | ^11.0",
24+
"illuminate/support": "^10.0 | ^11.0",
25+
"illuminate/auth": "^10.0 | ^11.0",
26+
"doctrine/dbal": "^3.0"
27+
},
28+
"require-dev": {
29+
"laravel/pint": "^1.0",
30+
"phpunit/phpunit": "^10.0 | ^11.0",
31+
"orchestra/testbench": "8.* | 9.*",
32+
"mockery/mockery": "^1.1",
33+
"phpstan/phpstan-phpunit": "^1.0"
34+
},
35+
"extra": {
36+
"laravel": {
37+
"providers": [
38+
"CleaniqueCoders\\Blueprint\\Macro\\BlueprintMacroServiceProvider"
39+
]
40+
}
41+
},
42+
"config": {
43+
"allow-plugins": {
44+
"pestphp/pest-plugin": true
45+
}
46+
}
4747
}

0 commit comments

Comments
 (0)