Skip to content

Commit

Permalink
Bump version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
landrok committed Dec 18, 2023
1 parent f632695 commit 91511a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "landrok/language-detector",
"type": "library",
"version": "1.3.1",
"version": "1.4.0",
"description": "A fast and reliable PHP library for detecting languages",
"keywords": ["language", "detector", "n-grams"],
"homepage": "https://github.com/landrok/language-detector",
"license": "MIT",
"require": {
"php": ">=7.2",
"php": ">=7.4",
"ext-mbstring": "*",
"webmozart/assert": "^1.2"
},
Expand Down

0 comments on commit 91511a4

Please sign in to comment.