Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkSide666 authored Oct 16, 2020
1 parent 92ecb36 commit b40f9f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
},
"require": {
"php": ">=7.3.0",
"atk4/data": "2.2.0"
"atk4/data": "~2.2.0"
},
"require-release": {
"php": ">=7.3.0",
"atk4/data": "2.2.0"
"atk4/data": "~2.2.0"
},
"require-dev": {
"atk4/schema": "2.2.0",
"atk4/schema": "~2.2.0",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpcov": "*",
"phpunit/phpunit": ">=9.0"
},
"require-dev-release": {
"atk4/schema": "2.2.0",
"atk4/schema": "~2.2.0",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpcov": "*",
"phpunit/phpunit": ">=9.0"
Expand Down

0 comments on commit b40f9f2

Please sign in to comment.