Skip to content

Commit 3da8280

Browse files
Merge pull request #5 from graciousagency/feature/php-version-update
Upgrade php version to support version 8
2 parents 0ed0537 + 19600ee commit 3da8280

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["doctrine", "encryption", "hashing"],
55
"type": "symfony-bundle",
66
"require": {
7-
"php": "^7.2",
7+
"php": "^7.2|^8.0",
88
"ext-sodium": "*",
99
"symfony/framework-bundle": "^4.0|^5.0",
1010
"symfony/flex": "^1.0",
@@ -25,5 +25,11 @@
2525
},
2626
"autoload": {
2727
"psr-4": { "Gracious\\DoctrineEncryptionBundle\\": "" }
28+
},
29+
"scripts": {
30+
"auto-scripts": {
31+
"cache:clear": "symfony-cmd",
32+
"assets:install %PUBLIC_DIR%": "symfony-cmd"
33+
}
2834
}
2935
}

0 commit comments

Comments
 (0)