Skip to content

Commit

Permalink
Version without decimales
Browse files Browse the repository at this point in the history
  • Loading branch information
reindert-vetter authored Nov 8, 2021
1 parent 41af996 commit 4f7c46a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/api_version_control.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
'releases' => [

'orders.index' => [
'<=1.0' => [
'<=1' => [
ExamplePrepareParameterException::class,
],
],

'orders.update' => [
'<=2.0' => [
'<=2' => [
ExampleThrowHumanException::class,
],
'<=1.0' => [
'<=1' => [
ExamplePrepareParameterException::class,
],
],

'default' => [
'<=2.0' => [
'<=2' => [
ExampleThrowHumanException::class,
],
],
Expand Down

0 comments on commit 4f7c46a

Please sign in to comment.