Skip to content

Commit

Permalink
Merge branch 'fix_post_autoload_dump' into 'master'
Browse files Browse the repository at this point in the history
fixed class name for post-autoload-dump script

See merge request remp/crm-skeleton!9
  • Loading branch information
rootpd committed Feb 5, 2024
2 parents 4d115a5 + 1db0476 commit 42ae16e
Show file tree
Hide file tree
Showing 2 changed files with 487 additions and 532 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"remp/crm-admin-module": "^3.0",
"remp/crm-api-module": "^3.0",
"remp/crm-application-module": "^3.0",
Expand Down Expand Up @@ -52,15 +52,15 @@
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-nette": "^1.2",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^10.0",
"slevomat/coding-standard": "^8.0",
"phpstan/phpdoc-parser": "^1.6",
"spaze/phpstan-disallowed-calls": "^2.5.0",
"squizlabs/php_codesniffer": "^3.7.0"
},
"scripts": {
"post-autoload-dump": [
"Crm\\ApplicationModule\\ComposerScripts::postAutoloadDump"
"Crm\\ApplicationModule\\Application\\ComposerScripts::postAutoloadDump"
]
}
}
Loading

0 comments on commit 42ae16e

Please sign in to comment.