Skip to content

Commit 7f1e2fc

Browse files
committed
Upgrade dependencies
1 parent 5638685 commit 7f1e2fc

File tree

5 files changed

+729
-607
lines changed

5 files changed

+729
-607
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"symfony/profiler-pack": "*",
6969
"symfony/test-pack": "*",
7070
"symfony/web-server-bundle": "*",
71-
"vimeo/psalm": "2.*"
71+
"vimeo/psalm": "3.*"
7272
},
7373
"config": {
7474
"platform": {

composer.lock

Lines changed: 58 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/packages/stof_doctrine_extensions.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
# See the official DoctrineExtensions documentation for more details: https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc/
33
stof_doctrine_extensions:
44
default_locale: en_US
5+
orm:
6+
default:
7+
timestampable: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"@symfony/webpack-encore": "^0.21.0",
3+
"@symfony/webpack-encore": "^0.22.0",
44
"less": "^3.0.4",
55
"less-loader": "^4.1.0",
66
"webpack-notifier": "^1.6.0"

0 commit comments

Comments
 (0)