Skip to content

Commit

Permalink
[post] Arrays creep - post 1 of 3 (#1436)
Browse files Browse the repository at this point in the history
* kick off

* gram

* tidy up deps

* remove unused package
  • Loading branch information
TomasVotruba authored Dec 28, 2023
1 parent eef51ea commit 1483468
Show file tree
Hide file tree
Showing 4 changed files with 902 additions and 614 deletions.
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"ext-mbstring": "*",
"erusev/parsedown": "^1.7",
"imagine/imagine": "^1.3",
"smalot/pdfparser": "^2.7",
"laravel/framework": "^10.19",
"nette/utils": "^4.0",
"spatie/laravel-markdown": "^2.4",
Expand All @@ -21,18 +20,15 @@
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^10.3",
"phpunit/phpunit": "^10.5",
"rector/rector": "dev-main",
"symplify/easy-coding-standard": "^12.0",
"symplify/phpstan-extensions": "^11.3",
"tomasvotruba/bladestan": "^0.4.1",
"tomasvotruba/lines": "^0.5",
"tomasvotruba/type-coverage": "^0.2",
"tomasvotruba/unused-public": "^0.3"
"tomasvotruba/bladestan": "^0.4.1"
},
"autoload": {
"psr-4": {
"App\\": ["app", "packages"]
"App\\": "app"
},
"files": [
"app/functions.php"
Expand Down
Loading

0 comments on commit 1483468

Please sign in to comment.