Skip to content

Commit

Permalink
Update version constraints for 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jul 25, 2019
1 parent 61620b1 commit f588c45
Show file tree
Hide file tree
Showing 33 changed files with 134 additions and 134 deletions.
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ then
exit 1
fi

CURRENT_BRANCH="5.9"
CURRENT_BRANCH="6.0"
VERSION=$1

# Always prepend with "v"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"suggest": {
Expand Down
16 changes: 8 additions & 8 deletions src/Illuminate/Auth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
],
"require": {
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/http": "5.9.*",
"illuminate/queue": "5.9.*",
"illuminate/support": "5.9.*"
"illuminate/contracts": "^6.0",
"illuminate/http": "^6.0",
"illuminate/queue": "^6.0",
"illuminate/support": "^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -27,13 +27,13 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"suggest": {
"illuminate/console": "Required to use the auth:clear-resets command (5.9.*).",
"illuminate/queue": "Required to fire login / logout events (5.9.*).",
"illuminate/session": "Required to use the session based guard (5.9.*)."
"illuminate/console": "Required to use the auth:clear-resets command (^6.0).",
"illuminate/queue": "Required to fire login / logout events (^6.0).",
"illuminate/session": "Required to use the session based guard (^6.0)."
},
"config": {
"sort-packages": true
Expand Down
10 changes: 5 additions & 5 deletions src/Illuminate/Broadcasting/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"php": "^7.2",
"ext-json": "*",
"psr/log": "^1.0",
"illuminate/bus": "5.9.*",
"illuminate/contracts": "5.9.*",
"illuminate/queue": "5.9.*",
"illuminate/support": "5.9.*"
"illuminate/bus": "^6.0",
"illuminate/contracts": "^6.0",
"illuminate/queue": "^6.0",
"illuminate/support": "^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -29,7 +29,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"suggest": {
Expand Down
8 changes: 4 additions & 4 deletions src/Illuminate/Bus/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"require": {
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/pipeline": "5.9.*",
"illuminate/support": "5.9.*"
"illuminate/contracts": "^6.0",
"illuminate/pipeline": "^6.0",
"illuminate/support": "^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -26,7 +26,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down
12 changes: 6 additions & 6 deletions src/Illuminate/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*"
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0*"
},
"autoload": {
"psr-4": {
Expand All @@ -25,13 +25,13 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"suggest": {
"illuminate/database": "Required to use the database cache driver (5.9.*).",
"illuminate/filesystem": "Required to use the file cache driver (5.9.*).",
"illuminate/redis": "Required to use the redis cache driver (5.9.*)."
"illuminate/database": "Required to use the database cache driver (^6.0).",
"illuminate/filesystem": "Required to use the file cache driver (^6.0).",
"illuminate/redis": "Required to use the redis cache driver (^6.0)."
},
"config": {
"sort-packages": true
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*"
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down
8 changes: 4 additions & 4 deletions src/Illuminate/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*",
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0",
"symfony/console": "^4.3",
"symfony/process": "^4.3"
},
Expand All @@ -27,13 +27,13 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"suggest": {
"dragonmantank/cron-expression": "Required to use scheduling component (^2.0).",
"guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.0).",
"illuminate/filesystem": "Required to use the generator command (5.9.*)"
"illuminate/filesystem": "Required to use the generator command (^6.0)"
},
"config": {
"sort-packages": true
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Container/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*",
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0",
"psr/container": "^1.0"
},
"autoload": {
Expand All @@ -26,7 +26,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Contracts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Cookie/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*",
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0",
"symfony/http-foundation": "^4.3",
"symfony/http-kernel": "^4.3"
},
Expand All @@ -27,7 +27,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down
16 changes: 8 additions & 8 deletions src/Illuminate/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"require": {
"php": "^7.2",
"ext-json": "*",
"illuminate/container": "5.9.*",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*"
"illuminate/container": "^6.0",
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -28,16 +28,16 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"suggest": {
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
"fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
"illuminate/console": "Required to use the database commands (5.9.*).",
"illuminate/events": "Required to use the observers with Eloquent (5.9.*).",
"illuminate/filesystem": "Required to use the migrations (5.9.*).",
"illuminate/pagination": "Required to paginate the result set (5.9.*)."
"illuminate/console": "Required to use the database commands (^6.0).",
"illuminate/events": "Required to use the observers with Eloquent (^6.0).",
"illuminate/filesystem": "Required to use the migrations (^6.0).",
"illuminate/pagination": "Required to paginate the result set (^6.0)."
},
"config": {
"sort-packages": true
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Encryption/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*"
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -28,7 +28,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down
8 changes: 4 additions & 4 deletions src/Illuminate/Events/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"require": {
"php": "^7.2",
"illuminate/container": "5.9.*",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*"
"illuminate/container": "^6.0",
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -26,7 +26,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Filesystem/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*",
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0",
"symfony/finder": "^4.3"
},
"autoload": {
Expand All @@ -26,7 +26,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Application extends Container implements ApplicationContract, HttpKernelIn
*
* @var string
*/
const VERSION = '5.9-dev';
const VERSION = '6.0-dev';

/**
* The base path for the Laravel installation.
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Hashing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*"
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"require": {
"php": "^7.2",
"ext-json": "*",
"illuminate/session": "5.9.*",
"illuminate/support": "5.9.*",
"illuminate/session": "^6.0",
"illuminate/support": "^6.0",
"symfony/http-foundation": "^4.3",
"symfony/http-kernel": "^4.3"
},
Expand All @@ -28,7 +28,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Log/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*",
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0",
"monolog/monolog": "^1.11"
},
"autoload": {
Expand All @@ -26,7 +26,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.9-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down
Loading

0 comments on commit f588c45

Please sign in to comment.