Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
composer.json's: set all Saft package versions to >=0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed May 4, 2017
1 parent 1a2dcec commit 61e978e
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
Expand Up @@ -21,11 +21,11 @@
"require": {
"php": ">=5.6",
"sabre/xml": "1.*",
"saft/saft-rdf": ">=0.8"
"saft/saft-rdf": ">=0.9"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"saft/saft-test": ">=0.8"
"saft/saft-test": ">=0.9"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 61e978e

Please sign in to comment.