Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Jul 8, 2020
1 parent 2c2400a commit 73b463b
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": ">=7.3.0",
"originphp/core": "*",
"originphp/core": "^3.0",
"originphp/inflector": "^1.0",
"originphp/log": "^1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions src/Http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"php": ">=7.3.0",
"originphp/cache": "^1.0",
"originphp/configurable": "^1.0",
"originphp/core": "*",
"originphp/core": "^3.0",
"originphp/defer": "^1.0",
"originphp/i18n": "*",
"originphp/i18n": "^3.0",
"originphp/inflector": "^1.0",
"originphp/log": "^1.0",
"originphp/model": "*",
"originphp/model": "^3.0",
"originphp/security": "^1.0",
"originphp/utility": "*",
"originphp/utility": "^3.0",
"originphp/xml": "^1.0"
},
"suggest": {
Expand Down
4 changes: 2 additions & 2 deletions src/I18n/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"require": {
"php": ">=7.3.0",
"originphp/core": "*",
"originphp/utility": "*"
"originphp/core": "^3.0",
"originphp/utility": "^3.0"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
4 changes: 2 additions & 2 deletions src/Job/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"require": {
"php": ">=7.3.0",
"originphp/configurable": "^1.0",
"originphp/core": "*",
"originphp/core": "^3.0",
"originphp/log": "^1.0",
"originphp/model": "*",
"originphp/model": "^3.0",
"originphp/security": "^1.0"
},
"minimum-stability": "dev",
Expand Down
10 changes: 5 additions & 5 deletions src/Mailbox/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"require": {
"php": ">=7.3.0",
"originphp/configurable": "^1.0",
"originphp/core": "*",
"originphp/job": "*",
"originphp/log": "*",
"originphp/model": "*",
"originphp/core": "^3.0",
"originphp/job": "^3.0",
"originphp/log": "^1.0",
"originphp/model": "^3.0",
"originphp/security": "^1.0",
"originphp/service-object": "*"
"originphp/service-object": "^3.0"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
4 changes: 2 additions & 2 deletions src/Mailer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"require": {
"php": ">=7.3.0",
"originphp/core": "*",
"originphp/core": "^3.0",
"originphp/email": "^1.0",
"originphp/html": "^1.0",
"originphp/inflector": "^1.0",
"originphp/job": "*"
"originphp/job": "^3.0"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
4 changes: 2 additions & 2 deletions src/Migration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"require": {
"php": ">=7.3.0",
"originphp/core": "*",
"originphp/core": "^3.0",
"originphp/inflector": "^1.0",
"originphp/model": "*"
"originphp/model": "^3.0"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
4 changes: 2 additions & 2 deletions src/Model/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"php": ">=7.3.0",
"originphp/cache": "^1.0",
"originphp/configurable": "^1.0",
"originphp/core": "*",
"originphp/core": "^3.0",
"originphp/inflector": "^1.0",
"originphp/log": "^1.0",
"originphp/utility": "*",
"originphp/utility": "^3.0",
"originphp/validation": "^1.0",
"originphp/xml": "^1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Publisher/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require": {
"php": ">=7.3.0",
"originphp/core": "*"
"originphp/core": "^3.0"
},
"suggest": {
"originphp/job": "If you are going to queue events"
Expand Down
2 changes: 1 addition & 1 deletion src/Service/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require": {
"php": ">=7.3.0",
"originphp/core": "*"
"originphp/core": "^3.0"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
6 changes: 3 additions & 3 deletions src/TestSuite/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
},
"require": {
"php": ">=7.3.0",
"originphp/core": "*",
"originphp/core": "^3.0",
"originphp/inflector": "^1.0",
"originphp/model": "*",
"phpunit/phpunit": "^9"
"originphp/model": "^3.0",
"phpunit/phpunit": "^9.2"
},
"suggest": {
"originphp/http": "If you are going to use integration testing for web based applications",
Expand Down

0 comments on commit 73b463b

Please sign in to comment.