We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95caf91 commit 3491720Copy full SHA for 3491720
test/spec/composer-2_spec.rb
@@ -43,10 +43,10 @@
43
end
44
45
context "with only an index.php" do
46
- it "builds using Composer 2.2" do
+ it "builds using Composer 2.3 or later" do
47
new_app_with_stack_and_platrepo('test/fixtures/default').deploy do |app|
48
- expect(app.output).to match(/- composer \(2\.2\./)
49
- expect(app.output).to match(/Composer version 2\.2\./)
+ expect(app.output).to match(/- composer \(2\.([3-9]|\d{2,})\./)
+ expect(app.output).to match(/Composer version 2\.([3-9]|\d{2,}\.)/)
50
51
52
0 commit comments