Skip to content

Commit

Permalink
chore: Bump php version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleCoppola committed Nov 25, 2024
1 parent c5a4edb commit 34f5803
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "emanuelecoppola/smartwrap",
"description": "Smarter wordwrap for PHP",
"version": "0.0.3",
"version": "1.0.0",
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.0",
"php": ">=7.1",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.5.15"
"phpunit/phpunit": "^8.5"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 34f5803

Please sign in to comment.