Skip to content

Commit 5139463

Browse files
committed
fix composer.json
1 parent 605b03a commit 5139463

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

composer.json

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
"name": "farbcodegmbh/laravel-evm",
33
"description": "Simple, Reliable Ethereum Integration for Laravel",
44
"keywords": [
5-
"farbcode",
65
"laravel",
7-
"laravel-evm"
6+
"laravel-evm",
7+
"ethereum",
8+
"evm",
9+
"blockchain",
10+
"smart-contracts",
11+
"polygon",
12+
"eip-1559",
13+
"web3",
14+
"laravel-package",
15+
"rpc"
816
],
917
"homepage": "https://github.com/farbcodegmbh/laravel-evm",
1018
"license": "MIT",
@@ -25,16 +33,16 @@
2533
"web3p/web3.php": "^0.3.2"
2634
},
2735
"require-dev": {
28-
"larastan/larastan": "^3.0",
2936
"laravel/pint": "^1.14",
30-
"nunomaduro/collision": "^8.8",
31-
"orchestra/testbench": "^10.6",
32-
"pestphp/pest": "^4.0",
33-
"pestphp/pest-plugin-arch": "^4.0",
34-
"pestphp/pest-plugin-laravel": "^4.0",
35-
"phpstan/extension-installer": "^1.4",
36-
"phpstan/phpstan-deprecation-rules": "^2.0",
37-
"phpstan/phpstan-phpunit": "^2.0"
37+
"nunomaduro/collision": "^8.1.1||^7.10.0",
38+
"larastan/larastan": "^2.9||^3.0",
39+
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
40+
"pestphp/pest": "^3.0",
41+
"pestphp/pest-plugin-arch": "^3.0",
42+
"pestphp/pest-plugin-laravel": "^3.0",
43+
"phpstan/extension-installer": "^1.3||^2.0",
44+
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",
45+
"phpstan/phpstan-phpunit": "^1.3||^2.0"
3846
},
3947
"autoload": {
4048
"psr-4": {

0 commit comments

Comments
 (0)