From e43c1538e5dce2e6c11d03f42721927d30376569 Mon Sep 17 00:00:00 2001 From: Roland Eigelsreiter Date: Thu, 30 Nov 2023 06:35:54 +0100 Subject: [PATCH] upgraded cryptojs to v4.2.0 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 377b748..c945e2e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CryptoJS 3.x AES encryption/decryption on client side with Javascript and on server side with PHP +# CryptoJS AES encryption/decryption on client side with Javascript and on server side with PHP [![Tests](https://github.com/brainfoolong/cryptojs-aes-php/actions/workflows/tests.yml/badge.svg)](https://github.com/brainfoolong/cryptojs-aes-php/actions/workflows/tests.yml) diff --git a/composer.json b/composer.json index 09ba336..d21dd73 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "brainfoolong/cryptojs-aes-php", "type": "library", - "description": "CryptoJS 3.x AES encryption/decryption on client side with Javascript and on server side with PHP", + "description": "CryptoJS AES encryption/decryption on client side with Javascript and on server side with PHP", "keywords": [ "aes", "php",