Skip to content

Commit 1483468

Browse files
authored
[post] Arrays creep - post 1 of 3 (#1436)
* kick off * gram * tidy up deps * remove unused package
1 parent eef51ea commit 1483468

File tree

4 files changed

+902
-614
lines changed

4 files changed

+902
-614
lines changed

composer.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"ext-mbstring": "*",
99
"erusev/parsedown": "^1.7",
1010
"imagine/imagine": "^1.3",
11-
"smalot/pdfparser": "^2.7",
1211
"laravel/framework": "^10.19",
1312
"nette/utils": "^4.0",
1413
"spatie/laravel-markdown": "^2.4",
@@ -21,18 +20,15 @@
2120
"phpstan/extension-installer": "^1.3",
2221
"phpstan/phpstan": "^1.10",
2322
"phpstan/phpstan-webmozart-assert": "^1.2",
24-
"phpunit/phpunit": "^10.3",
23+
"phpunit/phpunit": "^10.5",
2524
"rector/rector": "dev-main",
2625
"symplify/easy-coding-standard": "^12.0",
2726
"symplify/phpstan-extensions": "^11.3",
28-
"tomasvotruba/bladestan": "^0.4.1",
29-
"tomasvotruba/lines": "^0.5",
30-
"tomasvotruba/type-coverage": "^0.2",
31-
"tomasvotruba/unused-public": "^0.3"
27+
"tomasvotruba/bladestan": "^0.4.1"
3228
},
3329
"autoload": {
3430
"psr-4": {
35-
"App\\": ["app", "packages"]
31+
"App\\": "app"
3632
},
3733
"files": [
3834
"app/functions.php"

0 commit comments

Comments
 (0)