Skip to content

Commit c42b762

Browse files
Post-merge cleanup
1 parent 82714e6 commit c42b762

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/example-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Example App
22

33
on:
44
push:
5-
branches: [ main, example-app ]
5+
branches: [ main ]
66
pull_request:
77
branches: [ main ]
88

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,8 @@ $blindIndex = $encryptedField->getBlindIndex($searchTerm, 'insensitive');
150150
$repository = $entityManager->getRepository(Message::class);
151151
$message = $repository->findOneBy(['textBlindIndexInsensitive' => $blindIndex]);
152152
```
153+
154+
## Support Contracts
155+
156+
If your company uses this library in their products or services, you may be
157+
interested in [purchasing a support contract from Paragon Initiative Enterprises](https://paragonie.com/enterprise).

docs/example/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ext-iconv": "*",
1212
"doctrine/doctrine-bundle": "^2.16.2",
1313
"doctrine/orm": "^3.5.2",
14-
"paragonie/doctrine-ciphersweet": "dev-example-app",
14+
"paragonie/doctrine-ciphersweet": "dev-main",
1515
"symfony/console": "7.3.*",
1616
"symfony/dotenv": "7.3.*",
1717
"symfony/expression-language": "7.3.*",

0 commit comments

Comments
 (0)