|
1 | 1 | {
|
2 |
| - "name": "finller/laravel-forex", |
| 2 | + "name": "elegantly/laravel-forex", |
3 | 3 | "description": "Forex for Laravel",
|
4 | 4 | "keywords": [
|
5 |
| - "Finller", |
| 5 | + "Elegantly", |
6 | 6 | "laravel",
|
7 | 7 | "laravel-forex"
|
8 | 8 | ],
|
9 |
| - "homepage": "https://github.com/finller/laravel-forex", |
| 9 | + "homepage": "https://github.com/ElegantEngineeringTech/laravel-forex", |
10 | 10 | "license": "MIT",
|
11 | 11 | "authors": [
|
12 | 12 | {
|
|
25 | 25 | "spatie/laravel-package-tools": "^1.14.0"
|
26 | 26 | },
|
27 | 27 | "require-dev": {
|
28 |
| - "laravel/pint": "^1.0", |
29 |
| - "nunomaduro/collision": "^7.8||^8.1", |
30 |
| - "larastan/larastan": "^2.0.1", |
31 |
| - "orchestra/testbench": "^8.8||^9.0", |
32 |
| - "pestphp/pest": "^2.20", |
33 |
| - "pestphp/pest-plugin-arch": "^2.5", |
34 |
| - "pestphp/pest-plugin-laravel": "^2.0", |
35 |
| - "phpstan/extension-installer": "^1.1", |
36 |
| - "phpstan/phpstan-deprecation-rules": "^1.0", |
37 |
| - "phpstan/phpstan-phpunit": "^1.0" |
| 28 | + "laravel/pint": "^1.14", |
| 29 | + "nunomaduro/collision": "^8.1.1||^7.10.0", |
| 30 | + "larastan/larastan": "^2.9||^3.0", |
| 31 | + "orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0", |
| 32 | + "pestphp/pest": "^3.0", |
| 33 | + "pestphp/pest-plugin-arch": "^3.0", |
| 34 | + "pestphp/pest-plugin-laravel": "^3.0", |
| 35 | + "phpstan/extension-installer": "^1.3||^2.0", |
| 36 | + "phpstan/phpstan-deprecation-rules": "^1.1||^2.0", |
| 37 | + "phpstan/phpstan-phpunit": "^1.3||^2.0" |
38 | 38 | },
|
39 | 39 | "autoload": {
|
40 | 40 | "psr-4": {
|
41 |
| - "Finller\\Forex\\": "src/" |
| 41 | + "Elegantly\\Forex\\": "src/" |
42 | 42 | }
|
43 | 43 | },
|
44 | 44 | "autoload-dev": {
|
45 | 45 | "psr-4": {
|
46 |
| - "Finller\\Forex\\Tests\\": "tests/", |
| 46 | + "Elegantly\\Forex\\Tests\\": "tests/", |
47 | 47 | "Workbench\\App\\": "workbench/app/"
|
48 | 48 | }
|
49 | 49 | },
|
|
75 | 75 | "extra": {
|
76 | 76 | "laravel": {
|
77 | 77 | "providers": [
|
78 |
| - "Finller\\Forex\\ForexServiceProvider" |
| 78 | + "Elegantly\\Forex\\ForexServiceProvider" |
79 | 79 | ],
|
80 | 80 | "aliases": {
|
81 |
| - "Forex": "Finller\\Forex\\Facades\\Forex" |
| 81 | + "Forex": "Elegantly\\Forex\\Facades\\Forex" |
82 | 82 | }
|
83 | 83 | }
|
84 | 84 | },
|
|
0 commit comments